summaryrefslogtreecommitdiffstats
path: root/scene/gui/menu_button.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias2017-12-251-16/+1
* Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira2017-12-211-0/+11
* fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-101-0/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* MenuButton: defer grab_click_focus until button_upPoommetee Ketson2017-08-021-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-5/+5
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-24/+15
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-4/+4
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky2017-01-131-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-2/+2
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-4/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-4/+4
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* MenuButton: Fix event propagation with dialogsIgnacio Etcheverry2016-07-181-0/+4
* MenuButton: Fix regressionIgnacio Etcheverry2016-07-161-1/+1
* MenuButton: Avoid event propagation if handled as hotkeyIgnacio Etcheverry2016-07-161-1/+2
* -customizable shortcuts in editorJuan Linietsky2016-06-041-17/+2