summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-2/+8
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-35/+34
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+2
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-22/+12
* | Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde2020-02-271-2/+3
|\ \ | |/ |/|
| * Add a soft line length guideline to the script editorHugo Locurcio2020-02-151-2/+3
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
|/
* Few enchancements for shader editorYuri Roubinsky2020-02-061-0/+4
* Fix minimap updating in shader tabYuri Roubinsky2020-01-181-0/+2
* Fixes min size of various editor plugins on HiDPIHaoyu Qiu2020-01-121-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32484 from Chaosus/shader_fixRémi Verschelde2019-10-021-3/+1
|\
| * Removed unnecessary shader error log messagesYuri Roubinsky2019-10-021-3/+1
* | Update ScriptEditor and ShaderEditor TooltipAlexander Holland2019-10-021-3/+1
|/
* Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-3/+10
* Reorganize & rename text editor settings categoriesCykyrios2019-09-011-3/+3
* Clear undo history on shader loadTomasz Chabora2019-08-261-0/+1
* Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias2019-08-081-17/+24
* Added link to docs for shader editorYuri Roubinski2019-08-021-0/+10
* Fix code completion for shader editorgeequlim2019-07-061-1/+1
* Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde2019-07-011-9/+48
|\
| * Improve bookmarksMichael Alexsander Silva Dias2019-05-241-9/+48
* | Correct typo that broke custom selected font colorGwyneth Lowe2019-06-241-1/+1
* | Reload text shaders when externaly edited, issue 19852Paulb232019-06-011-6/+79
|/
* Add bookmarks for easier code navigationTomasz Chabora2019-05-051-0/+28
* Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+2
* Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde2019-03-161-47/+3
|\
| * [Script Editor] Refactored ScriptTextEditor::_edit_option by extracting EDIT_...hsandt2019-02-041-47/+3
* | Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky2019-03-061-2/+2
* | Ensure shader is not set if code did not changeJuan Linietsky2019-03-041-2/+12
* | -Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky2019-02-231-0/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde2018-12-131-3/+0
* Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde2018-12-091-4/+2
|\
| * Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias2018-11-201-4/+2
* | Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde2018-12-091-0/+3
|\ \
| * | Use more subtle indentation guides in the script editorHugo Locurcio2018-10-031-0/+3
* | | Merge pull request #23327 from YeldhamDev/search_shadersRémi Verschelde2018-12-071-4/+8
|\ \ \
| * | | Added "shader" filter to "Find in Files"Michael Alexsander Silva Dias2018-11-051-4/+8
| | |/ | |/|
* / | Allows user to click on error line to jump into error.Chaosus2018-11-221-0/+1
|/ /
* | Fix clone line undo history and extra new line, issue 21811Paulb232018-11-041-1/+1
* | Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-1/+0
* | Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-20/+0
* | Don't open VisualShaders in the text shader editor, and don't support saving ...elasota2018-09-141-2/+2
* | Misc. typosluz.paz2018-09-121-1/+1