summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Cleanup unused engine codeTomasz Chabora2020-12-091-7/+0
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-3/+53
* Change Color HTML conversion from ARGB to RGBAAaron Franke2020-09-011-2/+2
* Gives the theme editor a horizontal scrollbarLunatoid2020-08-261-1/+1
* Small naming and tooltip tweaksMichael Alexsander2020-07-231-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-40/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-15/+45
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-11/+11
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-10/+10
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-13/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-6/+6
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34613 from timothyqiu/edscale-againRémi Verschelde2019-12-301-1/+1
|\
| * Fixes Theme Editor minimum height on HiDPI monitorHaoyu Qiu2019-12-261-1/+1
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
|/
* Makes more strings in editor translatableHaoyu Qiu2019-12-161-1/+1
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* Regression fixup to the theme editorMichael Alexsander Silva Dias2019-08-131-35/+36
* Minor fixups to the theme editorMichael Alexsander Silva Dias2019-08-091-6/+6
* Fix bottom panel visibility behaviour in the theme editorMichael Alexsander Silva Dias2019-05-211-3/+1
* Fix Theme Editor PreviewSwarnim Arun2019-05-211-2/+2
* Removed an unused and leaked CheckButton instance in theme editor pluginIbrahn Sahir2019-05-171-1/+0
* Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde2019-04-251-0/+2
|\
| * Enable toggle behaviour for buttons that trigger popupsMichael Alexsander Silva Dias2018-12-111-0/+2
* | Fix "Name" popup's size in theme editorMichael Alexsander Silva Dias2019-04-231-1/+1
* | Enhance theme previewMichael Alexsander Silva Dias2019-02-191-98/+123
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Small changes for some strings.Michael Alexsander Silva Dias2018-05-031-54/+2
* Fix theme editor sample widgetsPedro J. Estébanez2018-04-271-3/+3
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-03-271-0/+4
* Refactor version macros and fix related bugsRémi Verschelde2018-02-231-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add more translatable text for editor plugins.geequlim2017-12-231-1/+1
* Add menu to import current editor theme into theme editorGeequlim2017-11-071-7/+9
* Change theme button name to edit themeAlexander Holland2017-10-221-1/+5
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-2/+2
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-3/+3
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* ThemeEditor: fix broken dialogPoommetee Ketson2017-07-271-33/+26