summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme
AgeCommit message (Expand)Author
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-09New customizable editor themevolzhs
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Fix theme_data.h formatting via make_header.pyRémi Verschelde
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-20Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde
2017-04-13Respect the expand margin for StyleBoTextures again.Ray Koopa
2017-04-12Fix editor style box for ToolButtonvolzhs
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-03-31Fixed WindowDialog not aligning properlyRobert Hernandez
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-01Added functionality for resizable dialogs.Ray Koopa
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-27Add disabled tabsRay Koopa
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Finish renaming *Frame GUI classes to *RectRémi Verschelde
2017-01-04Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-19Reused Button styleboxes for ButtonArrayZher Huei Lee
2016-11-06Made background and symbol color follow the color APIPaulb23
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-19Fix Color PickerMariano Suligoy
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-10Fix #5959, contrasting texture for toggled buttonPawel Kowal
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-17Add scrolling to Tree control in Drag and Drop modePawel Kowal
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky
2016-09-02-Added focus to comment nodeJuan Linietsky
2016-08-25More visual script workJuan Linietsky
2016-08-23prettier connections for graph editJuan Linietsky
2016-08-08Some new icons for visual script and graphsDaniel J. Ramirez
2016-08-06Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky
2016-08-04Concluded base visual scripting! can edit but not run though.Juan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-18Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky
2016-07-12Added block caret to TextEditPaulb23
2016-07-11Removed duplicate colorPaulb23
2016-07-11Expose colors to themePaulb23
2016-06-25Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde
2016-06-24Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez
2016-06-24Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde
2016-06-24Exposed code completion colors to the text edit themePaulb23