| Commit message (Expand) | Author | Age | Files | Lines |
* | Capitalize/fix some property enum hints | FireForge | 2022-05-12 | 1 | -1/+1 |
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -2/+2 |
* | Fix typo in BaseButton shortcut context methods | Hugo Locurcio | 2022-03-07 | 1 | -1/+1 |
* | Add optional constructor arguments to more Control nodes | Hugo Locurcio | 2022-03-04 | 1 | -1/+2 |
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -0/+2 |
* | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d... | Michael Alexsander | 2022-02-06 | 1 | -0/+3 |
* | Make popup menus focus items automatically when not using the mouse | Michael Alexsander | 2022-01-25 | 1 | -1/+7 |
* | Merge pull request #54647 from rafallus/fix/popupmenu_ids | Rémi Verschelde | 2022-01-08 | 1 | -1/+1 |
|\ |
|
| * | Fix `PopupMenu` items id range in inspector | rafallus | 2022-01-07 | 1 | -1/+1 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | | Rename "items_count" property to "item_count" | Aaron Franke | 2021-12-06 | 1 | -1/+1 |
|/ |
|
* | Add missing argument names for bindings in GDExtension | Rémi Verschelde | 2021-11-04 | 1 | -1/+1 |
* | Implement inspector property array for `PopupMenu` and `MenuButton` | rafallus | 2021-11-03 | 1 | -11/+63 |
* | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men... | bruvzg | 2021-09-21 | 1 | -3/+5 |
* | Merge pull request #49376 from menip/OptionButtonFix | Rémi Verschelde | 2021-09-17 | 1 | -3/+3 |
|\ |
|
| * | Make Color Picker, Menu Button, Option Button consider camera position scale ... | menip | 2021-08-30 | 1 | -3/+3 |
* | | Add support for internal nodes | kobewi | 2021-08-28 | 1 | -1/+1 |
|/ |
|
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -3/+3 |
* | Fix MenuButton not emitting about_to_popup signal | Haoyu Qiu | 2021-08-16 | 1 | -0/+1 |
* | Added EditorCommandPalette | Bhuvan Vemula | 2021-08-09 | 1 | -1/+1 |
* | Make `switch_on_hover` work on embedded windows | Michael Alexsander | 2021-07-26 | 1 | -12/+33 |
* | Make `MenuButton`'s `switch_on_hover` work again | Michael Alexsander | 2021-07-22 | 1 | -6/+27 |
* | Fix crashes in *_input functions | Rafał Mikrut | 2021-04-05 | 1 | -0/+2 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+0 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add is_valid() check for InputEventKey in CanvasItemEditor. | Eric M | 2020-11-23 | 1 | -1/+1 |
* | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -4/+5 |
* | Remove printing of windowpos/screenpos in MenuButton | Yuri Roubinsky | 2020-10-21 | 1 | -8/+0 |
* | Remove redundant property "enabled_focus_mode" | FIF15 | 2020-10-13 | 1 | -1/+0 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -3/+6 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -14/+0 |
* | Fixes to X11, still pretty broken | Juan Linietsky | 2020-03-26 | 1 | -0/+7 |
* | Popups have also been converted to windows | Juan Linietsky | 2020-03-26 | 1 | -0/+1 |
* | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 1 | -5/+9 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -8/+6 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -2/+3 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias | 2019-04-29 | 1 | -2/+2 |
* | Merge pull request #28205 from mikolasan/26937-hide-popup-menu | Rémi Verschelde | 2019-04-29 | 1 | -0/+10 |
|\ |
|
| * | Fix popup visibility for OptionButton, MenuButton and ColorPickerButton | Nikolay Neupokoev | 2019-04-22 | 1 | -0/+10 |
* | | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde | 2019-04-25 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | Enable toggle behaviour for buttons that trigger popups | Michael Alexsander Silva Dias | 2018-12-11 | 1 | -2/+6 |
* | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
|/ |
|
* | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias | 2018-11-20 | 1 | -2/+17 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Improve popup menus usability | Pedro J. Estébanez | 2018-04-07 | 1 | -2/+0 |
* | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |