summaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
AgeCommit message (Collapse)Author
2017-11-11Fixed theme update and some widgets.Daniel J. Ramirez
2017-11-10Some fixes and improvements.Daniel J. Ramirez
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
2017-11-09Fix theme with custom font.Daniel J. Ramirez
2017-11-09Fixed project manager and dialog fonts.Daniel J. Ramirez
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-20Fix compilation on Visual Studio 2013 (#10219).scorched
2017-10-15Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde
added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-10-02VS now supports white themes.Daniel J. Ramirez
2017-10-03added spacing to tabstoger5
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
Several visual improvements.
2017-10-01Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere
Bottom panel debugger
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-28Several visual improvements.Daniel J. Ramirez
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
2017-09-28 fixed bottom panel debugger exceptiontoger5
- make it work in combination with the border for tabs - fixed updating when changing theme
2017-09-28do not overlap current line with selection colortoger5
2017-09-28keep font color on selection as defaulttoger5
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