aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez2017-09-121-3/+9
|
* Improved VS node coloringDaniel J. Ramirez2017-09-121-2/+6
|
* Improved alternative size thumbnail generationDaniel J. Ramirez2017-09-121-12/+35
|
* Improved theme generation, and other fixesDaniel J. Ramirez2017-09-121-155/+207
|
* Fit script editor grid with othersvolzhs2017-09-071-0/+4
|
* fixed log colorstoger52017-09-051-2/+0
|
* changed tree font color to be more saturatedtoger52017-09-041-1/+1
|
* fixed hover line for menu buttontoger52017-09-041-3/+2
|
* Fixed theme (chagnes introduced in light theme)toger52017-09-041-5/+7
| | | | | | - adapted contrast color intensity (to make buttons less bright) - added missing border for lineEdit - removed unnecassary code for option button
* Merge pull request #10932 from djrm/pr_fix_metricsRémi Verschelde2017-09-041-2/+2
|\ | | | | Fixed some metrics (some issues caused by the new Noto Sans font).
| * Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez2017-09-031-2/+2
| | | | | | | | plus other minor fixes
* | Unified script panel backgrounds.toger52017-09-021-10/+8
|/ | | | | | - 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.
* unified draw_center naming for (9patch,StyleBoxes)toger52017-08-311-7/+7
| | | | | | - filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled
* added setting for icon/font color: auto,dark,lighttoger52017-08-301-1/+4
|
* renamed light_color to contrast_colortoger52017-08-301-24/+29
| | | | | - added tab highlighting - other changes to the theme to make use of contrast color
* White Themetoger52017-08-301-78/+118
| | | | | | | - 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
* Implement color conversion for dark SVG iconstoger52017-08-301-6/+63
|
* Added missing gizmo icons and fixed ugly looking gizmo icons.Daniel J. Ramirez2017-08-281-1/+4
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Merge pull request #10551 from djrm/pr_editor_fixesRémi Verschelde2017-08-231-0/+2
|\ | | | | | | | | Do not use old styles for tab buttons [ci skip]
| * Do not use old styles for tab buttonsDaniel J. Ramirez2017-08-211-0/+2
| |
* | Merge pull request #10519 from toger5/remove_addition_borderRémi Verschelde2017-08-221-14/+2
|\ \ | |/ |/| Remove addition border
| * removed additional border function. (not needed with new styleboxes)toger52017-08-211-14/+2
| |
* | Merge pull request #10433 from djrm/pr_svg_supportRémi Verschelde2017-08-211-10/+56
|\ \ | | | | | | SVG support
| * | Added missing icon and svgs upscalingDaniel J. Ramirez2017-08-201-2/+2
| | |
| * | Added pure vector theme, with dark icons variationDaniel J. Ramirez2017-08-201-10/+56
| |/
* / fixed rounded corners for visual script editortoger52017-08-211-4/+4
|/
* Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde2017-08-161-78/+59
|\ | | | | Better flat stylebox with rounded corners
| * Adapted godot to the new StyleBoxFlattoger52017-08-151-78/+59
| |
* | Scroll bars now look different on presskbake2017-08-121-0/+2
|/
* Improved add texture as node dialogDaniel J. Ramirez2017-08-101-0/+4
|
* Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-3/+3
| | | | | | Improved colors Added some missing icons
* Merge pull request #10087 from volzhs/editor-button-alignRémi Verschelde2017-08-071-1/+1
|\ | | | | Fix label align of button in editor
| * Fix label align of button in editorvolzhs2017-08-041-1/+1
| | | | | | | | Fix #9927
* | Merge pull request #9878 from toger5/theme_border_settings_changeRémi Verschelde2017-08-071-4/+7
|\ \ | |/ |/| Theme border settings change + updating styles
| * editor: update helps and script panel on theme could change.toger52017-08-041-1/+1
| |
| * border settings doesn't remove necessary borders anymoretoger52017-08-031-4/+7
| |
* | Some theme and usability improvementsDaniel J. Ramirez2017-07-311-2/+9
|/ | | | | Fixed create script editor dialog not changing extension Options menu for inspector element is bigger
* Icons can now be added inside line edits (Search icon).Daniel J. Ramirez2017-07-191-1/+2
| | | | | | Fixed window title bar margins. fixed compilation error
* Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez2017-07-181-4/+18
|
* Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-161-82/+150
| | | | Added customizable border size and window highlight.
* Justify the editor theme style colorsgeequlim2017-07-081-8/+8
|
* margins for item listtoger52017-06-261-6/+7
| | | | | - 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
* style box margins for Inspector and list.toger52017-06-251-5/+7
|
* Enhance scene tabsvolzhs2017-06-161-0/+2
| | | | | | | | - 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
* Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde2017-06-081-1/+2
|\ | | | | fixed spacing for script editor script list
| * fixed overlapping of temp. colors (script editor)toger52017-06-071-1/+2
| | | | | | | | | | + 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
* | added style for panel classtoger52017-06-061-5/+8
|/
* Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky2017-06-041-0/+4
|
* Added color presets for easy theme switchingNuno Donato2017-05-261-1/+25
| | | | Also tweaked the default colors (darker and less satured)