aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/default_theme.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-051-4/+4
|\
| * renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-4/+4
* | Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky2017-06-041-0/+4
|/
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-201-160/+94
|\
| * New customizable editor themevolzhs2017-05-091-18/+16
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-144/+80
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-17/+17
|/
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-80/+144
* Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde2017-04-201-4/+2
|\
| * Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-131-4/+2
* | Fix editor style box for ToolButtonvolzhs2017-04-121-10/+4
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-1/+1
* Fixed WindowDialog not aligning properlyRobert Hernandez2017-03-311-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-610/+530
* Added functionality for resizable dialogs.Ray Koopa2017-03-011-16/+11
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Add disabled tabsRay Koopa2017-02-271-0/+4
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-141-2/+2
* Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky2017-01-041-6/+0
|\
| * Fix Color PickerMariano Suligoy2016-10-191-6/+0
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-6/+12
|\|
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-6/+12
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Reused Button styleboxes for ButtonArrayZher Huei Lee2016-11-191-11/+10
* | Made background and symbol color follow the color APIPaulb232016-11-061-0/+1
|/
* Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-09-171-0/+2
* -Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky2016-09-131-7/+24
* -Added focus to comment nodeJuan Linietsky2016-09-021-0/+2
* More visual script workJuan Linietsky2016-08-251-0/+3
* prettier connections for graph editJuan Linietsky2016-08-231-0/+2
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-0/+5
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-041-0/+3
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-3/+3
* Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky2016-07-181-2/+6
* Added block caret to TextEditPaulb232016-07-121-0/+1
* Removed duplicate colorPaulb232016-07-111-1/+0
* Expose colors to themePaulb232016-07-111-0/+7
* Exposed code completion colors to the text edit themePaulb232016-06-241-0/+3
* Added code completion existing color settingPaulb232016-06-211-1/+0
* Added code completion selected color settingPaulb232016-06-211-6/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-10/+28
* It is now possible to set a default custom theme, whether you want a hidpi de...Juan Linietsky2016-06-161-22/+16
* Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis2016-06-151-3/+2
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-143/+132
* Fixed caret color not changing though propertiesPaulb232016-05-241-1/+1
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-0/+1
* Merge pull request #4096 from neikeq/pr-margin-cont-impJuan Linietsky2016-05-131-1/+4
|\
| * MarginContainer: Add top, right and bottom marginsIgnacio Etcheverry2016-03-211-1/+4