aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Fix Error/Success/Warning icon colorvolzhs2018-01-181-0/+4
| | | | | Fix #15781 Fix #15757
* Make members a bit more visible color wiseJuan Linietsky2018-01-121-1/+1
|
* Fix editor setting value is back to defaultvolzhs2018-01-081-31/+60
| | | | Fix #15449
* Fix editor settings weird behaviorvolzhs2018-01-061-60/+31
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde2018-01-041-0/+3
|\ | | | | Fix errors with custom theme and custom font in project settings.
| * Fix errors with custom default theme and custom fonts.geequlim2017-12-301-0/+3
| |
* | Merge pull request #15073 from volzhs/editor-custom-fontRémi Verschelde2018-01-031-11/+0
|\ \ | | | | | | Use .ttf or .otf file for editor custom font
| * | Use .ttf or .otf file for editor custom fontvolzhs2017-12-271-11/+0
| |/
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | | | | | Happy new year to the wonderful Godot community!
* | Respect text editor highlighting color changesvolzhs2017-12-281-30/+65
|/ | | | Fix #14838
* Added default close and title color to editor themed graph nodesDaniel J. Ramirez2017-12-241-0/+6
|
* Refactoring FPS & information on 3D viewportvolzhs2017-12-171-0/+6
| | | | | | - FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition
* Fix CheckButton minimum sizevolzhs2017-12-111-3/+1
|
* Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-101-0/+3
|\ | | | | Added skeleton x-ray
| * Implemented skeleton visibilityAndreaCatania2017-12-101-0/+3
| | | | | | | | Removed code visibility code from popup menu
* | Changed current line draw order and added code folding colorPaulb232017-12-071-0/+2
| |
* | Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-011-0/+1
|/
* 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
| | |