summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme/default_theme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-241-32/+34
|\
| * [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-151-32/+34
* | Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead.Eric M2021-02-151-0/+2
|/
* [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-141-2/+50
* Fix LineEdit minimum widthreduz2021-02-121-1/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-01-281-2/+2
* Added missed Button `font_hover_pressed_color` styleYuri Roubinsky2021-01-271-0/+1
* Reveals Button "icon_color" style properties to the userYuri Roubinsky2021-01-261-0/+6
* Merge pull request #44194 from madmiraal/fix-font_selected_colorRémi Verschelde2021-01-261-68/+69
|\
| * Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-68/+69
* | Fix minimap capturing events and improve its themeYuri Sizov2021-01-251-0/+1
|/
* Fix typo in theming methods ("botton" -> "bottom")Hugo Locurcio2021-01-181-7/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-39/+39
* Merge pull request #43416 from pycbouh/graph-minimapRémi Verschelde2020-12-171-0/+44
|\
| * Add a minimap to the GraphEditYuri Sizov2020-11-301-0/+44
* | [Complex Text Layouts] Refactor RichTextLabel.bruvzg2020-12-111-0/+9
* | Add "font_color_separator" theme property to 'PopupMenu'Michael Alexsander2020-12-031-0/+1
|/
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-39/+84
* Move safe line color into editorPaulb232020-09-101-1/+0
* Add folding gutter to code_editPaulb232020-09-101-3/+2
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-4/+6
* Changed line_edited_from(from) to lines_edit_from(from, to)Paulb232020-09-101-3/+0
* Added Line numbers to CodeEditPaulb232020-09-101-1/+0
* Add and convert editor to use CodeEditPaulb232020-09-101-0/+41
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-4/+0
* Change how default fonts are created, fixes #39235Juan Linietsky2020-07-031-25/+25
* Fix default editor/project Button styles after ToolButton removalHugo Locurcio2020-06-241-16/+0
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-12/+12
* Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander2020-06-081-0/+2
* Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')Dominik 'dreamsComeTrue' Jasiński2020-05-211-1/+1
* Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio2020-05-161-27/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Merge pull request #37517 from nekomatata/slider-grab-area-highlightRémi Verschelde2020-04-101-0/+2
|\
| * Add style for highlighted Slider grab areaPouleyKetchoupp2020-04-021-0/+2
* | Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
|/
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-12/+13
* Working multiple window support, including editorJuan Linietsky2020-03-261-9/+11
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Remove unused theme constants in Tab(Container)Michael Alexsander2020-02-221-6/+0
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Completes doc for ItemList and TreeHaoyu Qiu2020-02-071-2/+0
* Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander2020-01-071-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Revert "Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_a...Michael Alexsander2019-12-281-4/+4
* Remove unused theme elements in H/VSliderMichael Alexsander2019-12-131-6/+0
* Add "panel" style to PopupDialogMichael Alexsander2019-10-271-1/+6
* Fix the default TextEdit background colorHugo Locurcio2019-10-251-1/+1