summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme
AgeCommit message (Collapse)Author
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
Also switch existing shebangs to "better" /usr/bin/env python.
2016-10-10Fix #5959, contrasting texture for toggled buttonPawel Kowal
2016-09-17Add scrolling to Tree control in Drag and Drop modePawel Kowal
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky
-Improved HiDPI detection (requires resolution of > 2000 in X axis)
2016-09-02-Added focus to comment nodeJuan Linietsky
-Make comment node not grab focus on main area
2016-08-25More visual script workJuan Linietsky
-Block switches to 2d/3d editor if editing visual script -Added cast node in flow control -Added ability to do RPC in visual script -Comment nodes -Fix bug with inverted cable in connecting backwards -Copy and paste nodes, including from different scripts
2016-08-23prettier connections for graph editJuan Linietsky
2016-08-08Some new icons for visual script and graphsDaniel J. Ramirez
2016-08-06Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky
support, but VisualScript should be more or less done!
2016-08-04Concluded base visual scripting! can edit but not run though.Juan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-18Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky
2016-07-12Added block caret to TextEditPaulb23
2016-07-11Removed duplicate colorPaulb23
2016-07-11Expose colors to themePaulb23
2016-06-25Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde
Added high resolution icons for the Gizmos
2016-06-24Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez
2016-06-24Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde
Exposed code completion colors to the text edit theme
2016-06-24Exposed code completion colors to the text edit themePaulb23
2016-06-22Fixed iCCp chunk in pngsJ08nY
neccesary for libpng 1.6.27 to work silently
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-17fixes compilation error on visual studio, closes #5249Juan Linietsky
2016-06-17-added missing .inc filesJuan Linietsky
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
2016-06-16It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky
default theme, or just use a custom font for the default theme
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
Can be turned on/off in editor settings + line color change available as well
2016-06-14Added some theme icons and its sourcesDaniel J. Ramirez
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky
-Implemented HiDPI detection and support for Godot Editor!
2016-05-24Fixed caret color not changing though propertiesPaulb23
2016-05-17-Added configuration warning system for nodesJuan Linietsky
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work
2016-05-13Merge pull request #4096 from neikeq/pr-margin-cont-impJuan Linietsky
MarginContainer improvements
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
-filesystem dock dnd support -property list dnd support -scene tree dnd support
2016-04-28move Font to BitmapFontJuan Linietsky
so we can add DynamicFont later..
2016-03-21MarginContainer: Add top, right and bottom marginsIgnacio Etcheverry
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky
-New HTTPRequest node, to make HTTP requests simpler.
2016-02-08-Cleaned up GraphEdit, also fixes #3568Juan Linietsky
2016-02-02-make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky
2016-01-15Add presets.MarianoGNU
Also fix some bugs. Fix a crash and a minor bug
2016-01-15Move shaders to default theme and add shader_override related methods to ↵MarianoGNU
Control class
2016-01-15Add a visual editor to color picker.MarianoGNU
2016-01-06Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde
Add tab close icon to the default theme
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-29Add tab close icon to the default themeIgnacio Etcheverry
2015-12-26Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky
Add reload icon to FileDialog's default theme
2015-12-26Added reload icon to FileDialog's default themeIgnacio Etcheverry
2015-12-26-Added table support to RichTextLabelreduz
-Made help more readable, closes #2851
2015-12-14-implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky