summaryrefslogtreecommitdiff
path: root/editor/plugins/theme_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-09-01Change Color HTML conversion from ARGB to RGBAAaron Franke
2020-08-26Gives the theme editor a horizontal scrollbarLunatoid
2020-07-23Small naming and tooltip tweaksMichael Alexsander
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34613 from timothyqiu/edscale-againRémi Verschelde
2019-12-26Fixes Theme Editor minimum height on HiDPI monitorHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-13Regression fixup to the theme editorMichael Alexsander Silva Dias
2019-08-09Minor fixups to the theme editorMichael Alexsander Silva Dias
2019-05-21Fix bottom panel visibility behaviour in the theme editorMichael Alexsander Silva Dias
2019-05-21Fix Theme Editor PreviewSwarnim Arun
2019-05-17Removed an unused and leaked CheckButton instance in theme editor pluginIbrahn Sahir
2019-04-25Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde
2019-04-23Fix "Name" popup's size in theme editorMichael Alexsander Silva Dias
2019-02-19Enhance theme previewMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Enable toggle behaviour for buttons that trigger popupsMichael Alexsander Silva Dias
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-05-03Small changes for some strings.Michael Alexsander Silva Dias
2018-04-27Fix theme editor sample widgetsPedro J. Estébanez
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-03-27Add radio-button-looking entries to PopupMenuPedro J. Estébanez
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-23Add more translatable text for editor plugins.geequlim
2017-11-07Add menu to import current editor theme into theme editorGeequlim
2017-10-22Change theme button name to edit themeAlexander Holland
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Editor: Add some more translatable strings.Andreas Haas
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-27ThemeEditor: fix broken dialogPoommetee Ketson