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
/
editor
/
plugins
/
theme_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
*
Add a flag to EditorResourcePicker to differentiate selection contexts
Yuri Sizov
2021-11-02
1
-1
/
+1
*
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-19
1
-3
/
+3
*
Merge pull request #53277 from YeldhamDev/tabs_renaming
Rémi Verschelde
2021-10-01
1
-1
/
+1
|
\
|
*
Rename some elements of `Tabs`
Michael Alexsander
2021-09-30
1
-1
/
+1
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-5
/
+5
|
/
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-0
/
+2
*
Improve user communications in the theme editor
Yuri Sizov
2021-08-04
1
-4
/
+53
*
Put multiple colons back into translated strings
Yuri Sizov
2021-07-31
1
-2
/
+2
*
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-1
/
+1
*
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
1
-35
/
+35
|
\
|
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-35
/
+35
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-7
/
+7
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-97
/
+97
*
Improve add item type UI in theme editor
Haoyu Qiu
2021-07-20
1
-8
/
+12
*
Optimize StringName usage
reduz
2021-07-18
1
-110
/
+110
*
Fix focus behavior in the Add Item Type dialog of the Theme editor
Yuri Sizov
2021-07-17
1
-0
/
+6
*
Fix control picker in the Theme editor
Yuri Sizov
2021-07-16
1
-1
/
+1
*
Add header theme type variations to labels
kobewi
2021-07-13
1
-0
/
+1
*
Merge pull request #50169 from pycbouh/theme-type-variations
Rémi Verschelde
2021-07-13
1
-82
/
+209
|
\
|
*
Add type variations to Theme
Yuri Sizov
2021-07-13
1
-82
/
+209
*
|
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
1
-1
/
+1
*
|
Clean up Tree
reduz
2021-07-04
1
-0
/
+3
|
/
*
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-28
1
-3
/
+3
*
Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ...
Yuri Sizov
2021-06-20
1
-9
/
+22
*
ThemeEditor: Fix text_submitted connections after #49258
Rémi Verschelde
2021-06-17
1
-3
/
+3
*
Overhaul the theme editor and improve user experience
Yuri Sizov
2021-06-14
1
-215
/
+1258
*
Merge pull request #49227 from pycbouh/editor-theme-freeze-changes
Rémi Verschelde
2021-06-13
1
-1
/
+33
|
\
|
*
Prevent Theme resource from emitting changes during bulk operations
Yuri Sizov
2021-05-31
1
-1
/
+33
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
/
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-4
/
+4
*
Add outlines and contrasting backgrounds to the editor UI elements
Yuri Sizov
2021-05-12
1
-1
/
+4
*
Refactor Create Theme menu in Theme Editor
Yuri Sizov
2021-05-09
1
-409
/
+1289
*
Refactor Edit Theme menu in Theme Editor
Yuri Sizov
2021-04-18
1
-395
/
+746
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-7
/
+0
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-3
/
+53
*
Change Color HTML conversion from ARGB to RGBA
Aaron Franke
2020-09-01
1
-2
/
+2
*
Gives the theme editor a horizontal scrollbar
Lunatoid
2020-08-26
1
-1
/
+1
*
Small naming and tooltip tweaks
Michael Alexsander
2020-07-23
1
-2
/
+2
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-2
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-9
/
+18
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-40
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-15
/
+45
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-11
/
+11
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-10
/
+10
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-13
/
+6
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+6
[prev]
[next]