summaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
AgeCommit message (Expand)Author
2021-01-26Merge pull request #44194 from madmiraal/fix-font_selected_colorRémi Verschelde
2021-01-25Fix minimap capturing events and improve its themeYuri Sizov
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-18Fix typo in theming methods ("botton" -> "bottom")Hugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-17Merge pull request #43416 from pycbouh/graph-minimapRémi Verschelde
2020-12-03Add "font_color_separator" theme property to 'PopupMenu'Michael Alexsander
2020-11-30Add a minimap to the GraphEditYuri Sizov
2020-11-30Reduced margin on PopupMenuEric M
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-16Use 75% editor scale on small displays automaticallyHugo Locurcio
2020-09-22Fixes DefaultProjectIcon scaling with editor scaleLunatoid
2020-09-10Add folding gutter to code_editPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-10Add and convert editor to use CodeEditPaulb23
2020-08-08Add missing #ifdef MODULE_SVG_ENABLEDtotlmstr
2020-06-24Fix default editor/project Button styles after ToolButton removalHugo Locurcio
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-10Merge pull request #37517 from nekomatata/slider-grab-area-highlightRémi Verschelde
2020-04-06Remove unnecessary panel in EditorHelpBitMichael Alexsander
2020-04-05Added missing LinkButton colors in Editor ThemeYuri Sizov
2020-04-02Add style for highlighted Slider grab areaPouleyKetchoupp
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-21Working sky shader implementationclayjohn
2020-02-22Remove extra margin in the top of the debuggerMichael Alexsander
2020-02-22Fix visuals of the new debugger editorMichael Alexsander
2020-02-14Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde
2020-02-12Added high-end (Vulkan) label to some functions in visual shaderYuri Roubinsky
2020-02-11Texture refactorJuan Linietsky
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-01-20Optimize the editor icon generationHugo Locurcio
2020-01-19Only create the editor theme onceHugo Locurcio
2020-01-07Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-28Revert "Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_a...Michael Alexsander
2019-12-22Set proper icon for LineEdit in editor themeHaoyu Qiu
2019-12-20Set proper icons for FileDialog in editor themevolzhs
2019-12-12Fix OptionButton's arrow margin in editor themeMichael Alexsander
2019-10-31Fix a constant name typo for GridContainer when creating an editor theme.conankzhang
2019-10-27Add "panel" style to PopupDialogMichael Alexsander
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
2019-09-27Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
2019-09-22Fix various problems with tab-related iconsMichael Alexsander Silva Dias