summaryrefslogtreecommitdiffstats
path: root/scene/gui/button.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix align=center info is not saved with CheckBox & CheckButtonvolzhs2017-12-111-1/+1
* | Fix CheckBox minimum sizevolzhs2017-12-111-4/+12
* | Fix CheckButton minimum sizevolzhs2017-12-111-2/+10
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Rename localization method to `tr` againRémi Verschelde2017-08-181-2/+2
* Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Fixed button flat behavior when not in normal state.Daniel J. Ramirez2017-07-181-3/+6
* New customizable editor themevolzhs2017-05-091-2/+12
* Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-14/+15
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-15/+14
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-90/+77
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-10/+10
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-5/+5
* Respect style boxes for Button states other than "normal"Ray Koopa2017-01-211-5/+10
* -Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky2017-01-091-6/+14