aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/theme_data.h
Commit message (Collapse)AuthorAgeFilesLines
* Several visual improvements.Daniel J. Ramirez2017-09-281-0/+4
| | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
* Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere2017-09-181-2/+2
| | | | snapping.
* Scroll bars now look different on presskbake2017-08-121-0/+4
|
* Slider: add set/is_editablePoommetee Ketson2017-07-111-0/+8
|
* New customizable editor themevolzhs2017-05-091-5/+1
|
* Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-91/+103
| | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
* Fix theme_data.h formatting via make_header.pyRémi Verschelde2017-04-271-339/+224
| | | | Should make clang-format happy.
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-108/+94
|
* Add disabled tabsRay Koopa2017-02-271-0/+4
|
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-3/+3
|
* Fix Color PickerMariano Suligoy2016-10-191-42/+1
| | | Replace shaders with procedurally generated controls
* Begining of GLES3 renderer:Juan Linietsky2016-10-031-0/+15
| | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* -Added focus to comment nodeJuan Linietsky2016-09-021-0/+5
| | | | -Make comment node not grab focus on main area
* More visual script workJuan Linietsky2016-08-251-0/+10
| | | | | | | | | -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
* prettier connections for graph editJuan Linietsky2016-08-231-2/+2
|
* Some new icons for visual script and graphsDaniel J. Ramirez2016-08-081-2/+2
|
* Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky2016-08-061-1/+11
| | | | support, but VisualScript should be more or less done!
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-041-0/+5
|
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-24/+24
|
* Fixed iCCp chunk in pngsJ08nY2016-06-221-105/+105
| | | | neccesary for libpng 1.6.27 to work silently
* -added missing .inc filesJuan Linietsky2016-06-171-15/+0
| | | | | | -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
* Added some theme icons and its sourcesDaniel J. Ramirez2016-06-141-27/+22
|
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-1/+6
| | | | -New HTTPRequest node, to make HTTP requests simpler.
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-081-0/+15
|
* Add presets.MarianoGNU2016-01-151-0/+5
| | | | | | 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-0/+39
| | | | Control class
* Add a visual editor to color picker.MarianoGNU2016-01-151-0/+5
|
* Add tab close icon to the default themeIgnacio Etcheverry2015-12-291-0/+5
|
* Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-261-0/+5
|
* -better integration of ndee's themeJuan Linietsky2015-11-131-13/+13
|
* -work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky2015-10-201-18/+28
|
* Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-291-0/+10
| | | | Do not merge these changes, default values are not compiled into shaders yet!
* Select and move multiple nodes at onceMariano Javier Suligoy2015-07-191-0/+5
|
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-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-131-0/+10
| | | | | -ability to make dock position configurable, and it gets saved -editor starts maximized default
* Replace color phases with color ramp for Particles2D.Biliogadafr2015-05-241-0/+5
|
* Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-011-0/+10
|
* fix background alpha in dropdown arrowsRalf Hölzemer2015-01-151-2/+2
|
* More Theme fixesRalf Hölzemer2015-01-151-56/+31
| | | | | | | | | - 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-151-1/+1
|
* New iteration of the themeRalf Hölzemer2015-01-151-52/+52
| | | | | | | | - 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-151-65/+65
| | | | | | - 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-031-0/+5
|
* -ability to set default textures in shader (needed for visual shader editing)Juan Linietsky2014-12-211-0/+10
| | | | | | -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)
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+471