aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
Commit message (Expand)AuthorAgeFilesLines
* GLSLEditor: Replace foreach with range-based for loopsJarek Kobus2022-11-242-3/+4
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-173-32/+33
* Editor: unify assist processor handlingDavid Schulz2022-11-142-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-2614-336/+28
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+2
* Utils: More porting.h related changeshjk2022-07-141-3/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-071-0/+1
|\
| * Clangd: Fix autocompletion for old style SIGNAL and SLOTArtem Sokolovskii2022-07-041-0/+1
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-133-7/+4
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+1
* Remove qmake build filesEike Ziller2022-01-202-33/+0
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-162-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-014-14/+14
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Do not pass QStringView by const referenceKai Köhne2021-06-172-2/+2
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* 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