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
/
editor_themes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #68132 from Mickeon/doc-help-colourful
Rémi Verschelde
2022-11-14
1
-0
/
+10
|
\
|
*
Improve Editor Documentation colors
Micky
2022-11-01
1
-0
/
+10
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
Remove override_selected_font_color property
kobewi
2022-10-26
1
-1
/
+1
|
/
*
Polish rendering driver refactor further (take 2)
Pedro J. Estébanez
2022-10-11
1
-2
/
+2
*
Merge pull request #62910 from Vitika9/gsoc-colorpicker-ux
Rémi Verschelde
2022-10-07
1
-0
/
+5
|
\
|
*
ColorPicker UX improvements
Vitika9
2022-09-06
1
-0
/
+5
*
|
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
*
|
Improve icon generation in the editor theme
Yuri Sizov
2022-09-16
1
-160
/
+214
*
|
Fix some errors affecting the Web editor
Rémi Verschelde
2022-09-12
1
-21
/
+1
*
|
Allow images to be imported "for editor use" and respect editor settings
Yuri Sizov
2022-09-07
1
-0
/
+8
*
|
Merge pull request #59069 from fire-forge/stylebox_margin_functions
Rémi Verschelde
2022-09-07
1
-48
/
+12
|
\
\
|
*
|
Add set_default_margin_all/individual to StyleBox
FireForge
2022-09-07
1
-48
/
+12
*
|
|
Merge pull request #65355 from groud/split_container_min_grab_thickness
Rémi Verschelde
2022-09-07
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow SplitContainer to have a grab area larger than its visual grabber
Gilles Roudière
2022-09-07
1
-0
/
+3
*
|
|
Merge pull request #65446 from YuriSizov/dialogs-make-styleboxes-matter
Rémi Verschelde
2022-09-07
1
-0
/
+1
|
\
\
\
|
*
|
|
Make AcceptDialog and derivatives utilize StyleBox fully
Yuri Sizov
2022-09-07
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-17
/
+17
|
/
/
*
|
Various editor UI fixes (bottom panel corner radius and scene tab bar)
FireForge
2022-09-05
1
-13
/
+11
*
|
Merge pull request #65230 from fire-forge/itemlist-spacing
Yuri Sizov
2022-09-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Increase ItemList v_separation in editor theme
FireForge
2022-09-01
1
-1
/
+1
*
|
Merge pull request #65181 from fire-forge/corner-details
Rémi Verschelde
2022-09-02
1
-6
/
+8
|
\
\
|
*
|
Decrease StyleBoxFlat corner detail in editor theme
FireForge
2022-09-01
1
-6
/
+8
|
|
/
*
|
EditorTheme: Remove rounded corners for all popups
RedMser
2022-09-02
1
-3
/
+3
*
|
Rework oriented containers
kobewi
2022-09-01
1
-0
/
+2
|
/
*
Merge pull request #65089 from YuriSizov/editor-launch-bar-with-style
Rémi Verschelde
2022-08-30
1
-2
/
+20
|
\
|
*
Improve style and add contextual highlight to the editor launch pad
Yuri Sizov
2022-08-30
1
-2
/
+20
*
|
Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bg
Rémi Verschelde
2022-08-30
1
-27
/
+35
|
\
\
|
|
/
|
/
|
|
*
Add background to TabContainer's tabbar and editor docks
Yuri Sizov
2022-08-29
1
-27
/
+35
*
|
Fix some editor theme regressions
Yuri Sizov
2022-08-29
1
-2
/
+10
|
/
*
Extract editor color map and simplify SVG color conversion
Yuri Sizov
2022-08-24
1
-126
/
+144
*
Disable editing properties in foreign resources
SaracenOne
2022-08-23
1
-2
/
+2
*
Create a SVG default project icon in new projects
Hugo Locurcio
2022-08-20
1
-6
/
+6
*
Merge pull request #59045 from Calinou/editor-theme-popup-no-rounded-corners
Yuri Sizov
2022-08-19
1
-0
/
+3
|
\
|
*
Don't use rounded corners for PopupMenus in the editor theme
Hugo Locurcio
2022-08-18
1
-0
/
+3
*
|
Merge pull request #63950 from bruvzg/menu_bar3
Max Hilbrunner
2022-08-19
1
-0
/
+19
|
\
\
|
*
|
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...
bruvzg
2022-08-18
1
-0
/
+19
|
|
/
*
/
Improve editor toolbar for Control nodes
Yuri Sizov
2022-08-16
1
-0
/
+11
|
/
*
Add missing properties to default theme
kobewi
2022-08-11
1
-2
/
+1
*
Tweak PopupMenu item spacing in the editor theme
Hugo Locurcio
2022-08-05
1
-11
/
+10
*
Fix text position when hovering pressed `CheckButton/Box` elements in the editor
Michael Alexsander
2022-08-03
1
-0
/
+2
*
Visually line up the selected tab with the underlying panel with borders
Hugo Locurcio
2022-08-03
1
-0
/
+4
*
Remove `CustomPropertyEditor` completely
Yuri Sizov
2022-08-01
1
-0
/
+3
*
Improve script editor's light theme syntax colors for better readability
Hugo Locurcio
2022-07-31
1
-21
/
+18
*
Fix code folding icon color not matching defined color
PhoenixFlame101
2022-07-20
1
-4
/
+16
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-6
/
+3
*
Add the ability to drag the code completion scrollbar using the mouse click
MinusKube
2022-07-03
1
-0
/
+3
*
Merge pull request #61698 from raulsntos/icon_color-editor-theme
Rémi Verschelde
2022-06-24
1
-1
/
+17
|
\
|
*
Add icon colors to editor theme
Raul Santos
2022-06-23
1
-1
/
+17
[next]