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
b11a3bf5258cce32088770d51d8ecaecf5758d74
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
25
Mar
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
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
Merge pull request #86 from StarArawn/rfc-3-layout-callbacks
Addressed PR comments
Change default font name ``-> `DefaultFont`
Apply suggestions from code review
Change documentations and examples
Add methods for setting default font
Merge pull request #80 from StarArawn/general-docs
Added clarifying comment
First draft
Fixed incorrect width calculation
Merge remote-tracking branch 'upstream/main' into general-docs
Merge branch 'main' into general-docs
Addressed PR comments
Fixed unnecessary doc comment
Fixed compile error
Formatting
Clippy fixes
Added scrollbox example
Added ScrollBox widget
Added ScrollEvent
Merge pull request #83 from TheRawMeatball/split-renderer
Loading