| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix incorrect offset of `PopupMenu` separator icons | Yuri Sizov | 2023-10-17 | 1 | -7/+7 |
* | | Merge pull request #80271 from Ymanawat/optionmenu-scroll-test | Rémi Verschelde | 2023-10-09 | 1 | -8/+10 |
|\ \
| |/
|/| |
|
| * | Fix scrolling popup_menu On keyboard/controller input | Yogendra Manawat | 2023-08-30 | 1 | -8/+10 |
* | | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m... | bruvzg | 2023-10-04 | 1 | -8/+453 |
* | | Free submenu children when clearing PopupMenu | kobewi | 2023-09-25 | 1 | -5/+13 |
* | | Expose `PopupMenu` `activate_item_by_event` method | PrecisionRender | 2023-09-15 | 1 | -0/+2 |
* | | Bind remaining theme properties to their respective classes | Yuri Sizov | 2023-09-13 | 1 | -2/+2 |
* | | Merge pull request #81477 from timothyqiu/aligned | Rémi Verschelde | 2023-09-11 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix submenu alignment with parent menu item | Haoyu Qiu | 2023-09-09 | 1 | -2/+2 |
* | | | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -46/+43 |
|/ / |
|
* / | Add option to allow echo events in menu shortcuts | Tomasz Chabora | 2023-08-16 | 1 | -13/+15 |
|/ |
|
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -2/+2 |
* | [macOS] Implement optional native file selection dialog support for sandboxed... | bruvzg | 2023-07-12 | 1 | -1/+1 |
* | Merge pull request #78476 from Sauermann/fix-embedded-safe-area | Yuri Sizov | 2023-07-12 | 1 | -2/+7 |
|\ |
|
| * | Embedded Popups store their safe_rect in their embedder | Markus Sauermann | 2023-06-20 | 1 | -2/+7 |
* | | Fix invalid minimum size for translated messages in option button | Florian Kothmeier | 2023-06-29 | 1 | -0/+5 |
|/ |
|
* | Remove unused variable `PopupMenu::parent_rect` | Markus Sauermann | 2023-06-15 | 1 | -4/+0 |
* | Use `get_node_or_null` when null checks are present | Ninni Pipping | 2023-06-10 | 1 | -3/+3 |
* | Merge pull request #63168 from Levrault/master | Rémi Verschelde | 2023-06-05 | 1 | -0/+93 |
|\ |
|
| * | feat(gamepad): improve gamepad behavior with slider and popup_menu | Luc-Frédéric Langis | 2023-06-05 | 1 | -0/+93 |
* | | Merge pull request #76854 from CapitaineCookie/fix-change-type | Yuri Sizov | 2023-06-02 | 1 | -2/+7 |
|\ \ |
|
| * | | Fix crash when changing node type from PopMenu to ItemList | Clement C | 2023-05-12 | 1 | -2/+7 |
* | | | Unify item indexing in `PopupMenu` | Ninni Pipping | 2023-05-24 | 1 | -57/+57 |
|/ / |
|
* / | Add icon_modulate functionality to PopupMenu | the-sink | 2023-05-08 | 1 | -0/+23 |
|/ |
|
* | Make icons of scripted and custom classes fit the editor UI | Yuri Sizov | 2023-03-31 | 1 | -8/+88 |
* | Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss... | bruvzg | 2023-02-24 | 1 | -3/+3 |
* | Reordering emitted signals in PopupMenu | Nong Van Tinh | 2023-02-17 | 1 | -3/+3 |
* | Merge pull request #66745 from EricEzaM/66453-popupmenu-shortcut-shape-fix | Rémi Verschelde | 2023-02-13 | 1 | -0/+1 |
|\ |
|
| * | Ensure PopupMenu item is shaped when the shortcut is set. | EricEzaM | 2022-10-22 | 1 | -0/+1 |
* | | [X11] Fix IME subwindow in the popup not getting input focus. | bruvzg | 2023-02-01 | 1 | -0/+3 |
* | | Clean-up, harmonize, and improve StyleBox API | Yuri Sizov | 2023-01-19 | 1 | -3/+3 |
* | | Removed unused property hints and `Object::get_translatable_strings()` | Juan Linietsky | 2023-01-09 | 1 | -8/+0 |
* | | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -2/+2 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | | Fix menu popup safe rect height no including theme separation. | bruvzg | 2022-12-07 | 1 | -1/+1 |
* | | Remove redundant Variant-types initializations | Markus Sauermann | 2022-11-14 | 1 | -1/+1 |
* | | Remove duplicate project settings definitions | kobewi | 2022-11-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #66337 from EricEzaM/sprite-frames | Rémi Verschelde | 2022-10-13 | 1 | -5/+5 |
|\ |
|
| * | Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ... | Eric M | 2022-09-24 | 1 | -5/+5 |
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -8/+8 |
* | | Ensure popup menu redraws items when shortcuts update. | Eric M | 2022-09-26 | 1 | -2/+9 |
|/ |
|
* | Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` | Michael Alexsander | 2022-09-06 | 1 | -5/+5 |
* | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl | 2022-09-02 | 1 | -1/+1 |
* | Add dumb and manual theme caching systems to Window | Yuri Sizov | 2022-09-01 | 1 | -98/+107 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -51/+51 |
* | Merge pull request #64960 from YeldhamDev/more_hl_stuff | Rémi Verschelde | 2022-08-29 | 1 | -5/+15 |
|\ |
|
| * | Fix some corner cases in the `Menu/OptionButton` item auto-highlight | Michael Alexsander | 2022-08-28 | 1 | -5/+15 |
* | | Fix crash when pressing up on an empty `PopupMenu` | Michael Alexsander | 2022-08-27 | 1 | -67/+69 |
|/ |
|
* | Add some codes, returnes directly if the value is not changed. | 风青山 | 2022-08-23 | 1 | -0/+86 |
* | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m... | bruvzg | 2022-08-18 | 1 | -11/+97 |