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
*
Fix button text autowrap overflow when inside a container
Haoyu Qiu
2024-09-24
1
-2
/
+3
*
[Button] Use align_to_largest_stylebox for min. size calculation.
bruvzg
2024-07-04
1
-1
/
+1
*
[Button] Do not include internal margins into base button minimum size.
bruvzg
2024-06-13
1
-15
/
+2
*
[Button] Adds theme option to align button text and icon to either largest or...
bruvzg
2024-06-10
1
-10
/
+34
*
Improve button min. size calculation.
bruvzg
2024-05-16
1
-23
/
+92
*
Round the icon's drawing rect when drawing the button
风青山
2024-05-11
1
-0
/
+2
*
[Button] Fix theme elements size rounding errors not keeping sufficient space...
bruvzg
2024-04-18
1
-1
/
+1
*
Merge pull request #88615 from Rindbee/add-h_separation-between-icons-in-Chec...
Rémi Verschelde
2024-02-26
1
-11
/
+5
|
\
|
*
Add a `h_separation` between icons in `CheckButton`/`CheckBox`
风青山
2024-02-21
1
-11
/
+5
*
|
[Button] Add autowrap feature.
bruvzg
2024-02-22
1
-2
/
+44
|
/
*
Fix forgetting `h_separation` when internal elements exist
风青山
2024-01-22
1
-7
/
+8
*
Make the drawing logic clearer in `Button`
Rindbee
2024-01-18
1
-214
/
+267
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-40
/
+37
*
Remove unnecessary validity checks from `Button` and `TextureRect`
A Thousand Ships
2023-09-06
1
-4
/
+2
*
Fix Button text when overrun is not trim nothing
Haoyu Qiu
2023-08-08
1
-3
/
+4
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-3
/
+2
*
Fix Button clipping when internal margins exist
Haoyu Qiu
2023-07-14
1
-4
/
+5
*
Make `TextureButton` and `Button` update on texture change
Ninni Pipping
2023-05-29
1
-2
/
+21
*
Update size or size cache when toggling `expand_icon` in `Button`
Rindbee
2023-05-17
1
-0
/
+4
*
Implement vertical icon alignment for buttons
Florian Kothmeier
2023-05-01
1
-12
/
+57
*
Make icons of scripted and custom classes fit the editor UI
Yuri Sizov
2023-03-31
1
-4
/
+19
*
Add more sections to Button and BaseButton
VolTer
2023-01-25
1
-1
/
+5
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
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
|
/
[next]