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
...
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-6
/
+6
*
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Rémi Verschelde
2022-09-22
1
-16
/
+16
*
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-1
/
+1
*
Merge pull request #64119 from YuriSizov/theme-init-database
Rémi Verschelde
2022-08-29
1
-30
/
+31
|
\
|
*
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-30
/
+31
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-4
/
+7
*
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-30
/
+30
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-30
/
+30
|
|
/
*
/
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-7
/
+4
|
/
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-24
/
+25
*
Add text overrun behavior for the theme type selector
Yuri Sizov
2022-08-04
1
-0
/
+1
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-33
/
+33
*
Color Pickers Respect Settings
Guh-Feng
2022-07-21
1
-0
/
+1
*
Merge pull request #61347 from fire-forge/theme-icons
Rémi Verschelde
2022-07-20
1
-8
/
+27
|
\
|
*
Use type icons in Theme editor import tab
FireForge
2022-05-26
1
-8
/
+27
*
|
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
|
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-3
/
+3
|
\
\
|
*
|
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-3
/
+3
*
|
|
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-2
/
+2
|
/
/
*
|
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-5
/
+1
*
|
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-3
/
+3
*
|
Merge pull request #61455 from fire-forge/tab
Rémi Verschelde
2022-05-31
1
-7
/
+3
|
\
\
|
*
|
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-26
1
-7
/
+3
|
|
/
*
/
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-7
/
+4
|
/
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-4
/
+12
*
Fix crash when editing pinned StyleBox
Haoyu Qiu
2022-05-16
1
-2
/
+4
*
Add a new HashMap implementation
reduz
2022-05-12
1
-55
/
+55
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-10
/
+10
*
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-2
/
+2
*
Make name of editor file dialog filters translatable
Haoyu Qiu
2022-03-05
1
-2
/
+2
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-1
/
+1
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-5
/
+4
*
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Rémi Verschelde
2022-02-12
1
-0
/
+2
|
\
|
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
|
Add an explicit way to remove a theme type
Yuri Sizov
2022-02-11
1
-22
/
+64
|
/
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-10
/
+10
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-10
/
+10
*
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
1
-1
/
+1
*
Bring `TabBar` to full parity with the `TabContainer` implementation.
Michael Alexsander
2022-01-31
1
-2
/
+2
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
Addded methods to propagate checks & refactored classes to use new methods.
Kevin Fischer
2022-01-18
1
-56
/
+19
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add undo/redo capabilities to the theme editor
Michael Alexsander
2021-12-30
1
-120
/
+400
*
Improve user communication in the Add Item Type dialog
Yuri Sizov
2021-12-14
1
-7
/
+30
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-7
/
+7
*
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-3
/
+3
*
Disable base type changing when no type is selected in the theme editor
Michael Alexsander
2021-12-03
1
-2
/
+2
[prev]
[next]