aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Visual fixesDaniel J. Ramirez2017-11-201-0/+7
| | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
* Fixed theme update and some widgets.Daniel J. Ramirez2017-11-111-2/+22
|
* Some fixes and improvements.Daniel J. Ramirez2017-11-101-0/+5
| | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
* Fix theme with custom font.Daniel J. Ramirez2017-11-091-1/+1
|
* Fixed project manager and dialog fonts.Daniel J. Ramirez2017-11-091-0/+1
|
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-1/+0
|
* Fix compilation on Visual Studio 2013 (#10219).scorched2017-10-201-1/+1
|
* Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde2017-10-151-3/+3
|\ | | | | added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
| * do not overlap current line with selection colortoger52017-09-281-2/+2
| |
| * keep font color on selection as defaulttoger52017-09-281-1/+1
| |
* | Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-121-0/+1
| |
* | VS now supports white themes.Daniel J. Ramirez2017-10-021-11/+33
| |
* | added spacing to tabstoger52017-10-031-3/+9
| |
* | Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson2017-10-021-31/+85
|\ \ | | | | | | Several visual improvements.
| * | Several visual improvements.Daniel J. Ramirez2017-09-281-31/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere2017-10-011-26/+15
|\ \ \ | | | | | | | | Bottom panel debugger
| * | | fixed bottom panel debugger exceptiontoger52017-09-281-26/+15
| |/ / | | | | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme
* | | Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere2017-09-301-1/+1
|\ \ \ | | | | | | | | EditorSettings: Move interface/ properties to interface/editor
| * | | EditorSettings: Move interface/ properties to interface/editorAndreas Haas2017-09-291-1/+1
| |/ / | | | | | | | | | | | | | | | 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.
* / / fixed help bgtoger52017-09-281-12/+2
|/ /
* | Update theme property respectivelyvolzhs2017-09-261-17/+38
| |
* | Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-5/+18
| |
* | Fixed tooltip font colorDaniel J. Ramirez2017-09-251-1/+2
| |
* | Improved a lot of icons, and some style fixesDaniel J. Ramirez2017-09-211-0/+10
| |
* | Merge pull request #11453 from djrm/pr_visualsRémi Verschelde2017-09-211-6/+14
|\ \ | | | | | | Visual tweaks.
| * | Visual tweaks.Daniel J. Ramirez2017-09-201-6/+14
| | | | | | | | | | | | | | | Updated icons Updated some color
* | | Merge pull request #11221 from toger5/editor_spacingRémi Verschelde2017-09-211-9/+18
|\ \ \ | |/ / |/| | added editor spacing
| * | added editor spacingtoger52017-09-191-9/+18
| |/
* | Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde2017-09-191-40/+65
|\ \ | | | | | | Visual improvements and new look for VS
| * | Improved VisualScriptEditorDaniel J. Ramirez2017-09-141-10/+27
| | |
| * | Match status icons colors with the theme status colors.Daniel J. Ramirez2017-09-141-30/+38
| | |
* | | Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-181-5/+17
| |/ |/|
* | Fixed metrics.Daniel J. Ramirez2017-09-171-16/+34
| |
* | Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde2017-09-171-13/+18
|\ \ | | | | | | Added border for tabs + container.
| * | Added border for tabs + container.toger52017-09-151-13/+18
| |/ | | | | | | | | - moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
* / Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-151-0/+75
|/
* Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-141-1/+5
|\ | | | | Improved editor docs
| * Several fixed to editor doc.Daniel J. Ramirez2017-09-141-1/+5
| | | | | | | | | | | | Improved style Fixed editor help issues Added editor help index
* | More consistent script color temperatures.Daniel J. Ramirez2017-09-131-0/+2
|/
* Merge pull request #11191 from toger5/slider_highlight_areaRémi Verschelde2017-09-131-3/+5
|\ | | | | added highlight area to slider
| * added highlight area to slidertoger52017-09-121-3/+5
| |
* | Merge pull request #11063 from toger5/svg_generation_optimizationRémi Verschelde2017-09-131-9/+16
|\ \ | | | | | | optimized color conversion for svg generation
| * | optimized color conversion for svg generationtoger52017-09-121-9/+16
| |/
* | Merge pull request #11207 from toger5/fixed_margin_for_themeHein-Pieter van Braam2017-09-131-6/+7
|\ \ | | | | | | fixed margin beeing squared
| * | fixed margin beeing squaredtoger52017-09-121-6/+7
| |/
* / fixed border on the right of viewporttoger52017-09-131-1/+1
|/
* 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
|