Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Yuri Sizov
|
7fe0dab69b
Add focus font color to Button and derivatives
|
3 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Michael Alexsander
|
bd7cf87b8e
Make Button and co. take internal margins into account when clipping text
|
5 years ago |
PouleyKetchoupp
|
0fc0f0fc98
Fixed crash when using icon override in button
|
5 years ago |
PouleyKetchoupp
|
0c79bbeea3
Fixed crash when using icon override in button
|
5 years ago |
Michael Alexsander Silva Dias
|
9b09daa8c5
Add feature to Button to make its icon expand/shrink with the button's size
|
6 years ago |
Michael Alexsander Silva Dias
|
da5195fc92
Fix wrong offset in Button when alignment is set to left
|
6 years ago |
Rémi Verschelde
|
fc370b3feb
Fix -Wimplicit-fallthrough warnings from GCC 8
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
6 years ago |
DualMatrix
|
99e3309296
Added hover_pressed style to CheckBox and CheckButton
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
2314f0c281
Merge pull request #14543 from volzhs/checkbox-checkbutton-center
|
7 years ago |
volzhs
|
1273f10646
Fix align=center info is not saved with CheckBox & CheckButton
|
7 years ago |
volzhs
|
2afa2bc389
Fix CheckBox minimum size
|
7 years ago |
volzhs
|
3c04d7798c
Fix CheckButton minimum size
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Ignacio Etcheverry
|
32dd9a9f66
ClassDB: Provide the enum name of integer constants
|
8 years ago |
Rémi Verschelde
|
18a7315381
Rename localization method to `tr` again
|
8 years ago |
Rémi Verschelde
|
c72529baf0
Rename `XL_MESSAGE` aka `tr` to `localize`
|
8 years ago |
Ignacio Etcheverry
|
2f290038d6
Removes type information from method binds
|
8 years ago |
Daniel J. Ramirez
|
337c1238b9
Fixed button flat behavior when not in normal state.
|
8 years ago |