summaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
AgeCommit message (Collapse)Author
2017-09-30Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere
EditorSettings: Move interface/ properties to interface/editor
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories.
2017-09-28fixed help bgtoger5
2017-09-26Update theme property respectivelyvolzhs
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-09-25Fixed tooltip font colorDaniel J. Ramirez
2017-09-21Improved a lot of icons, and some style fixesDaniel J. Ramirez
2017-09-21Merge pull request #11453 from djrm/pr_visualsRémi Verschelde
Visual tweaks.
2017-09-21Merge pull request #11221 from toger5/editor_spacingRémi Verschelde
added editor spacing
2017-09-20Visual tweaks.Daniel J. Ramirez
Updated icons Updated some color
2017-09-19Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde
Visual improvements and new look for VS
2017-09-19 added editor spacingtoger5
2017-09-18Fixed a lot of HiDPI metrics.Daniel J. Ramirez
2017-09-17Fixed metrics.Daniel J. Ramirez
2017-09-17Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde
Added border for tabs + container.
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-15Added border for tabs + container.toger5
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
2017-09-14Improved VisualScriptEditorDaniel J. Ramirez
2017-09-14Match status icons colors with the theme status colors.Daniel J. Ramirez
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Several fixed to editor doc.Daniel J. Ramirez
Improved style Fixed editor help issues Added editor help index
2017-09-13More consistent script color temperatures.Daniel J. Ramirez
2017-09-13Merge pull request #11191 from toger5/slider_highlight_areaRémi Verschelde
added highlight area to slider
2017-09-13Merge pull request #11063 from toger5/svg_generation_optimizationRémi Verschelde
optimized color conversion for svg generation
2017-09-13Merge pull request #11207 from toger5/fixed_margin_for_themeHein-Pieter van Braam
fixed margin beeing squared
2017-09-13fixed border on the right of viewporttoger5
2017-09-12fixed margin beeing squaredtoger5
2017-09-12optimized color conversion for svg generationtoger5
2017-09-12added highlight area to slidertoger5
2017-09-12Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez
2017-09-12Improved VS node coloringDaniel J. Ramirez
2017-09-12Improved alternative size thumbnail generationDaniel J. Ramirez
2017-09-12Improved theme generation, and other fixesDaniel J. Ramirez
2017-09-07Fit script editor grid with othersvolzhs
2017-09-05fixed log colorstoger5
2017-09-04changed tree font color to be more saturatedtoger5
2017-09-04fixed hover line for menu buttontoger5
2017-09-04Fixed theme (chagnes introduced in light theme)toger5
- adapted contrast color intensity (to make buttons less bright) - added missing border for lineEdit - removed unnecassary code for option button
2017-09-04Merge pull request #10932 from djrm/pr_fix_metricsRémi Verschelde
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-03Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez
plus other minor fixes
2017-09-02Unified script panel backgrounds.toger5
- 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-08-31unified draw_center naming for (9patch,StyleBoxes)toger5
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled
2017-08-30added setting for icon/font color: auto,dark,lighttoger5
2017-08-30renamed light_color to contrast_colortoger5
- added tab highlighting - other changes to the theme to make use of contrast color
2017-08-30White Themetoger5
- 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-30Implement color conversion for dark SVG iconstoger5
2017-08-28Added missing gizmo icons and fixed ugly looking gizmo icons.Daniel J. Ramirez
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-23Merge pull request #10551 from djrm/pr_editor_fixesRémi Verschelde
Do not use old styles for tab buttons [ci skip]
2017-08-22Merge pull request #10519 from toger5/remove_addition_borderRémi Verschelde
Remove addition border