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
/
doc
/
classes
/
BaseButton.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabled
Haoyu Qiu
2024-09-26
1
-0
/
+1
*
Clarify docs for when toggling `button_pressed` emits `toggled`
Giganzo
2024-09-23
1
-1
/
+1
*
Add keywords to improve search in the class reference
Hugo Locurcio
2024-02-22
1
-1
/
+1
*
Merge pull request #79064 from MewPurPur/rename-button-pressed-THIS-IS-NOT-A-...
Rémi Verschelde
2023-08-03
1
-3
/
+3
|
\
|
*
Rename button_pressed bindings to avoid shadowing
MewPurPur
2023-07-05
1
-3
/
+3
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
|
/
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-1
/
+1
*
Overhaul the top sections of the class reference (GUI classes)
VolTer
2023-05-28
1
-2
/
+2
*
Add instructions for configuring CheckBox as a radio button
Rindbee
2023-03-21
1
-0
/
+1
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Button shortcuts no longer "press" the Button.
Juan Linietsky
2023-01-13
1
-1
/
+1
*
Fix unpressable buttons
Danil Alexeev
2023-01-09
1
-1
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
Fix default values not showing up on virtual classes
Aaron Franke
2022-11-06
1
-8
/
+9
*
Make `BaseButton` Shortcut feedback togglable
George L. Albany
2022-10-20
1
-0
/
+3
*
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-3
/
+0
*
[doc] Use "param" instead of "code" to refer to parameters (8)
Andy Maloney
2022-08-12
1
-1
/
+1
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-3
/
+3
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
1
-8
/
+7
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
BaseButton: Rename `pressed` property to `button_pressed`
Rémi Verschelde
2022-01-23
1
-5
/
+5
*
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-16
/
+8
*
Add set_pressed_no_signal method to BaseButton
kobewi
2021-07-13
1
-1
/
+12
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-1
/
+1
*
Exposed shortcut_context property to scripting and added documentation.
Eric M
2020-11-30
1
-0
/
+3
*
Rename button group property to button_group
Aaron Franke
2020-10-24
1
-3
/
+3
*
Remove redundant property "enabled_focus_mode"
FIF15
2020-10-13
1
-3
/
+0
*
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-09
1
-2
/
+2
*
Mention `toggled` signal for pressed state in BaseButton documentation
Hugo Locurcio
2020-07-17
1
-1
/
+2
*
Mention `keep_pressed_outside` caveat in the BaseButton documentation
Hugo Locurcio
2020-04-13
1
-0
/
+1
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
Complete documentation of some more classes
Tomasz Chabora
2020-01-14
1
-0
/
+1
*
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-06
1
-4
/
+4
*
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-24
1
-1
/
+1
*
Run doctool after overridden properties changes
Bojidar Marinov
2019-09-04
1
-0
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-07-15
1
-2
/
+2
*
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
1
-1
/
+1
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
1
-10
/
+10
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-4
/
+4
*
Change "Return" to "Returns" where necessary in XML documentation
Sean Heffernan
2019-05-23
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2019-05-15
1
-3
/
+3
*
Merge pull request #25453 from nekomatata/button-keep-pressed-option
Rémi Verschelde
2019-05-01
1
-0
/
+3
|
\
|
*
Option for BaseButton to keep button down when moving the pointer outside whi...
PouleyKetchoupp
2019-04-03
1
-0
/
+3
*
|
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-22
1
-1
/
+1
|
\
\
|
*
|
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-17
1
-1
/
+1
*
|
|
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-2
/
+0
|
/
/
[next]