| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
* | Add missing properties to default theme | kobewi | 2022-08-11 | 1 | -5/+10 |
* | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | 2022-07-18 | 1 | -2/+2 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -37/+2 |
* | Expose PopupMenu set/get_item_horizontal_offset() | FireForge | 2022-06-15 | 1 | -1/+8 |
* | Single-window mode popups and edited scene windows fixes. | bruvzg | 2022-06-13 | 1 | -0/+23 |
* | Add suffixes to all nodes and resources | FireForge | 2022-06-11 | 1 | -1/+1 |
* | Merge pull request #52624 from e8newallm/52577 | Rémi Verschelde | 2022-04-28 | 1 | -2/+2 |
|\ |
|
| * | Corrected directional properties to be ordered Left->Top->Right->Bottom | Matthew Newall | 2021-09-19 | 1 | -2/+2 |
* | | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -7/+7 |
* | | Add `font_separator` and related properties to `PopupMenu` | Michael Alexsander | 2022-04-13 | 1 | -5/+10 |
* | | Fix and tweak labeled separator in `PopupMenu` | Michael Alexsander | 2022-04-13 | 1 | -3/+7 |
* | | Fix sub-menu keyboard navigation. | bruvzg | 2022-04-13 | 1 | -7/+14 |
* | | Fix text buf does not clear when calling the method set_item_text in PopupMenu | 风青山 | 2022-03-15 | 1 | -0/+4 |
* | | Allow negative indexes in ItemList and PopupMenu | kobewi | 2022-03-12 | 1 | -0/+60 |
* | | Remove set_as_minsize() | kobewi | 2022-03-06 | 1 | -1/+1 |
* | | Improve popup window handling. | bruvzg | 2022-02-25 | 1 | -1/+5 |
* | | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -3/+7 |
* | | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+1 |
* | | Merge pull request #57837 from YeldhamDev/that_was_pointless | Rémi Verschelde | 2022-02-09 | 1 | -20/+1 |
|\ \ |
|
| * | | Remove code to update the layout direction of submenus from `PopupMenu` | Michael Alexsander | 2022-02-09 | 1 | -20/+1 |
* | | | Adjust id creation in PopupMenu to avoid duplicate ids | Markus Sauermann | 2022-02-09 | 1 | -3/+3 |
|/ / |
|
* | | Merge pull request #57692 from YeldhamDev/popping_options | Rémi Verschelde | 2022-02-08 | 1 | -26/+24 |
|\ \ |
|