summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme/theme_data.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a minimap to the GraphEditYuri Sizov2020-11-301-0/+4
|
* [Complex Text Layouts] Refactor Font class, default themes and controls to ↵bruvzg2020-11-261-0/+44
| | | | | | | | use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows.
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-0/+4
|
* Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander2020-06-081-0/+4
|
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-121-13/+13
|
* Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio2019-09-271-0/+4
| | | | | This makes it faster to distinguish overbright colors from "standard" colors.
* Default theme: make toggle_off_disabled.png the same dimension as other ↵merumelu2019-08-061-2/+2
| | | | CheckButton images
* Remove unused icons in the default themeHugo Locurcio2019-07-031-88/+0
|
* Add toggle for hidden file visibility in FileDialogMichael Alexsander Silva Dias2019-06-101-0/+4
|
* Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner2019-05-171-0/+4
|\ | | | | Add feature to show spaces in code editor
| * Expose TextEdit's drawSpaces feature to GDScriptmiwanczuk2019-05-011-0/+4
| |
* | Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias2019-05-021-0/+8
|/
* Add disabled tab styleMichael Alexsander Silva Dias2019-02-101-1/+5
|
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-116/+120
| | | | | | | | | | - Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector
* Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-061-0/+4
|\ | | | | Add disabled theme to TextEdit
| * Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-011-0/+4
| |
* | Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias2017-12-021-0/+4
|/
* 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
|