index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
check_box.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-01
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-08-12
Fix case where `h_separation` might not work in `Button`
Rindbee
2022-04-23
Rename theme properties to include underscores
FireForge
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-09-05
Apply set_read_only() to child classes of EditorProperty elements
Silc 'Tokage' Renew
2021-07-18
Optimize StringName usage
reduz
2021-03-23
Merge pull request #37755 from KoBeWi/check_down
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-10
Add disabled theme icons for CheckBox
Tomasz Chabora
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-08-06
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ed...
Ken Paulson
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-11
Fix CheckBox minimum size
volzhs
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-09-06
Remove dead ButtonGroup code
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-10
Groundbreaking!! Godot resources can now be flagged to be local to the scene ...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-05-06
-removed dynamic_cast on CheckBox, fixes #1830
Juan Linietsky
2015-03-08
Fix C++11 compilation
Mariano Javier Suligoy
2015-03-01
Improve mechanism and fix radio icon rendering.
Mariano Javier Suligoy
2015-03-01
Add CheckBox control with theme edition and radio icon avaible.
Mariano Javier Suligoy