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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Editor Inspector/Theme item lookup performance
aaronp64
2024-08-20
1
-1
/
+1
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-7
/
+7
*
Warn about accessing non-existing editor theme items
Yuri Sizov
2023-09-15
1
-15
/
+15
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-29
/
+0
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Define some Theme data structures with using for readability
Yuri Sizov
2022-05-18
1
-6
/
+13
*
Validate theme type/item names
Haoyu Qiu
2022-04-26
1
-0
/
+3
*
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Rémi Verschelde
2022-02-12
1
-1
/
+0
|
\
|
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+0
*
|
Add an explicit way to remove a theme type
Yuri Sizov
2022-02-11
1
-0
/
+9
|
/
*
Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties
Rémi Verschelde
2022-01-06
1
-25
/
+31
|
\
|
*
Correctly use fallback Theme values as last resort
Yuri Sizov
2021-12-31
1
-25
/
+31
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Make Theme report property list changes less often
Yuri Sizov
2021-10-04
1
-1
/
+1
*
Add the base scale factor to the Theme resource
Yuri Sizov
2021-10-04
1
-0
/
+9
*
Reorganize Theme resource code for better maintainability
Yuri Sizov
2021-10-02
1
-1
/
+5
*
Add support for partial custom editor themes
Yuri Sizov
2021-08-14
1
-2
/
+1
*
Add type variations to Theme
Yuri Sizov
2021-07-13
1
-1
/
+11
*
Overhaul the theme editor and improve user experience
Yuri Sizov
2021-06-14
1
-0
/
+1
*
Prevent Theme resource from emitting changes during bulk operations
Yuri Sizov
2021-05-31
1
-0
/
+10
*
Add theme_custom_type property to Control and Window
Yuri Sizov
2021-05-17
1
-63
/
+64
*
Refactor Edit Theme menu in Theme Editor
Yuri Sizov
2021-04-18
1
-0
/
+7
*
Add utility methods to Theme, improve error messages and documentation
Yuri Sizov
2021-03-22
1
-0
/
+40
*
Improve resource load cache
reduz
2021-02-11
1
-0
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove unused argument in Theme method and expose missing methods
Yuri Sizov
2020-12-17
1
-3
/
+11
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-8
/
+0
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-0
/
+14
*
Merge pull request #42008 from Calinou/theme-rename-node-type
Rémi Verschelde
2020-11-16
1
-40
/
+40
|
\
|
*
Rename the `type` parameter to `node_type` in Theme and Control
Hugo Locurcio
2020-10-27
1
-40
/
+40
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Remove redundant void argument lists
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-6
/
+6
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-7
/
+7
*
Texture refactor
Juan Linietsky
2020-02-11
1
-5
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Theme code refactoring
SeleckyErik
2019-10-23
1
-64
/
+8
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+1
*
Keep track of default theme and project custom default theme seperatelly
Bojidar Marinov
2019-07-05
1
-1
/
+5
*
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e
Fabian
2019-01-25
1
-0
/
+1
*
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
-8
/
+0
*
Changed theme notifications to work with newly introduced reference counted c...
Juan Linietsky
2018-11-27
1
-6
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-07-02
1
-6
/
+6
*
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
[next]