summaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
AgeCommit message (Collapse)Author
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-20Add editor highlight for type-safe linesGeorge Marques
The line number is hightlighted to indicate that the line contains only type-safe code.
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-14Visual Shaders are back.Juan Linietsky
2018-06-23Changed themes presets to String formatChaosus
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
2018-06-15Merge pull request #19553 from guilhermefelipecgs/fix_solarized_themeRémi Verschelde
Small improvement to solarized theme
2018-06-15Tweak adaptative guideline and completion_background colorletheed
2018-06-14Small improvement to solarized themeGuilherme Felipe
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours ↵Paulb23
from main editor.
2018-06-13Added Solarized Dark and Light themesChaosus
2018-05-18light theme text editor behaviourtoger5
2018-05-10Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde
GDScript function definition and get_node shortcut syntax highlighting
2018-05-05LinkButtons are now responsive to engine themeUnknown
Fixes #18636, so now LinkButtons (like those in the asset store) will change font colour to remain visible in any engine theme, just like Labels etc
2018-04-20Added GDScript NodePath highlightingPaulb23
2018-04-20Added GDScript function definition highlightingPaulb23
2018-04-12Implement font shadows for RichTextLabelMarkus Törnqvist
2018-03-27Add radio-button-looking entries to PopupMenuPedro J. Estébanez
They work exactly the same as current checkbox-decorated items, but in order to preserve compatibility, separate methods are used, like `add_radio_check_item()`. The other option would have been to add a new parameter at the end of `add_check_item()` and the like, but that would have forced callers to provide the defaults manually. `is_item_checkable()`, `is_item_checked()` and `set_item_checked()` are used regardless the item is set to look as check box or radio button. Keeping check in the name adds an additional clue about these facts. Closes #13055.
2018-03-03Fix for a possible crash when a custom theme is not loaded properlyMarcelo Fernandez
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18Fix Error/Success/Warning icon colorvolzhs
Fix #15781 Fix #15757
2018-01-12Make members a bit more visible color wiseJuan Linietsky
2018-01-08Fix editor setting value is back to defaultvolzhs
Fix #15449
2018-01-06Fix editor settings weird behaviorvolzhs
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
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.
2018-01-04Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde
Fix errors with custom theme and custom font in project settings.
2018-01-03Merge pull request #15073 from volzhs/editor-custom-fontRémi Verschelde
Use .ttf or .otf file for editor custom font
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-12-30Fix errors with custom default theme and custom fonts.geequlim
2017-12-28Respect text editor highlighting color changesvolzhs
Fix #14838
2017-12-27Use .ttf or .otf file for editor custom fontvolzhs
2017-12-24Added default close and title color to editor themed graph nodesDaniel J. Ramirez
2017-12-17Refactoring FPS & information on 3D viewportvolzhs
- FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition
2017-12-11Fix CheckButton minimum sizevolzhs
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
Added skeleton x-ray
2017-12-10Implemented skeleton visibilityAndreaCatania
Removed code visibility code from popup menu
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
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.