summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup_menu.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up Viewport forced_mouse_focuskit2024-08-211-2/+0
* [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...bruvzg2024-07-081-0/+2
* Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
* Add PropertyListHelper in all simple caseskobewi2024-04-111-0/+4
* [NativeMenu] Implement native popup menu support on Windows.bruvzg2024-03-131-0/+5
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-6/+12
* Fix PopupMenu doesn't respect it's ScrollContainer's marginsMounir Tohami2024-02-231-3/+2
* Add methods to add submenus without using nameskobewi2024-02-221-1/+5
* Revert "Fix selecting popup menu items on mouse release"Rémi Verschelde2024-02-201-2/+2
* Merge pull request #86952 from ryevdokimov/fix-selecting-popup-menu-items-on-...Rémi Verschelde2024-02-141-2/+2
|\
| * Fix selecting popup menu items on mouse releaseRobert Yevdokimov2024-01-141-2/+2
* | Add PropertyListHelper to PopupMenukobewi2024-02-111-3/+13
* | Expose PopupMenu get_item_multistate(), get_item_multistate_max() and set_ite...mrcdk2024-01-221-0/+1
|/
* [PopupMenu] Handle physical_keycode and key_label of shortcuts.bruvzg2023-12-301-0/+1
* Merge pull request #81243 from Sauermann/fix-window-eventsYuri Sizov2023-12-191-1/+2
|\
| * Fix internal events not being delivered to some Window typesMarkus Sauermann2023-11-141-1/+2
* | [macOS] Add default Window and Help menus, allow special menu customization.bruvzg2023-12-131-0/+6
|/
* [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...bruvzg2023-10-041-0/+9
* Free submenu children when clearing PopupMenukobewi2023-09-251-1/+2
* Register theme properties with ThemeDBYuri Sizov2023-09-111-2/+1
* Add option to allow echo events in menu shortcutsTomasz Chabora2023-08-161-2/+9
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-1/+1
* Fix invalid minimum size for translated messages in option buttonFlorian Kothmeier2023-06-291-0/+1
* Remove unused variable `PopupMenu::parent_rect`Markus Sauermann2023-06-151-3/+0
* Merge pull request #63168 from Levrault/masterRémi Verschelde2023-06-051-0/+4
|\
| * feat(gamepad): improve gamepad behavior with slider and popup_menuLuc-Frédéric Langis2023-06-051-0/+4
* | Unify item indexing in `PopupMenu`Ninni Pipping2023-05-241-5/+5
* | Add icon_modulate functionality to PopupMenuthe-sink2023-05-081-0/+3
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+5
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-2/+0
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Ensure popup menu redraws items when shortcuts update.Eric M2022-09-261-0/+2
* Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`Michael Alexsander2022-09-061-2/+2
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-0/+45
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-3/+8
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-4/+0
* Expose PopupMenu set/get_item_horizontal_offset()FireForge2022-06-151-1/+2
* Single-window mode popups and edited scene windows fixes.bruvzg2022-06-131-0/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix sub-menu keyboard navigation.bruvzg2022-04-131-1/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-4/+4
* Enhancements and fixes for `OptionButton` and `PopupMenu`Michael Alexsander2022-02-061-1/+2
* OptionButton::pressed(): give focus to selectedRicardo Buring2022-01-151-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-11/+11
* Implement inspector property array for `PopupMenu` and `MenuButton`rafallus2021-11-031-3/+5
* Make some enhancements to the POT generationMichael Alexsander2021-09-021-0/+4
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2