index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
glsleditor
/
glsleditor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Translations: Merge "OpenWith::Editors" into "QtC::Core"
Alessandro Portale
2023-02-20
1
-2
/
+3
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
GLSLEditor: Replace foreach with range-based for loops
Jarek Kobus
2022-11-24
1
-1
/
+2
*
Editor: move ownership of assist interface to processor
David Schulz
2022-11-17
1
-9
/
+11
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
TextEditor: add text cursor to assist interface
David Schulz
2022-05-13
1
-2
/
+1
*
Don't access static functions/fields via instance
Alessandro Portale
2020-11-27
1
-1
/
+1
*
TextEditor: use Utils::FilePath as file member in AssistInterface
David Schulz
2020-09-04
1
-1
/
+1
*
GlslEditor: Display tool tips for errors and warnings
Christian Stenger
2020-08-20
1
-0
/
+25
*
GlslEditor: Robustify version detection
Christian Stenger
2020-08-10
1
-9
/
+51
*
GlslEditor: Update language spec
Christian Stenger
2020-07-17
1
-0
/
+10
*
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
1
-1
/
+0
*
ClangFormat: Refactor indenter to allow ClangFormat unit-tests
Ivan Donchevskii
2019-01-22
1
-1
/
+1
*
GlslEditor: Modernize
Alessandro Portale
2018-11-13
1
-4
/
+3
*
Prefer using 'override' instead of 'virtual'
Alessandro Portale
2018-07-11
1
-1
/
+1
*
Fix that bookmarks couldn't be added to .pro files with mouse
Eike Ziller
2018-06-19
1
-1
/
+0
*
Glsl: Avoid use of global object pool
hjk
2018-02-09
1
-3
/
+3
*
GLSLEditor: Remove GlslHoverHandler
Nikolai Kosjar
2017-06-28
1
-3
/
+0
*
Allow giving TextEditorFactory custom CommentDefinition
Eike Ziller
2017-04-26
1
-1
/
+1
*
Reduce usage of qApp in favor of static function calls
Alessandro Portale
2017-04-24
1
-1
/
+1
*
GLSL: Remove some dead code
hjk
2016-08-03
1
-9
/
+0
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Use text settings instead of hard coded diagnostic text formats
Marco Bubke
2015-12-09
1
-6
/
+4
*
Clang: Add diagnostics
Marco Bubke
2015-08-31
1
-2
/
+2
*
Add override keyword to IEditor & TextEditorWidget implementations
Eike Ziller
2015-06-09
1
-1
/
+1
*
GlslEditor: Fix crash
Christian Stenger
2015-03-12
1
-4
/
+3
*
Clean exported headers of the TextEditor plugin.
Friedemann Kleint
2015-02-26
1
-0
/
+1
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
Misc: Remove unneeded qualifications
Orgad Shaneh
2015-02-06
1
-4
/
+4
*
|
GLSL: Do not leak engine
hjk
2015-01-13
1
-4
/
+4
*
|
Core: Use FileName for file path in IDocument
Orgad Shaneh
2015-01-12
1
-1
/
+1
|
/
*
TextEditor: Factory cosmetics
hjk
2014-10-15
1
-3
/
+3
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
TextEditor: Move CompletionAssistProvider construction
hjk
2014-10-06
1
-1
/
+1
*
|
TextEditor: Simplify HoverHandler handling
hjk
2014-09-30
1
-0
/
+2
*
|
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
hjk
2014-09-29
1
-3
/
+3
*
|
Rename {Core,TextEditor},{Base,}TextDocument classes
hjk
2014-09-25
1
-1
/
+1
*
|
GlslEditor: Remove unused include
Thomas Hartmann
2014-09-12
1
-2
/
+0
*
|
TextEditor: Merge some "assist" related classes
hjk
2014-09-09
1
-2
/
+2
*
|
TextEditor: Reset mimetype after open() in all BaseTextEditors
hjk
2014-09-04
1
-22
/
+0
*
|
TextEditor: Flip default to 'duplicatedSupported'
hjk
2014-09-03
1
-1
/
+0
*
|
TextEditor: Move CompletionAssistProvider to *Widget
hjk
2014-09-03
1
-1
/
+1
*
|
Editors: Automatically add editor/document id to context and use that
Eike Ziller
2014-09-02
1
-3
/
+1
*
|
TextEditor: Move comment definitions back to *Widget
hjk
2014-09-02
1
-1
/
+1
*
|
GlslEditor: Replace remaining editor()->document() indirection
hjk
2014-09-01
1
-1
/
+1
*
|
TextEditor: Remove some *Widget::createEditor implementation
hjk
2014-08-28
1
-7
/
+0
*
|
TextEditor: Clean up/streamline SyntaxHighlighter setup
hjk
2014-08-27
1
-1
/
+1
*
|
GlslEditor: Some editor creation related cleanup
hjk
2014-08-25
1
-68
/
+57
[next]