aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme
Commit message (Collapse)AuthorAgeFilesLines
* Add presets.MarianoGNU2016-01-153-1/+7
| | | | | | 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-155-13/+122
| | | | Control class
* 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
|\ | | | | Add tab close icon to the default theme
| * Add tab close icon to the default themeIgnacio Etcheverry2015-12-293-0/+6
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-012-2/+2
|/
* Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky2015-12-263-1/+10
|\ | | | | Add reload icon to FileDialog's default theme
| * Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-263-1/+10
| |
* | -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
|
* missing pngsJuan Linietsky2015-12-042-0/+0
|
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\ | | | | Cosmetic fixes to SCons buildsystem
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
| | | | | | | | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* | 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-1315-21/+21
| |/ |/|
* | -work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky2015-10-2020-51/+80
|/
* 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-294-2/+16
| | | | | | | | 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-193-0/+7
|/
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-223-2/+2
| | | | | | | | | | | -ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
* some editor window changesJuan Linietsky2015-06-134-0/+12
| | | | | -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
* Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky2015-06-072-0/+5
|\ | | | | Replace color phases with color ramp for Particles2D. (need some review/guidance)
| * Replace color phases with color ramp for Particles2D.Biliogadafr2015-05-242-0/+5
| |
* | 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
* | work in progress, resource previewsJuan Linietsky2015-05-311-1/+0
|/
* -Many fixes and demo for RichTexLabelJuan Linietsky2015-04-211-1/+5
| | | | -Proper ability to edit BBCode in RTL.
* Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy2015-03-011-2/+6
|
* Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-014-1/+41
|
* Restore checkbutton margin to origin value, fixed issue in code search dialogmarynate2015-01-151-2/+2
|
* Minor code formattingmarynate2015-01-151-6/+5
|
* Tweak Button margins & small fix for ToolButtonRalf Hölzemer2015-01-151-2/+2
|
* fix background alpha in dropdown arrowsRalf Hölzemer2015-01-153-2/+2
|
* Fixed the progressbar to only require 16px in heightRalf Hölzemer2015-01-151-2/+2
|
* Missing files and Tab changesRalf Hölzemer2015-01-154-6/+6
|
* More Theme fixesRalf Hölzemer2015-01-1527-215/+366
| | | | | | | | | - some color tweaks - many margin fixes - overall nicer look Conflicts: scene/resources/default_theme/default_theme.cpp
* Fix visual glitch in ProgressbarRalf Hölzemer2015-01-152-1/+1
|
* New iteration of the themeRalf Hölzemer2015-01-1554-112/+113
| | | | | | | | - try to implement ndee's mockup from the forum - new color palette - get rid of most gradients probably needs some more tweaks
* New neutral default themeRalf Hölzemer2015-01-1567-69/+69
| | | | | | - desaturated UI elements to grey - desaturated all near-white icons to grey - changed some hardcoded colors
* -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-033-1/+12
|
* -ability to set default textures in shader (needed for visual shader editing)Juan Linietsky2014-12-214-2/+20
| | | | | | -work in progress new graph system (will replace current one) -crash fix in s3m loader (out of bounds acess) -fixed vbox overriding of separation (fixes empty line between section tabs)