egui/crates/egui_demo_lib/tests/snapshots
lucasmerlin cd22517280
⚠️ Improved menu based on `egui::Popup` (#5716)
Continuation of #5713

**Silently breaking changes:**
- Menus now close on click by default, this is configurable via
`PopupCloseBehavior`

**Additional additions:**
- `Button::right_text`
- `StyleModifier`

This is a rewrite of the egui menus, with the following goals:
- submenu buttons should work everywhere, in a popup, context menu,
area, in some random Ui
- remove the menu state from Ui
- should work just like the previous menu
- ~proper support for keyboard navigation~
  - It's better now but requires further work to be perfect
- support `PopupCloseBehavior`

* Closes #4607 
* [x] I have followed the instructions in the PR template
2025-03-03 14:56:30 +01:00
..
demos ⚠️ Improved menu based on `egui::Popup` (#5716) 2025-03-03 14:56:30 +01:00
rendering_test Make the ends of vline/hline sharper (#5676) 2025-02-04 15:31:51 +01:00
tessellation_test Make the ends of vline/hline sharper (#5676) 2025-02-04 15:31:51 +01:00
modals_1.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
modals_2.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
modals_3.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
modals_backdrop_should_prevent_focusing_lower_area.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
tessellation_test.png Improve tessellation quality (#5669) 2025-02-04 11:30:12 +01:00
widget_gallery.png Improve tessellation quality (#5669) 2025-02-04 11:30:12 +01:00