index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
base_button.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename button group property to button_group
Aaron Franke
2020-10-24
1
-1
/
+1
*
Remove redundant property "enabled_focus_mode"
FIF15
2020-10-13
1
-15
/
+0
*
Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixes
Rémi Verschelde
2020-09-15
1
-1
/
+1
|
\
|
*
Tooltip flickering and targeting fixes.
Eric M
2020-09-15
1
-1
/
+1
*
|
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-09
1
-3
/
+3
*
|
Use != 0 instead of > 0 when checking bit mask.
Marcel Admiraal
2020-09-07
1
-1
/
+1
|
/
*
Uncheck 'Pressed' if toggle_mode is unchecked
georgikoemdzhiev
2020-07-02
1
-0
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+21
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-45
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-3
/
+0
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Fixes BaseButton not triggering the "pressed" signal on "Button Press" Action...
OverloadedOrama
2020-01-09
1
-1
/
+1
*
Fixes button flashing when releasing mousebutton outside
fossegutten
2020-01-03
1
-1
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-3
/
+0
*
Fixed shortcut events in BaseButton (now acts the same as ui_accept action)
PouleyKetchoupp
2019-06-20
1
-37
/
+38
*
BaseButton: Make shortcuts call virtual methods
Rémi Verschelde
2019-06-12
1
-9
/
+3
*
Fix BaseButton not emitting signal with virtual function
volzhs
2019-05-29
1
-6
/
+14
*
Refactor BaseButton event handling
volzhs
2019-05-21
1
-166
/
+36
*
Merge pull request #25453 from nekomatata/button-keep-pressed-option
Rémi Verschelde
2019-05-01
1
-1
/
+15
|
\
|
*
Option for BaseButton to keep button down when moving the pointer outside whi...
PouleyKetchoupp
2019-04-03
1
-1
/
+15
*
|
Merge pull request #27796 from Leytak/patch-2
Rémi Verschelde
2019-04-30
1
-4
/
+1
|
\
\
|
*
|
Reset button state on exit tree
Alexey Kashlakov
2019-04-08
1
-4
/
+1
|
|
/
*
/
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
|
/
*
ButtonGroup.get_pressed_button bugfix, fixes issue #25057
Kraus
2019-01-21
1
-6
/
+6
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Expose ButtonGroup's "get_buttons()" to GDScript
Michael Alexsander Silva Dias
2018-12-14
1
-0
/
+11
*
BaseButton: add shortcut_in_tooltip
lupoDharkael
2018-11-19
1
-1
/
+15
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-4
/
+4
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Merge pull request #22062 from Leytak/patch-1
Rémi Verschelde
2018-10-02
1
-0
/
+8
|
\
|
*
Discard button pressing flags on disable
Alexey Kashlakov
2018-09-14
1
-0
/
+8
*
|
Added hover_pressed style to CheckBox and CheckButton
DualMatrix
2018-09-24
1
-1
/
+4
|
/
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
Merge pull request #17451 from Goutte/feat-base-button-mask
Juan Linietsky
2018-05-07
1
-1
/
+15
|
\
|
*
Add a binary mask to allow configuration of which mouse buttons the BaseButto...
Goutte
2018-03-13
1
-1
/
+15
*
|
Merge pull request #17081 from endragor/no-press-when-scroll
Rémi Verschelde
2018-04-10
1
-1
/
+1
|
\
\
|
*
|
Make BaseButton not emit press when container is scrolled
Ruslan Mustakov
2018-04-09
1
-1
/
+1
|
|
/
*
/
Fix BaseButton not always calling _pressed()
bncastle
2018-03-05
1
-0
/
+5
|
/
*
2D editor GUI input rework. Changes are:
Gilles Roudiere
2018-02-16
1
-0
/
+2
*
Allow focus on disabled buttons
Hein-Pieter van Braam
2018-01-28
1
-4
/
+0
*
Fix signal arguments shadowing member variables
Rémi Verschelde
2018-01-09
1
-2
/
+2
*
Remove button from button_group when free
volzhs
2018-01-06
1
-3
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Consistent display of shortcut names in tooltips
poke1024
2017-12-21
1
-4
/
+4
*
Fix toggle mode of BaseButton.
Ferenc Arn
2017-09-26
1
-1
/
+3
*
Ensure pressed is set to false in BaseButton::_unpress_group.
Ferenc Arn
2017-09-21
1
-1
/
+1
[next]