summaryrefslogtreecommitdiffstats
path: root/scene/resources/theme.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup unused engine codeTomasz Chabora2020-12-091-48/+0
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+94
* Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde2020-11-161-143/+143
|\
| * Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio2020-10-271-143/+143
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-23/+38
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-87/+0
* Remove redundant void argument listsRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-35/+35
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-16/+14
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-14/+14
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-21/+21
* Texture refactorJuan Linietsky2020-02-111-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixes crash when using Theme::clearHaoyu Qiu2019-12-101-3/+12
* Fix functions listing all theme resourcesrxlecky2019-11-091-14/+35
* Theme code refactoringSeleckyErik2019-10-231-1/+114
* Keep track of default theme and project custom default theme seperatellyBojidar Marinov2019-07-051-10/+20
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* doc: Sync classref with current sourceRémi Verschelde2019-01-261-1/+1
* Added copy_theme and fixed bugs in copy theme introduced by #2e0a94eFabian2019-01-251-12/+17
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Get rid of ancient .theme format for Theme resource. It was not working and c...Juan Linietsky2018-11-271-408/+0
* Changed theme notifications to work with newly introduced reference counted c...Juan Linietsky2018-11-271-32/+115
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+4
* styleBoxFlat removed light, dark color entirelytoger52017-08-151-2/+2
* Adapted godot to the new StyleBoxFlattoger52017-08-151-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-8/+8
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-378/+312
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-37/+37
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-14/+14
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-4/+4
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-31/+31
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* properly fixed notificaitons for theme changed, closes #5774Juan Linietsky2016-07-181-0/+15
* Keep track of when fonts change, so theme or controls that use fonts as overr...Juan Linietsky2016-06-171-0/+45
* -added missing .inc filesJuan Linietsky2016-06-171-9/+18
* Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2016-06-121-3/+4
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* Adds a remove class item option in the theme editor.Aren Villanueva2016-04-211-1/+8
* remove trailing whitespaceHubert Jarosz2016-03-091-52/+52