Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI
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
Graph
bbba74d88a9e622fd574a3f291c25768b26010a0
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Apr
13
14
13
10
6
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
Merge pull request #98 from StarArawn/style-resolution-helpers
Changed wording
Removed default cursor on Text widget
Add resolve_or_default
Updated code to use resolve_or(_else)
Add: resolve_or and resolve_or_else methods
Add example
Rename the `spinbox` -> `spin_box` and minor refactors
Add spinbox
Refactor on_change to shared function
Merge pull request #87 from Ygg01/change-default-font
Formatting
Moved calculate_layout into render call
Merge branch 'main' into change-default-font
Merge pull request #96 from StarArawn/fix-bug-world-ref
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
Loading