Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu rewrite #209

Merged
merged 43 commits into from
Feb 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d99da93
temp update
latidoremi Jan 28, 2024
638dd67
nested overlay
latidoremi Jan 30, 2024
e8e4920
update
latidoremi Jan 30, 2024
a43969b
scroll
latidoremi Jan 31, 2024
016dd41
menu bar overlay
latidoremi Feb 3, 2024
d495878
init
latidoremi Feb 3, 2024
2d5be3b
nested menu event
latidoremi Feb 11, 2024
f0a55e4
menu slice
latidoremi Feb 12, 2024
9f5cb36
remove items_layout
latidoremi Feb 12, 2024
fce5b5f
public methods and docs
latidoremi Feb 16, 2024
62bc9d0
remove horizontal and vertical from Aod
latidoremi Feb 16, 2024
1c9def0
styling
latidoremi Feb 17, 2024
ccd9b4b
closing logic, macros, scrolling clipping and examples
latidoremi Feb 20, 2024
1fd3212
menu bar styling
latidoremi Feb 20, 2024
9b6aa0e
helper macros remove end comma
latidoremi Feb 21, 2024
944b8c2
docs
latidoremi Feb 21, 2024
206ad2e
improve scrolling clipping
latidoremi Feb 21, 2024
6a05204
fix Item::diff
latidoremi Feb 21, 2024
17f4e3a
clean up
latidoremi Feb 21, 2024
b116ac5
fix Item::diff
latidoremi Feb 21, 2024
29fe2dc
example
latidoremi Feb 21, 2024
0b48383
fix Item::diff
latidoremi Feb 21, 2024
077ee09
fmt
latidoremi Feb 21, 2024
4e47710
Merge branch 'main' into menu_rewrite_3
latidoremi Feb 21, 2024
1a28869
Fix #77
Feb 21, 2024
ca9044b
fix
latidoremi Feb 21, 2024
dfe5910
fmt and clippy
latidoremi Feb 22, 2024
dbb9264
docs
latidoremi Feb 22, 2024
17f33a7
draw path
latidoremi Feb 22, 2024
1f3f107
mouse interations
latidoremi Feb 23, 2024
6f7b7a6
styling
latidoremi Feb 23, 2024
dd632e8
improve closing logic
latidoremi Feb 23, 2024
87c092f
merge main
latidoremi Feb 23, 2024
082301b
clippy
latidoremi Feb 23, 2024
3284e29
menu bar mouse interaction
latidoremi Feb 23, 2024
f4422e6
fmt and clippy
latidoremi Feb 23, 2024
3577b18
fix down scrolling clipping
latidoremi Feb 23, 2024
5857a55
scroll speed
latidoremi Feb 23, 2024
27b0f53
Merge branch 'main' into menu_rewrite_3
latidoremi Feb 23, 2024
ac69e4b
fmt
latidoremi Feb 23, 2024
2c9041a
fmt and clippy
latidoremi Feb 24, 2024
2d391af
improve scroll clipping
latidoremi Feb 24, 2024
0d536dc
separate scroll speed for line and pixel
latidoremi Feb 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ default = [
"cupertino",
"segmented_button",
"drop_down",
#"menu",
"menu",
]

[dependencies]
Expand Down Expand Up @@ -90,7 +90,7 @@ members = [
"examples/date_picker",
"examples/color_picker",
"examples/floating_element",
"examples/floating_element multioverlay",
# "examples/floating_element multioverlay",
"examples/floating_element_anchors",
"examples/grid",
"examples/modal",
Expand All @@ -112,7 +112,7 @@ members = [
"examples/WidgetIDReturn",
"examples/segmented_button",
"examples/drop_down",
#"examples/menu",
"examples/menu",
]

[workspace.dependencies.iced]
Expand Down
3 changes: 0 additions & 3 deletions examples/menu/caret-right-fill.svg

This file was deleted.

Loading
Loading