summaryrefslogtreecommitdiffstats
path: root/scene/gui/menu_button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Capitalize/fix some property enum hintsFireForge2022-05-121-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* Fix typo in BaseButton shortcut context methodsHugo Locurcio2022-03-071-1/+1
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+2
* Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d...Michael Alexsander2022-02-061-0/+3
* Make popup menus focus items automatically when not using the mouseMichael Alexsander2022-01-251-1/+7
* Merge pull request #54647 from rafallus/fix/popupmenu_idsRémi Verschelde2022-01-081-1/+1
|\
| * Fix `PopupMenu` items id range in inspectorrafallus2022-01-071-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Rename "items_count" property to "item_count"Aaron Franke2021-12-061-1/+1
|/
* Add missing argument names for bindings in GDExtensionRémi Verschelde2021-11-041-1/+1
* Implement inspector property array for `PopupMenu` and `MenuButton`rafallus2021-11-031-11/+63
* Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg2021-09-211-3/+5
* Merge pull request #49376 from menip/OptionButtonFixRémi Verschelde2021-09-171-3/+3
|\
| * Make Color Picker, Menu Button, Option Button consider camera position scale ...menip2021-08-301-3/+3
* | Add support for internal nodeskobewi2021-08-281-1/+1
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+3
* Fix MenuButton not emitting about_to_popup signalHaoyu Qiu2021-08-161-0/+1
* Added EditorCommandPaletteBhuvan Vemula2021-08-091-1/+1
* Make `switch_on_hover` work on embedded windowsMichael Alexsander2021-07-261-12/+33
* Make `MenuButton`'s `switch_on_hover` work againMichael Alexsander2021-07-221-6/+27
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M2020-11-231-1/+1
* Implement new shortcuts system.Eric M2020-11-231-4/+5
* Remove printing of windowpos/screenpos in MenuButtonYuri Roubinsky2020-10-211-8/+0
* Remove redundant property "enabled_focus_mode"FIF152020-10-131-1/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-14/+0
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-261-0/+7
* Popups have also been converted to windowsJuan Linietsky2020-03-261-0/+1
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-5/+9
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-8/+6
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias2019-04-291-2/+2
* Merge pull request #28205 from mikolasan/26937-hide-popup-menuRémi Verschelde2019-04-291-0/+10
|\
| * Fix popup visibility for OptionButton, MenuButton and ColorPickerButtonNikolay Neupokoev2019-04-221-0/+10
* | Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde2019-04-251-2/+6
|\ \ | |/ |/|
| * Enable toggle behaviour for buttons that trigger popupsMichael Alexsander Silva Dias2018-12-111-2/+6
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias2018-11-201-2/+17
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Improve popup menus usabilityPedro J. Estébanez2018-04-071-2/+0
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1