Daniel J. Ramirez
57fff67580
Fixed some inconsistent styles, plus some cleanup
2017-09-12 13:16:47 -05:00
Daniel J. Ramirez
60f054d3ac
Improved VS node coloring
2017-09-12 13:16:47 -05:00
Daniel J. Ramirez
3a05bdbaab
Improved alternative size thumbnail generation
2017-09-12 13:16:47 -05:00
Daniel J. Ramirez
1e8048dd45
Improved theme generation, and other fixes
2017-09-12 13:16:38 -05:00
volzhs
41cc85fb20
Fit script editor grid with others
2017-09-07 06:25:57 +09:00
toger5
18917ad1d6
fixed log colors
2017-09-05 01:10:04 +02:00
toger5
2083263e4f
changed tree font color to be more saturated
2017-09-04 18:06:41 +02:00
toger5
45d57ccf28
fixed hover line for menu button
2017-09-04 18:06:13 +02:00
toger5
e85f025771
Fixed theme (chagnes introduced in light theme)
...
- adapted contrast color intensity (to make buttons less bright)
- added missing border for lineEdit
- removed unnecassary code for option button
2017-09-04 18:06:13 +02:00
Rémi Verschelde
df11de72c9
Merge pull request #10932 from djrm/pr_fix_metrics
...
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-04 08:10:04 +02:00
Daniel J. Ramirez
e298f931a6
Fixed some metrics (some issues caused by the new Noto Sans font).
...
plus other minor fixes
2017-09-03 01:49:31 -05:00
toger5
b606285219
Unified script panel backgrounds.
...
- simplefied it with using the new rtl.
- removed ("ScriptPanel", "EditorStyles") for since rtl now can be used
- unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated.
2017-09-02 18:28:35 +02:00
toger5
2aa735757a
unified draw_center naming for (9patch,StyleBoxes)
...
- filled -> draw_center
- is_draw_center -> is_draw_center_enabled
- get_draw_center -> is_draw_center_enabled
2017-08-31 15:25:24 +02:00
toger5
ff0a149de9
added setting for icon/font color: auto,dark,light
2017-08-30 21:47:10 +02:00
toger5
97d7d84cac
renamed light_color to contrast_color
...
- added tab highlighting
- other changes to the theme to make use of contrast color
2017-08-30 21:46:27 +02:00
toger5
b2f70ca10c
White Theme
...
- almost all the colors are generated now. They get adapted based on
the theme color. All the correct icons are used
- error label now uses error color
- added missing button colors in editor theme
2017-08-30 21:44:48 +02:00
toger5
aa8feff8c1
Implement color conversion for dark SVG icons
2017-08-30 21:20:02 +02:00
Daniel J. Ramirez
e5a71e3f95
Added missing gizmo icons and fixed ugly looking gizmo icons.
2017-08-28 15:49:16 -05:00
Rémi Verschelde
bd282ff43f
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
Rémi Verschelde
172519bec6
Merge pull request #10551 from djrm/pr_editor_fixes
...
Do not use old styles for tab buttons
[ci skip]
2017-08-23 00:05:27 +02:00
Rémi Verschelde
4fc0a2d776
Merge pull request #10519 from toger5/remove_addition_border
...
Remove addition border
2017-08-22 08:10:15 +02:00
Daniel J. Ramirez
1f90f5ed4c
Do not use old styles for tab buttons
2017-08-21 21:10:12 -05:00
Rémi Verschelde
e9c43cecbf
Merge pull request #10433 from djrm/pr_svg_support
...
SVG support
2017-08-21 23:49:07 +02:00
toger5
d0c610d9ba
removed additional border function. (not needed with new styleboxes)
2017-08-21 23:07:38 +02:00
toger5
1a4d8b3e76
fixed rounded corners for visual script editor
2017-08-21 21:32:56 +02:00
Daniel J. Ramirez
0c18009665
Added missing icon and svgs upscaling
2017-08-20 13:53:09 -05:00
Daniel J. Ramirez
c873661c30
Added pure vector theme, with dark icons variation
2017-08-20 13:53:09 -05:00
Rémi Verschelde
a8a6082dc0
Merge pull request #8899 from toger5/BetterFlatStylebox
...
Better flat stylebox with rounded corners
2017-08-16 18:15:04 +02:00
toger5
059a0496da
Adapted godot to the new StyleBoxFlat
2017-08-15 19:36:34 +02:00
kbake
a72d17cf11
Scroll bars now look different on press
2017-08-12 17:46:26 -04:00
Daniel J. Ramirez
03f62495ca
Improved add texture as node dialog
2017-08-10 11:40:28 -05:00
Daniel J. Ramirez
273d2ab9d4
Several ui improvements (mostly margins)
...
Improved colors
Added some missing icons
2017-08-08 11:44:37 -05:00
Rémi Verschelde
dcadbb8b40
Merge pull request #10087 from volzhs/editor-button-align
...
Fix label align of button in editor
2017-08-07 14:44:41 +02:00
Rémi Verschelde
ebf19d72b5
Merge pull request #9878 from toger5/theme_border_settings_change
...
Theme border settings change + updating styles
2017-08-07 14:07:57 +02:00
volzhs
9f6f7e0fcf
Fix label align of button in editor
...
Fix #9927
2017-08-04 23:52:36 +09:00
toger5
3b2a4cc52a
editor: update helps and script panel on theme could change.
2017-08-04 14:57:15 +02:00
toger5
2bff914512
border settings doesn't remove necessary borders anymore
2017-08-03 12:10:19 +02:00
Daniel J. Ramirez
cd8feed0df
Some theme and usability improvements
...
Fixed create script editor dialog not changing extension
Options menu for inspector element is bigger
2017-07-31 13:19:45 -05:00
Daniel J. Ramirez
95f55c8f0d
Icons can now be added inside line edits (Search icon).
...
Fixed window title bar margins.
fixed compilation error
2017-07-19 13:23:16 -05:00
Daniel J. Ramirez
17c3422431
Added separators using StyleBoxLine, some theme style fixes, added variant icon
2017-07-18 01:09:19 -05:00
Daniel J. Ramirez
a3c2d9a6bd
Improvements and fixes for the default theme.
...
Added customizable border size and window highlight.
2017-07-16 13:23:59 -05:00
geequlim
b95ba28800
Justify the editor theme style colors
2017-07-08 16:33:42 +08:00
toger5
5374145afa
margins for item list
...
- without margins there are too little gaps on the left and the selecting looks weird
- also changed the styles for selected and focus so they both have the same size
2017-06-26 13:45:36 -07:00
toger5
3d89893cb8
style box margins for Inspector and list.
2017-06-25 17:21:12 -07:00
volzhs
fc2fe7ebd1
Enhance scene tabs
...
- show scene thumbnail on hover
- resize if has many tabs
- show full scene file name with current edited scene
- can be customized EditorSettings > Interface > Scene Tab
- close scene with mouse middle button
2017-06-16 13:21:05 +09:00
Rémi Verschelde
606b4ee9df
Merge pull request #9051 from toger5/fixedScriptEditorListSeperation
...
fixed spacing for script editor script list
2017-06-08 07:34:27 +02:00
toger5
50e5c7f980
fixed overlapping of temp. colors (script editor)
...
+ added a little bit more spacing to the scripts in the script list.
the temp colors now expand to the vseperation, instead of having the same size than the stylebox
2017-06-07 02:41:08 -07:00
toger5
9774c8260f
added style for panel class
2017-06-06 21:11:13 -07:00
Juan Linietsky
01198cb896
Removed stupid right arrow to edit resource. Now simply click it..
2017-06-04 20:35:45 -03:00
Nuno Donato
fa5aa11898
Added color presets for easy theme switching
...
Also tweaked the default colors (darker and less satured)
2017-05-26 17:16:15 +01:00