summaryrefslogtreecommitdiffstats
path: root/scene/gui/base_button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename button group property to button_groupAaron Franke2020-10-241-1/+1
* Remove redundant property "enabled_focus_mode"FIF152020-10-131-15/+0
* Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixesRémi Verschelde2020-09-151-1/+1
|\
| * Tooltip flickering and targeting fixes.Eric M2020-09-151-1/+1
* | Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-3/+3
* | Use != 0 instead of > 0 when checking bit mask.Marcel Admiraal2020-09-071-1/+1
|/
* Uncheck 'Pressed' if toggle_mode is uncheckedgeorgikoemdzhiev2020-07-021-0/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+21
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-45/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-3/+0
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Fixes BaseButton not triggering the "pressed" signal on "Button Press" Action...OverloadedOrama2020-01-091-1/+1
* Fixes button flashing when releasing mousebutton outsidefossegutten2020-01-031-1/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-3/+0
* Fixed shortcut events in BaseButton (now acts the same as ui_accept action)PouleyKetchoupp2019-06-201-37/+38
* BaseButton: Make shortcuts call virtual methodsRémi Verschelde2019-06-121-9/+3
* Fix BaseButton not emitting signal with virtual functionvolzhs2019-05-291-6/+14
* Refactor BaseButton event handlingvolzhs2019-05-211-166/+36
* Merge pull request #25453 from nekomatata/button-keep-pressed-optionRémi Verschelde2019-05-011-1/+15
|\
| * Option for BaseButton to keep button down when moving the pointer outside whi...PouleyKetchoupp2019-04-031-1/+15
* | Merge pull request #27796 from Leytak/patch-2Rémi Verschelde2019-04-301-4/+1
|\ \
| * | Reset button state on exit treeAlexey Kashlakov2019-04-081-4/+1
| |/
* / Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
|/
* ButtonGroup.get_pressed_button bugfix, fixes issue #25057Kraus2019-01-211-6/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Expose ButtonGroup's "get_buttons()" to GDScriptMichael Alexsander Silva Dias2018-12-141-0/+11
* BaseButton: add shortcut_in_tooltiplupoDharkael2018-11-191-1/+15
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-4/+4
* Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* Merge pull request #22062 from Leytak/patch-1Rémi Verschelde2018-10-021-0/+8
|\
| * Discard button pressing flags on disableAlexey Kashlakov2018-09-141-0/+8
* | Added hover_pressed style to CheckBox and CheckButtonDualMatrix2018-09-241-1/+4
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Merge pull request #17451 from Goutte/feat-base-button-maskJuan Linietsky2018-05-071-1/+15
|\
| * Add a binary mask to allow configuration of which mouse buttons the BaseButto...Goutte2018-03-131-1/+15
* | Merge pull request #17081 from endragor/no-press-when-scrollRémi Verschelde2018-04-101-1/+1
|\ \
| * | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-091-1/+1
| |/
* / Fix BaseButton not always calling _pressed()bncastle2018-03-051-0/+5
|/
* 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-0/+2
* Allow focus on disabled buttonsHein-Pieter van Braam2018-01-281-4/+0
* Fix signal arguments shadowing member variablesRémi Verschelde2018-01-091-2/+2
* Remove button from button_group when freevolzhs2018-01-061-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Consistent display of shortcut names in tooltipspoke10242017-12-211-4/+4
* Fix toggle mode of BaseButton.Ferenc Arn2017-09-261-1/+3
* Ensure pressed is set to false in BaseButton::_unpress_group.Ferenc Arn2017-09-211-1/+1