summaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
AgeCommit message (Expand)Author
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
2019-05-17Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner
2019-05-16Merge pull request #27097 from siddharth952/masterMax Hilbrunner
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-05-02Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias
2019-05-02Update editor_settings.cppSiddharth
2019-04-30Issue-28355 - show spaces in editormiwanczuk
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
2019-04-24Expose 'TextEdit's tab drawing and folding to GDScriptMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-12Enhance tree scrolling when dragginggroud
2019-04-09Fix condition in editor icons filtering logicRémi Verschelde
2019-04-07Fix cursor color in Label/RTL in editorMariam Naiga
2019-04-06Merge pull request #26609 from nekomatata/shadow_offsetTimo
2019-03-27Use the accent color to highlight selected textHugo Locurcio
2019-03-19Properly handle different border widths in rounded corner aaPouleyKetchoupp
2019-03-06-Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky
2019-03-04Some clean up to previous commit.Juan Linietsky
2019-03-04Fix and restore text, material and mesh previewers.Juan Linietsky
2019-02-15Increased contrast of solarized dark themeChaosus
2019-02-10Add disabled tab styleMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Removed graph node headers from state machine nodesDawid Wdowiak
2018-12-15Tweak editor status colors (success, warning, error)Hugo Locurcio
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
2018-10-07Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacingRémi Verschelde
2018-10-05Increase spacing slightly between ItemList and PopupMenu itemsHugo Locurcio
2018-10-04Merge pull request #22713 from akien-mga/fix-warningsRémi Verschelde
2018-10-04Merge pull request #22693 from mineevgleb/fix-graphnode-titleRémi Verschelde
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-10-03#21661: fixed GraphNode title offsetGleb Mineev
2018-10-03Fix some warnings raised by MSVC 2017Rémi Verschelde
2018-10-03Use more subtle indentation guides in the script editorHugo Locurcio
2018-09-30Add a subtle background and border to unselected tabs in the editorHugo Locurcio
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-25Fix incorrect tooltip borderChaosus
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-19Added possibility to change color of 2d editor gridChaosus
2018-08-17Fix error icon colorChaosus
2018-08-13Add warning color to output logChaosus
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-07Several improvements to inspector.Juan Linietsky
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-14Visual Shaders are back.Juan Linietsky