summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup_menu.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix incorrect offset of `PopupMenu` separator iconsYuri Sizov2023-10-171-7/+7
* | Merge pull request #80271 from Ymanawat/optionmenu-scroll-testRémi Verschelde2023-10-091-8/+10
|\ \ | |/ |/|
| * Fix scrolling popup_menu On keyboard/controller inputYogendra Manawat2023-08-301-8/+10
* | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...bruvzg2023-10-041-8/+453
* | Free submenu children when clearing PopupMenukobewi2023-09-251-5/+13
* | Expose `PopupMenu` `activate_item_by_event` methodPrecisionRender2023-09-151-0/+2
* | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-2/+2
* | Merge pull request #81477 from timothyqiu/alignedRémi Verschelde2023-09-111-2/+2
|\ \
| * | Fix submenu alignment with parent menu itemHaoyu Qiu2023-09-091-2/+2
* | | Register theme properties with ThemeDBYuri Sizov2023-09-111-46/+43
|/ /
* / Add option to allow echo events in menu shortcutsTomasz Chabora2023-08-161-13/+15
|/
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-1/+1
* Merge pull request #78476 from Sauermann/fix-embedded-safe-areaYuri Sizov2023-07-121-2/+7
|\
| * Embedded Popups store their safe_rect in their embedderMarkus Sauermann2023-06-201-2/+7
* | Fix invalid minimum size for translated messages in option buttonFlorian Kothmeier2023-06-291-0/+5
|/
* Remove unused variable `PopupMenu::parent_rect`Markus Sauermann2023-06-151-4/+0
* Use `get_node_or_null` when null checks are presentNinni Pipping2023-06-101-3/+3
* Merge pull request #63168 from Levrault/masterRémi Verschelde2023-06-051-0/+93
|\
| * feat(gamepad): improve gamepad behavior with slider and popup_menuLuc-Frédéric Langis2023-06-051-0/+93
* | Merge pull request #76854 from CapitaineCookie/fix-change-typeYuri Sizov2023-06-021-2/+7
|\ \
| * | Fix crash when changing node type from PopMenu to ItemListClement C2023-05-121-2/+7
* | | Unify item indexing in `PopupMenu`Ninni Pipping2023-05-241-57/+57
|/ /
* / Add icon_modulate functionality to PopupMenuthe-sink2023-05-081-0/+23
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-8/+88
* Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...bruvzg2023-02-241-3/+3
* Reordering emitted signals in PopupMenuNong Van Tinh2023-02-171-3/+3
* Merge pull request #66745 from EricEzaM/66453-popupmenu-shortcut-shape-fixRémi Verschelde2023-02-131-0/+1
|\
| * Ensure PopupMenu item is shaped when the shortcut is set.EricEzaM2022-10-221-0/+1
* | [X11] Fix IME subwindow in the popup not getting input focus.bruvzg2023-02-011-0/+3
* | Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-3/+3
* | Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-8/+0
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Fix menu popup safe rect height no including theme separation.bruvzg2022-12-071-1/+1
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* | Remove duplicate project settings definitionskobewi2022-11-081-1/+1
|/
* Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde2022-10-131-5/+5
|\
| * Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M2022-09-241-5/+5
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* | Ensure popup menu redraws items when shortcuts update.Eric M2022-09-261-2/+9
|/
* Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`Michael Alexsander2022-09-061-5/+5
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-98/+107
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-51/+51
* Merge pull request #64960 from YeldhamDev/more_hl_stuffRémi Verschelde2022-08-291-5/+15
|\
| * Fix some corner cases in the `Menu/OptionButton` item auto-highlightMichael Alexsander2022-08-281-5/+15
* | Fix crash when pressing up on an empty `PopupMenu`Michael Alexsander2022-08-271-67/+69
|/
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+86
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-11/+97