summaryrefslogtreecommitdiffstats
path: root/scene/gui/button.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix button icon_color_disabled alpha channelmashumafi2022-01-301-3/+2
* Improve locale detection.bruvzg2022-01-181-1/+1
* Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde2022-01-101-3/+3
|\
| * [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-3/+3
* | Fix button multiline text alignment.bruvzg2022-01-091-0/+2
|/
* Merge pull request #54441 from Geometror/checkbutton-checkbox-font-hover-pres...Rémi Verschelde2022-01-051-3/+2
|\
| * Fix CheckButton and CheckBox font hover pressed colorHendrik Brucker2021-10-311-3/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-43/+40
* | Rename minimum_size_changed() methodkobewi2021-12-061-7/+7
|/
* Add focus font color to Button and derivativesYuri Sizov2021-10-261-3/+12
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-10/+10
* Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-291-2/+2
* Optimize StringName usagereduz2021-07-181-57/+57
* Add alignment options to icons on buttons.jitspoe2021-06-291-54/+83
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Add preview Sun and Environmentreduz2021-02-221-0/+5
* Removed _change_notifyreduz2021-02-101-4/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-9/+1
* Use integer coordinates for the font glyphs rendering.bruvzg2021-01-311-2/+2
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-19/+19
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-25/+25
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-46/+256
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-24/+44
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-27/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-43/+43
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Texture refactorJuan Linietsky2020-02-111-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make Button and co. take internal margins into account when clipping textMichael Alexsander2019-12-121-0/+7
* Fixed crash when using icon override in buttonPouleyKetchoupp2019-11-091-1/+1
* Fixed crash when using icon override in buttonPouleyKetchoupp2019-11-091-4/+4
* Add feature to Button to make its icon expand/shrink with the button's sizeMichael Alexsander Silva Dias2019-08-291-121/+166
* Fix wrong offset in Button when alignment is set to leftMichael Alexsander Silva Dias2019-08-281-1/+5
* Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-0/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-3/+3
* Added hover_pressed style to CheckBox and CheckButtonDualMatrix2018-09-241-0/+15
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #14543 from volzhs/checkbox-checkbutton-centerRémi Verschelde2017-12-111-1/+1
|\