Age | Commit message (Expand) | Author |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-12-09 | Cleanup unused engine code | Tomasz Chabora |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-09-01 | Change Color HTML conversion from ARGB to RGBA | Aaron Franke |
2020-08-26 | Gives the theme editor a horizontal scrollbar | Lunatoid |
2020-07-23 | Small naming and tooltip tweaks | Michael Alexsander |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-30 | Merge pull request #34613 from timothyqiu/edscale-again | Rémi Verschelde |
2019-12-26 | Fixes Theme Editor minimum height on HiDPI monitor | Haoyu Qiu |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-12-16 | Makes more strings in editor translatable | Haoyu Qiu |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-08-13 | Regression fixup to the theme editor | Michael Alexsander Silva Dias |
2019-08-09 | Minor fixups to the theme editor | Michael Alexsander Silva Dias |
2019-05-21 | Fix bottom panel visibility behaviour in the theme editor | Michael Alexsander Silva Dias |
2019-05-21 | Fix Theme Editor Preview | Swarnim Arun |
2019-05-17 | Removed an unused and leaked CheckButton instance in theme editor plugin | Ibrahn Sahir |
2019-04-25 | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde |
2019-04-23 | Fix "Name" popup's size in theme editor | Michael Alexsander Silva Dias |
2019-02-19 | Enhance theme preview | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-11 | Enable toggle behaviour for buttons that trigger popups | Michael Alexsander Silva Dias |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-05-03 | Small changes for some strings. | Michael Alexsander Silva Dias |
2018-04-27 | Fix theme editor sample widgets | Pedro J. Estébanez |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-03-27 | Add radio-button-looking entries to PopupMenu | Pedro J. Estébanez |
2018-02-23 | Refactor version macros and fix related bugs | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-23 | Add more translatable text for editor plugins. | geequlim |
2017-11-07 | Add menu to import current editor theme into theme editor | Geequlim |
2017-10-22 | Change theme button name to edit theme | Alexander Holland |
2017-09-22 | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-25 | Editor: Add some more translatable strings. | Andreas Haas |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-07-27 | ThemeEditor: fix broken dialog | Poommetee Ketson |