summaryrefslogtreecommitdiffstats
path: root/scene/gui/check_box.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix CheckBox and CheckButton not using max_icon_widthRiley Willows2024-05-201-3/+3
* Improve button min. size calculation.bruvzg2024-05-161-1/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-8/+8
* Add a `h_separation` between icons in `CheckButton`/`CheckBox`风青山2024-02-211-5/+11
* Register theme properties with ThemeDBYuri Sizov2023-09-111-17/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-36/+60
* Fix case where `h_separation` might not work in `Button`Rindbee2022-08-121-1/+1
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-28/+34
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-2/+16
* Optimize StringName usagereduz2021-07-181-10/+10
* Merge pull request #37755 from KoBeWi/check_downRémi Verschelde2021-03-231-2/+4
|\
| * Add disabled theme icons for CheckBoxTomasz Chabora2020-04-101-2/+4
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-9/+9
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+20
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+11
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-10/+10
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ed...Ken Paulson2019-08-061-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix CheckBox minimum sizevolzhs2017-12-111-3/+40
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Remove dead ButtonGroup codeRémi Verschelde2017-09-061-1/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-26/+19
* Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky2017-01-101-7/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky2015-05-061-1/+1
* Fix C++11 compilationMariano Javier Suligoy2015-03-081-2/+2
* Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy2015-03-011-21/+24
* Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-011-0/+76