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
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-4
/
+4
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-2
/
+2
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Define some Theme data structures with using for readability
Yuri Sizov
2022-05-18
1
-34
/
+34
*
Restore Theme.get_type_list behavior to properly handle uniqueness
Yuri Sizov
2022-05-18
1
-6
/
+38
*
Merge pull request #60130 from fire-forge/theme-node-names
Rémi Verschelde
2022-05-16
1
-0
/
+8
|
\
|
*
Fix Theme type group naming in the inspector
FireForge
2022-04-10
1
-0
/
+8
*
|
Add a new HashMap implementation
reduz
2022-05-12
1
-194
/
+88
*
|
Validate theme type/item names
Haoyu Qiu
2022-04-26
1
-0
/
+65
|
/
*
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Rémi Verschelde
2022-02-12
1
-0
/
+1
|
\
|
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
|
Add an explicit way to remove a theme type
Yuri Sizov
2022-02-11
1
-0
/
+143
|
/
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties
Rémi Verschelde
2022-01-06
1
-59
/
+79
|
\
|
*
Correctly use fallback Theme values as last resort
Yuri Sizov
2021-12-31
1
-59
/
+79
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Ignore empty Font resources as theme override.
bruvzg
2021-10-25
1
-2
/
+2
*
Correctly bind optional arguments when emitting Theme changes
Yuri Sizov
2021-10-04
1
-4
/
+4
*
Make Theme report property list changes less often
Yuri Sizov
2021-10-04
1
-24
/
+35
*
Add the base scale factor to the Theme resource
Yuri Sizov
2021-10-04
1
-4
/
+42
*
Reorganize Theme resource code for better maintainability
Yuri Sizov
2021-10-02
1
-412
/
+429
*
Add support for partial custom editor themes
Yuri Sizov
2021-08-14
1
-24
/
+51
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+6
*
Add type variations to Theme
Yuri Sizov
2021-07-13
1
-2
/
+147
*
Merge pull request #49227 from pycbouh/editor-theme-freeze-changes
Rémi Verschelde
2021-06-13
1
-68
/
+43
|
\
|
*
Prevent Theme resource from emitting changes during bulk operations
Yuri Sizov
2021-05-31
1
-68
/
+43
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
|
Fix Theme overriding existing theme types with empty
Yuri Sizov
2021-06-04
1
-0
/
+18
|
/
*
Add theme_custom_type property to Control and Window
Yuri Sizov
2021-05-17
1
-297
/
+307
*
Refactor Edit Theme menu in Theme Editor
Yuri Sizov
2021-04-18
1
-0
/
+45
*
doc: Sync classref with current source
Rémi Verschelde
2021-03-29
1
-4
/
+4
*
Add utility methods to Theme, improve error messages and documentation
Yuri Sizov
2021-03-22
1
-22
/
+410
*
Improve resource load cache
reduz
2021-02-11
1
-0
/
+3
*
Removed _change_notify
reduz
2021-02-10
1
-16
/
+16
*
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
-6
/
+106
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-48
/
+0
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-1
/
+94
*
Merge pull request #42008 from Calinou/theme-rename-node-type
Rémi Verschelde
2020-11-16
1
-143
/
+143
|
\
|
*
Rename the `type` parameter to `node_type` in Theme and Control
Hugo Locurcio
2020-10-27
1
-143
/
+143
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
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
[next]