Age | Commit message (Expand) | Author |
2023-02-24 | Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss... | bruvzg |
2023-02-17 | Reordering emitted signals in PopupMenu | Nong Van Tinh |
2023-02-13 | Merge pull request #66745 from EricEzaM/66453-popupmenu-shortcut-shape-fix | Rémi Verschelde |
2023-02-01 | [X11] Fix IME subwindow in the popup not getting input focus. | bruvzg |
2023-01-19 | Clean-up, harmonize, and improve StyleBox API | Yuri Sizov |
2023-01-09 | Removed unused property hints and `Object::get_translatable_strings()` | Juan Linietsky |
2023-01-08 | Use BitField<> in core type masks | Juan Linietsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-07 | Fix menu popup safe rect height no including theme separation. | bruvzg |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-11-08 | Remove duplicate project settings definitions | kobewi |
2022-10-22 | Ensure PopupMenu item is shaped when the shortcut is set. | EricEzaM |
2022-10-13 | Merge pull request #66337 from EricEzaM/sprite-frames | Rémi Verschelde |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-26 | Ensure popup menu redraws items when shortcuts update. | Eric M |
2022-09-24 | Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ... | Eric M |
2022-09-06 | Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` | Michael Alexsander |
2022-09-02 | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl |
2022-09-01 | Add dumb and manual theme caching systems to Window | Yuri Sizov |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-29 | Merge pull request #64960 from YeldhamDev/more_hl_stuff | Rémi Verschelde |
2022-08-28 | Fix some corner cases in the `Menu/OptionButton` item auto-highlight | Michael Alexsander |
2022-08-27 | Fix crash when pressing up on an empty `PopupMenu` | Michael Alexsander |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m... | bruvzg |
2022-08-11 | Add missing properties to default theme | kobewi |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-15 | Expose PopupMenu set/get_item_horizontal_offset() | FireForge |
2022-06-13 | Single-window mode popups and edited scene windows fixes. | bruvzg |
2022-06-11 | Add suffixes to all nodes and resources | FireForge |
2022-04-28 | Merge pull request #52624 from e8newallm/52577 | Rémi Verschelde |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-04-13 | Add `font_separator` and related properties to `PopupMenu` | Michael Alexsander |
2022-04-13 | Fix and tweak labeled separator in `PopupMenu` | Michael Alexsander |
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg |
2022-03-15 | Fix text buf does not clear when calling the method set_item_text in PopupMenu | 风青山 |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi |
2022-03-06 | Remove set_as_minsize() | kobewi |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-09 | Merge pull request #57837 from YeldhamDev/that_was_pointless | Rémi Verschelde |
2022-02-09 | Remove code to update the layout direction of submenus from `PopupMenu` | Michael Alexsander |
2022-02-09 | Adjust id creation in PopupMenu to avoid duplicate ids | Markus Sauermann |
2022-02-08 | Merge pull request #57692 from YeldhamDev/popping_options | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-07 | Merge pull request #57725 from jmb462/missing-sname-theme-setters | Rémi Verschelde |
2022-02-06 | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d... | Michael Alexsander |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |