summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup_menu.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Add missing properties to default themekobewi2022-08-111-5/+10
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-37/+2
* Expose PopupMenu set/get_item_horizontal_offset()FireForge2022-06-151-1/+8
* Single-window mode popups and edited scene windows fixes.bruvzg2022-06-131-0/+23
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Merge pull request #52624 from e8newallm/52577Rémi Verschelde2022-04-281-2/+2
|\
| * Corrected directional properties to be ordered Left->Top->Right->BottomMatthew Newall2021-09-191-2/+2
* | Rename theme properties to include underscoresFireForge2022-04-231-7/+7
* | Add `font_separator` and related properties to `PopupMenu`Michael Alexsander2022-04-131-5/+10
* | Fix and tweak labeled separator in `PopupMenu`Michael Alexsander2022-04-131-3/+7
* | Fix sub-menu keyboard navigation.bruvzg2022-04-131-7/+14
* | Fix text buf does not clear when calling the method set_item_text in PopupMenu风青山2022-03-151-0/+4
* | Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-0/+60
* | Remove set_as_minsize()kobewi2022-03-061-1/+1
* | Improve popup window handling.bruvzg2022-02-251-1/+5
* | Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-3/+7
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* | Merge pull request #57837 from YeldhamDev/that_was_pointlessRémi Verschelde2022-02-091-20/+1
|\ \
| * | Remove code to update the layout direction of submenus from `PopupMenu`Michael Alexsander2022-02-091-20/+1
* | | Adjust id creation in PopupMenu to avoid duplicate idsMarkus Sauermann2022-02-091-3/+3
|/ /
* | Merge pull request #57692 from YeldhamDev/popping_optionsRémi Verschelde2022-02-081-26/+24
|\ \