Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI 0.11
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Forks
Kayak UI 0.11
Graph
ec6e2be2b4eaa00f290f191cd44db33cebcd8b65
Select Git revision
Branches
4
0.10
bevy_0.11
main
default
protected
remove_bevy_ui_flag
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Apr
1
31
Mar
25
24
23
22
21
19
18
17
5
28
Feb
27
26
25
22
21
20
19
18
17
16
15
11
10
9
8
7
6
5
4
3
2
1
30
Jan
29
22
21
20
19
18
17
15
14
13
12
11
10
9
8
7
8
7
3
2
29
Dec
28
27
26
23
22
21
20
19
18
17
16
17
16
15
14
13
12
11
7
6
5
4
3
29
Nov
26
24
Fixed build issues due to wrong bevy version! :tada:
Fixed wrong mutable state for world.
Merge pull request #84 from StarArawn/scrollbox
Merge pull request #95 from StarArawn/fix-missed-layouts
Add method to allow possible re-layout
Formatting
Implement new render strategy
Formatting
Improved scrollbox layout calculations
Merge branch 'fix-missed-layouts' into scrollbox
Fixed missed layouts for on_layout
Merge branch 'main' into scrollbox
Merge pull request #92 from StarArawn/fix-clipping
Updated clipping to ignore positions beyond window
Fix Clip not working for certain sizes/positions
Fix WindowSize not updating
Merge branch 'main' into scrollbox
Reformat
Merge pull request #90 from Ygg01/rfc-3-on-layout
Update examples/shrink_grow_layout.rs
Fix grow/shrink example visually.
Add `on_layout` to `text` and `windows`. Remove from `if_element`.
Add `on_layout` to most custom widgets
Add some doctest for `kayak::Layout`
Change layout to not be mut
Apply spelling corrections.
Add rand to grow/shrink example
Apply more suggestions from code review
Apply suggestions from code review
Cargo fmt run
Fix implementation to use on_layout
Preliminary implementation
Add preliminary example.
Fix proc macro
Initial impl
Finish doc
Formatting
Fix App sizing issue
Moved text logic to WidgetManager
Added WidgetLifetime struct
Loading