summaryrefslogtreecommitdiff
path: root/scene/gui/check_box.cpp
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-06Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ed...Ken Paulson
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-11Fix CheckBox minimum sizevolzhs
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-10Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-05-06-removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky
2015-03-08Fix C++11 compilationMariano Javier Suligoy
2015-03-01Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy
2015-03-01Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy