aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
* Improved default colors for the new themeNuno Donato2017-05-241-7/+7
| | | | | Colors inspired from solarized themes. Also moved the theme settings to the Interface category.
* Merge pull request #8872 from volzhs/editor-theme-lineeditRémi Verschelde2017-05-231-4/+5
|\ | | | | Fix disabled style of LineEdit
| * Fix disabled style of LineEditvolzhs2017-05-231-4/+5
| |
* | Show disabled item with proper color on FileDialog of editor themevolzhs2017-05-221-0/+5
|/ | | | Fix #8635
* New customizable editor themevolzhs2017-05-091-10/+368
|
* Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-79/+5
| | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
* Fix to use editor theme instead of handling each UIvolzhs2017-04-281-0/+9
|
* Update editor themevolzhs2017-04-281-0/+65
|
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-5/+5
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+82
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.