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_preview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-2
/
+2
*
Improve Editor Inspector/Theme item lookup performance
aaronp64
2024-08-20
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-4
/
+4
*
Add methods to add submenus without using names
kobewi
2024-02-22
1
-3
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-2
/
+2
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-1
/
+1
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-1
/
+1
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-1
/
+1
*
Add theme contexts to various parts of the editor
Yuri Sizov
2023-09-06
1
-4
/
+9
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-5
/
+6
*
Change the text for the flat button preview to follow pattern
somecrepe
2023-07-24
1
-1
/
+1
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+4
*
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
/
+3
*
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-3
/
+3
*
Merge pull request #64119 from YuriSizov/theme-init-database
Rémi Verschelde
2022-08-29
1
-1
/
+2
|
\
|
*
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-1
/
+2
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+4
*
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-2
/
+2
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-2
/
+2
|
|
/
*
/
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-4
/
+2
|
/
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-1
/
+1
*
Tweak minsize of editor ColorPickerButtons
kobewi
2022-05-19
1
-1
/
+11
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-0
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+6
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-12
/
+12
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-12
/
+12
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Make the theme editor correctly stop updating after it was hidden
Yuri Sizov
2021-12-29
1
-2
/
+4
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-2
/
+0
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
*
Allow scrolling theme preview when the control picker is active
Yuri Sizov
2021-12-02
1
-1
/
+5
*
Fix Theme Editor crash when clicking the element picker
Haoyu Qiu
2021-11-21
1
-0
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
Ignore empty Font resources as theme override.
bruvzg
2021-10-25
1
-2
/
+3
*
Use functions defined in the their classes.
Anilforextra
2021-09-29
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-10
/
+10
*
Fix control picker in the Theme editor
Yuri Sizov
2021-07-16
1
-3
/
+38
*
Add type variations to Theme
Yuri Sizov
2021-07-13
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Don't use the abbrevation "Sep." in UI text
Haoyu Qiu
2021-06-16
1
-1
/
+1
*
Overhaul the theme editor and improve user experience
Yuri Sizov
2021-06-14
1
-0
/
+464