aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues with Qt6Eike Ziller2020-09-182-3/+7
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-043-3/+3
* GlslEditor: Display tool tips for errors and warningsChristian Stenger2020-08-201-0/+25
* TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-131-1/+3
* GlslEditor: Robustify version detectionChristian Stenger2020-08-101-9/+51
* GlslEditor: Update language specChristian Stenger2020-07-172-0/+19
* Core/Utils: Migrate further to Utils::Idhjk2020-07-062-1/+1
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-2/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-1/+1
* Remove some unused QDesktopWidget includesEike Ziller2019-08-051-1/+0
* Qt Creator CMake portCristian Adam2019-05-171-0/+13
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-312-10/+21
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-223-36/+34
* GlslEditor: ModernizeAlessandro Portale2018-11-137-55/+35
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-122-2/+4
* Utils: move code model icons to utilsDavid Schulz2018-08-061-6/+6
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* GlslEditor: Fix crash in function hint proposalChristian Stenger2018-06-081-6/+45
* CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-271-1/+1
* Glsl: Avoid use of global object poolhjk2018-02-093-122/+77
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-37/+37
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-032-6/+0
* GLSLEditor: Remove GlslHoverHandlerNikolai Kosjar2017-06-285-96/+0
* Simplify text format handling in syntax highlightersEike Ziller2017-05-232-39/+11
* Remove dead code from GLSL highlighterEike Ziller2017-05-081-83/+0
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Move mimetype definitions to plugin specsEike Ziller2017-02-274-47/+46
* improve static initializersTim Jenssen2016-09-231-15/+14
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-312-0/+21
|\
| * Editor: Collect indentation for a list of text blocksDavid Schulz2016-08-312-0/+21
* | GLSLEditor: Add missing parenthesesOrgad Shaneh2016-08-231-3/+3
* | BaseHoverHandler: Remove virtual and add override to derivationsAndre Hartmann2016-08-101-2/+2
* | GLSL: Remove some dead codehjk2016-08-031-9/+0
|/
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-212-6/+8
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-252-16/+28
* Remove duplicated code from c++ and glsl completer.David Schulz2016-05-202-77/+5
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-1212-41/+65
|\
| * GlslEditor: Remove duplicated iconsAlessandro Portale2016-04-1112-41/+65
* | Wholesale conversion to #pragma oncehjk2016-03-308-32/+8
|/
* GLSL: Fix warnings about inconsistent use of overrideTobias Hunger2016-02-291-3/+3
* Editor: Fix whitespace cleaning.David Schulz2016-02-242-0/+15
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1916-258/+184
* Use text settings instead of hard coded diagnostic text formatsMarco Bubke2015-12-091-6/+4
* Clang: Add diagnosticsMarco Bubke2015-08-311-2/+2