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
*
Reduced margin on PopupMenu
Eric M
2020-11-30
1
-1
/
+8
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-2
/
+16
*
Use 75% editor scale on small displays automatically
Hugo Locurcio
2020-11-16
1
-1
/
+2
*
Fixes DefaultProjectIcon scaling with editor scale
Lunatoid
2020-09-22
1
-1
/
+8
*
Add folding gutter to code_edit
Paulb23
2020-09-10
1
-3
/
+1
*
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
1
-1
/
+2
*
Add and convert editor to use CodeEdit
Paulb23
2020-09-10
1
-0
/
+13
*
Add missing #ifdef MODULE_SVG_ENABLED
totlmstr
2020-08-08
1
-1
/
+3
*
Fix default editor/project Button styles after ToolButton removal
Hugo Locurcio
2020-06-24
1
-9
/
+0
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-8
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-25
/
+25
*
Merge pull request #37517 from nekomatata/slider-grab-area-highlight
Rémi Verschelde
2020-04-10
1
-0
/
+2
|
\
|
*
Add style for highlighted Slider grab area
PouleyKetchoupp
2020-04-02
1
-0
/
+2
*
|
Remove unnecessary panel in EditorHelpBit
Michael Alexsander
2020-04-06
1
-2
/
+0
*
|
Added missing LinkButton colors in Editor Theme
Yuri Sizov
2020-04-05
1
-0
/
+3
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
|
/
*
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
1
-0
/
+2
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-9
/
+10
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-8
/
+11
*
Working sky shader implementation
clayjohn
2020-03-21
1
-2
/
+1
*
Remove extra margin in the top of the debugger
Michael Alexsander
2020-02-22
1
-0
/
+1
*
Fix visuals of the new debugger editor
Michael Alexsander
2020-02-22
1
-2
/
+0
*
Fix various GCC compilation warnings after Vulkan merge
Rémi Verschelde
2020-02-14
1
-3
/
+0
*
Added high-end (Vulkan) label to some functions in visual shader
Yuri Roubinsky
2020-02-12
1
-0
/
+5
*
Texture refactor
Juan Linietsky
2020-02-11
1
-6
/
+3
*
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-02-07
1
-1
/
+5
*
Optimize the editor icon generation
Hugo Locurcio
2020-01-20
1
-43
/
+56
*
Only create the editor theme once
Hugo Locurcio
2020-01-19
1
-1
/
+1
*
Make possible to edit the GraphEdit's selection rect colors
Michael Alexsander
2020-01-07
1
-0
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Revert "Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_a...
Michael Alexsander
2019-12-28
1
-18
/
+5
*
Set proper icon for LineEdit in editor theme
Haoyu Qiu
2019-12-22
1
-0
/
+1
*
Set proper icons for FileDialog in editor theme
volzhs
2019-12-20
1
-0
/
+3
*
Fix OptionButton's arrow margin in editor theme
Michael Alexsander
2019-12-12
1
-5
/
+18
*
Fix a constant name typo for GridContainer when creating an editor theme.
conankzhang
2019-10-31
1
-1
/
+1
*
Add "panel" style to PopupDialog
Michael Alexsander
2019-10-27
1
-2
/
+4
*
Highlight singletons and class_names in GDScript
Bojidar Marinov
2019-09-28
1
-1
/
+3
*
Draw an indicator to denote overbright colors in ColorPicker
Hugo Locurcio
2019-09-27
1
-0
/
+2
*
Merge pull request #32119 from Calinou/unify-axis-colors
Rémi Verschelde
2019-09-25
1
-0
/
+4
|
\
|
*
Use the same axis colors consistently in the 2D and 3D editors
Hugo Locurcio
2019-09-13
1
-0
/
+4
*
|
Fix various problems with tab-related icons
Michael Alexsander Silva Dias
2019-09-22
1
-5
/
+5
*
|
Merge pull request #32112 from Calinou/project-manager-add-hover-style
Rémi Verschelde
2019-09-20
1
-0
/
+5
|
\
\
|
*
|
Add an "hover" style to items in the project manager
Hugo Locurcio
2019-09-13
1
-0
/
+5
|
|
/
*
|
Merge pull request #32206 from Calinou/remove-unused-tree-constants
Rémi Verschelde
2019-09-20
1
-2
/
+0
|
\
\
|
*
|
Remove an unused icon and constant in Tree
Hugo Locurcio
2019-09-20
1
-2
/
+0
|
|
/
*
/
Improve folding appearance in the editor inspector
Hugo Locurcio
2019-09-19
1
-1
/
+0
|
/
*
Fix resizer icon visiblity on light theme in GraphNode
Chaosus89
2019-09-01
1
-0
/
+1
*
Fix graph edit lines color on light theme
Chaosus89
2019-08-30
1
-2
/
+7
*
Improve more light theme colors in the editor for better readability
Hugo Locurcio
2019-08-29
1
-13
/
+25
[next]