aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/default_theme.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Also removes a couple wrong Godot headers from third-party source files.
* It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky2016-06-161-22/+16
| | | | default theme, or just use a custom font for the default theme
* Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis2016-06-151-3/+2
| | | | | Can be turned on/off in editor settings + line color change available as well
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-143/+132
| | | | -Implemented HiDPI detection and support for Godot Editor!
* Fixed caret color not changing though propertiesPaulb232016-05-241-1/+1
|
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-0/+1
| | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work
* Merge pull request #4096 from neikeq/pr-margin-cont-impJuan Linietsky2016-05-131-1/+4
|\ | | | | MarginContainer improvements
| * MarginContainer: Add top, right and bottom marginsIgnacio Etcheverry2016-03-211-1/+4
| |
* | -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-0/+1
| | | | | | | | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support
* | move Font to BitmapFontJuan Linietsky2016-04-281-9/+9
|/ | | | so we can add DynamicFont later..
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-1/+5
| | | | | | | | | -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.
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
|
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-0/+8
| | | | -New HTTPRequest node, to make HTTP requests simpler.
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-081-0/+7
|
* -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-021-2/+2
|
* Add presets.MarianoGNU2016-01-151-1/+2
| | | | | | Also fix some bugs. Fix a crash and a minor bug
* Move shaders to default theme and add shader_override related methods to ↵MarianoGNU2016-01-151-1/+10
| | | | Control class
* Add a visual editor to color picker.MarianoGNU2016-01-151-1/+2
|
* Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde2016-01-061-0/+1
|\ | | | | Add tab close icon to the default theme
| * Add tab close icon to the default themeIgnacio Etcheverry2015-12-291-0/+1
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|/
* Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky2015-12-261-1/+5
|\ | | | | Add reload icon to FileDialog's default theme
| * Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-261-1/+5
| |
* | -Added table support to RichTextLabelreduz2015-12-261-0/+2
|/ | | | -Made help more readable, closes #2851
* -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-141-0/+4
|
* Merge pull request #2709 from eska014/fix-default-menubutton-styleboxesJuan Linietsky2015-11-181-0/+1
|\ | | | | Fix default StyleBoxes of MenuButton
| * Add default focus StyleBox to MenuButtoneska2015-11-011-0/+1
| |
* | Merge pull request #2639 from MarianoGnu/originJuan Linietsky2015-11-181-0/+4
|\ \ | | | | | | Fix ButtonGroup broken layout
| * | Fix ButtonGroup broken layoutMarianoGNU2015-10-191-0/+4
| | |
* | | -Fixed default theme a littleJuan Linietsky2015-11-181-6/+6
| | | | | | | | | | | | -Added option to group help pages, fixes #2805
* | | -Merged Script and Help tabsJuan Linietsky2015-11-171-2/+3
| | | | | | | | | | | | | | | | | | -Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
* | | -better integration of ndee's themeJuan Linietsky2015-11-131-8/+8
| |/ |/|
* | -work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky2015-10-201-33/+52
|/
* Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-301-1/+1
|\ | | | | | | | | | | # Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h
| * -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-291-1/+1
| | | | | | | | -icons to show node menus
* | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-291-2/+6
| | | | | | | | Do not merge these changes, default values are not compiled into shaders yet!
* | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-031-1/+3
|\|
| * QOL, script buttons in scene tabsJuan Linietsky2015-07-261-1/+3
| |
* | Fix tab indentMariano Javier Suligoy2015-07-201-45/+45
| |
* | Select and move multiple nodes at onceMariano Javier Suligoy2015-07-191-0/+2
|/
* some editor window changesJuan Linietsky2015-06-131-0/+2
| | | | | -ability to make dock position configurable, and it gets saved -editor starts maximized default
* grid container supports separate h and v spacingJuan Linietsky2015-06-081-1/+2
| | | | closes #2049
* new file dialog!Juan Linietsky2015-06-061-2/+21
| | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories