index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
theme.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-23
/
+38
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-87
/
+0
*
Remove redundant void argument lists
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-35
/
+35
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-16
/
+14
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-14
/
+14
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-21
/
+21
*
Texture refactor
Juan Linietsky
2020-02-11
1
-7
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fixes crash when using Theme::clear
Haoyu Qiu
2019-12-10
1
-3
/
+12
*
Fix functions listing all theme resources
rxlecky
2019-11-09
1
-14
/
+35
*
Theme code refactoring
SeleckyErik
2019-10-23
1
-1
/
+114
*
Keep track of default theme and project custom default theme seperatelly
Bojidar Marinov
2019-07-05
1
-10
/
+20
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2019-01-26
1
-1
/
+1
*
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e
Fabian
2019-01-25
1
-12
/
+17
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Get rid of ancient .theme format for Theme resource. It was not working and c...
Juan Linietsky
2018-11-27
1
-408
/
+0
*
Changed theme notifications to work with newly introduced reference counted c...
Juan Linietsky
2018-11-27
1
-32
/
+115
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-5
/
+4
*
styleBoxFlat removed light, dark color entirely
toger5
2017-08-15
1
-2
/
+2
*
Adapted godot to the new StyleBoxFlat
toger5
2017-08-15
1
-1
/
+1
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-8
/
+8
*
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-2
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-378
/
+312
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-37
/
+37
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-14
/
+14
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-4
/
+4
*
rename String.extension() -> String.get_extension() / String.basename() -> St...
Juan Linietsky
2017-01-14
1
-1
/
+1
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-31
/
+31
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
properly fixed notificaitons for theme changed, closes #5774
Juan Linietsky
2016-07-18
1
-0
/
+15
*
Keep track of when fonts change, so theme or controls that use fonts as overr...
Juan Linietsky
2016-06-17
1
-0
/
+45
*
-added missing .inc files
Juan Linietsky
2016-06-17
1
-9
/
+18
*
Fixed ancient bug that prevented proper theme editing, closes #4924
Juan Linietsky
2016-06-12
1
-3
/
+4
*
remove trailing whitespace
Hubert Jarosz
2016-05-21
1
-1
/
+1
*
Adds a remove class item option in the theme editor.
Aren Villanueva
2016-04-21
1
-1
/
+8
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-52
/
+52
*
Move shaders to default theme and add shader_override related methods to Cont...
MarianoGNU
2016-01-15
1
-0
/
+45
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
Add missing argument names in GDScript bindings
Rémi Verschelde
2015-12-28
1
-6
/
+6
*
**WARNING BEFORE PULLING**
Juan Linietsky
2015-08-23
1
-1
/
+8
*
Several performance improvements, mainly in loading and instancing scenes and...
Juan Linietsky
2015-06-29
1
-6
/
+6
[next]