aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reused Button styleboxes for ButtonArrayZher Huei Lee2016-11-191-11/+10
* Made background and symbol color follow the color APIPaulb232016-11-061-0/+1
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-25/+25
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-1/+0
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-22/+22
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-26/+26
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* Fix #5959, contrasting texture for toggled buttonPawel Kowal2016-10-101-0/+0
* 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-132-8/+25
* -Added focus to comment nodeJuan Linietsky2016-09-023-0/+7
* More visual script workJuan Linietsky2016-08-254-0/+13
* prettier connections for graph editJuan Linietsky2016-08-234-2/+4
* Some new icons for visual script and graphsDaniel J. Ramirez2016-08-084-2/+82
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-065-1/+16
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-043-0/+8
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-024-27/+27
* 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
* Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde2016-06-2522-0/+0
|\
| * Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez2016-06-2422-0/+0
* | Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde2016-06-241-0/+3
|\ \ | |/ |/|
| * Exposed code completion colors to the text edit themePaulb232016-06-241-0/+3
* | Fixed iCCp chunk in pngsJ08nY2016-06-22106-105/+105
|/
* 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-182-20/+56
* fixes compilation error on visual studio, closes #5249Juan Linietsky2016-06-172-2/+4
* -added missing .inc filesJuan Linietsky2016-06-1713-164943/+38574
* It is now possible to set a default custom theme, whether you want a hidpi de...Juan Linietsky2016-06-162-23/+17
* Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis2016-06-151-3/+2
* Added some theme icons and its sourcesDaniel J. Ramirez2016-06-1434-27/+962
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-302-143/+134
* 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
* | -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-0/+1
* | move Font to BitmapFontJuan Linietsky2016-04-281-9/+9
|/
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-1/+5
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-043-1/+14
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-085-0/+22
* -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-021-2/+2
* Add presets.MarianoGNU2016-01-153-1/+7
* Move shaders to default theme and add shader_override related methods to Cont...MarianoGNU2016-01-155-13/+122
* Add a visual editor to color picker.MarianoGNU2016-01-153-1/+7
* Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde2016-01-063-0/+6
|\