summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme
AgeCommit message (Collapse)Author
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
2015-12-04missing pngsJuan Linietsky
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
Cosmetic fixes to SCons buildsystem
2015-11-18Merge pull request #2709 from eska014/fix-default-menubutton-styleboxesJuan Linietsky
Fix default StyleBoxes of MenuButton
2015-11-18Merge pull request #2639 from MarianoGnu/originJuan Linietsky
Fix ButtonGroup broken layout
2015-11-18-Fixed default theme a littleJuan Linietsky
-Added option to group help pages, fixes #2805
2015-11-17-Merged Script and Help tabsJuan Linietsky
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
2015-11-13-better integration of ndee's themeJuan Linietsky
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
2015-11-01Add default focus StyleBox to MenuButtoneska
2015-10-20-work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky
2015-10-19Fix ButtonGroup broken layoutMarianoGNU
2015-08-30Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
# Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h
2015-08-29Edit default values. WARNING!!!Mariano Javier Suligoy
Do not merge these changes, default values are not compiled into shaders yet!
2015-08-29-display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky
-icons to show node menus
2015-08-03Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-20Fix tab indentMariano Javier Suligoy
2015-07-19Select and move multiple nodes at onceMariano Javier Suligoy
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
-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
2015-06-13some editor window changesJuan Linietsky
-ability to make dock position configurable, and it gets saved -editor starts maximized default
2015-06-08grid container supports separate h and v spacingJuan Linietsky
closes #2049
2015-06-07Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky
Replace color phases with color ramp for Particles2D. (need some review/guidance)
2015-06-06new file dialog!Juan Linietsky
-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
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-24Replace color phases with color ramp for Particles2D.Biliogadafr
2015-04-21-Many fixes and demo for RichTexLabelJuan Linietsky
-Proper ability to edit BBCode in RTL.
2015-03-01Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy
2015-03-01Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy
2015-01-15Restore checkbutton margin to origin value, fixed issue in code search dialogmarynate
2015-01-15Minor code formattingmarynate
2015-01-15Tweak Button margins & small fix for ToolButtonRalf Hölzemer
2015-01-15fix background alpha in dropdown arrowsRalf Hölzemer
2015-01-15Fixed the progressbar to only require 16px in heightRalf Hölzemer
2015-01-15Missing files and Tab changesRalf Hölzemer
2015-01-15More Theme fixesRalf Hölzemer
- some color tweaks - many margin fixes - overall nicer look Conflicts: scene/resources/default_theme/default_theme.cpp
2015-01-15Fix visual glitch in ProgressbarRalf Hölzemer
2015-01-15New iteration of the themeRalf Hölzemer
- try to implement ndee's mockup from the forum - new color palette - get rid of most gradients probably needs some more tweaks
2015-01-15New neutral default themeRalf Hölzemer
- desaturated UI elements to grey - desaturated all near-white icons to grey - changed some hardcoded colors
2015-01-03-Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky
2014-12-21-ability to set default textures in shader (needed for visual shader editing)Juan Linietsky
-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)