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
/
link_button.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #80555 from GrammAcc/fix-80507
Rémi Verschelde
2023-10-02
1
-0
/
+4
|
\
|
*
AssetLib: Fix long plugin names breaking the UI
GrammAcc
2023-09-30
1
-0
/
+4
*
|
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-20
/
+17
|
/
*
FBX: Disable importer when canceling FBX2glTF setup
Rémi Verschelde
2023-03-03
1
-2
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add `uri` property for LinkButton
Zak
2022-12-17
1
-0
/
+19
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-12
/
+32
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-9
/
+9
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+4
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-79
/
+4
*
Implement Label3D node.
bruvzg
2022-04-22
1
-2
/
+2
*
Add optional constructor arguments to more Control nodes
Hugo Locurcio
2022-03-04
1
-1
/
+3
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-2
/
+4
*
Improve locale detection.
bruvzg
2022-01-18
1
-1
/
+1
*
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-09
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-3
/
+3
*
Add focus font color to Button and derivatives
Yuri Sizov
2021-10-26
1
-1
/
+6
*
LinkButton's text now is automatically translated
LeaoLuciano
2021-08-27
1
-3
/
+13
*
Optimize StringName usage
reduz
2021-07-18
1
-12
/
+12
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-25
1
-1
/
+1
*
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-14
1
-0
/
+8
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-1
/
+0
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
fix #43695 by revert part of #41576
FIF15
2020-11-30
1
-0
/
+1
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-9
/
+177
*
Remove redundant property "enabled_focus_mode"
FIF15
2020-10-13
1
-1
/
+0
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-14
/
+0
*
Use underline position and thickness value in font file
volzhs
2020-04-29
1
-2
/
+2
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-10
/
+10
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-2
/
+2
*
fix hovering on toggled texture buttons
Samuel P
2018-10-06
1
-1
/
+1
*
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-29
1
-0
/
+1
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
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
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-3
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-41
/
+32
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-4
/
+4
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-2
/
+2
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-4
/
+4
[next]