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
/
button.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-44
/
+88
*
[TextServer] Add support for trimming edge spaces on line break.
bruvzg
2022-09-01
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-13
/
+13
*
Fix case where `h_separation` might not work in `Button`
Rindbee
2022-08-12
1
-6
/
+4
*
Round icon position and size in buttons to make them look sharper
Yuri Sizov
2022-08-05
1
-1
/
+2
*
Add fit_to_longest_item to OptionButton
kobewi
2022-08-02
1
-37
/
+56
*
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-15
1
-1
/
+1
*
Fix regressions from Font refactor
bruvzg
2022-07-08
1
-1
/
+5
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-85
/
+6
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-5
/
+5
*
Add overrun behavior to the Button.
bruvzg
2022-06-08
1
-3
/
+21
*
Merge pull request #60867 from KoBeWi/μtext
Rémi Verschelde
2022-05-17
1
-5
/
+5
|
\
|
*
Remove font height restriction from Button
kobewi
2022-05-08
1
-5
/
+5
*
|
Fix button icon expansion calculation with empty text
Hendrik Brucker
2022-05-10
1
-1
/
+2
|
/
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-9
/
+9
*
Fix text clipping on the right side.
bruvzg
2022-03-13
1
-1
/
+1
*
Add optional constructor arguments to more Control nodes
Hugo Locurcio
2022-03-04
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-0
/
+3
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Fix button icon_color_disabled alpha channel
mashumafi
2022-01-30
1
-3
/
+2
*
Improve locale detection.
bruvzg
2022-01-18
1
-1
/
+1
*
Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features
Rémi Verschelde
2022-01-10
1
-3
/
+3
|
\
|
*
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-09
1
-3
/
+3
*
|
Fix button multiline text alignment.
bruvzg
2022-01-09
1
-0
/
+2
|
/
*
Merge pull request #54441 from Geometror/checkbutton-checkbox-font-hover-pres...
Rémi Verschelde
2022-01-05
1
-3
/
+2
|
\
|
*
Fix CheckButton and CheckBox font hover pressed color
Hendrik Brucker
2021-10-31
1
-3
/
+2
*
|
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
-2
/
+2
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-43
/
+40
*
|
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-7
/
+7
|
/
*
Add focus font color to Button and derivatives
Yuri Sizov
2021-10-26
1
-3
/
+12
*
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
1
-10
/
+10
*
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-29
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-57
/
+57
*
Add alignment options to icons on buttons.
jitspoe
2021-06-29
1
-54
/
+83
*
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
*
Add preview Sun and Environment
reduz
2021-02-22
1
-0
/
+5
*
Removed _change_notify
reduz
2021-02-10
1
-4
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-9
/
+1
*
Use integer coordinates for the font glyphs rendering.
bruvzg
2021-01-31
1
-2
/
+2
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-19
/
+19
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-25
/
+25
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-46
/
+256
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-24
/
+44
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
[next]