aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslhighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-13/+13
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-271-22/+9
* | GlslEditor: Some editor creation related cleanuphjk2014-08-251-1/+1
* | GlslEditor: Also camel-case the namespacehjk2014-08-221-2/+2
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-1/+1
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* GLSLEditor: Fix crash when GLSL highligher is used inside diff editor.David Schulz2013-11-121-2/+3
* Implement syntax highlighting in diff editorjkobus2013-08-291-0/+11
* Add common interface for text formats inside syntax highlighterjkobus2013-08-261-18/+29
* Fix coding style for else statementsOrgad Shaneh2013-07-171-6/+6
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | GLSLEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-14/+14
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix crash when spliting GLSL editorLeandro Melo2011-08-021-3/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Make GLSL highlighter aware of language variantRhys Weatherley2010-12-011-8/+5
* Added indenter, code folding and automagically brace insertion to the GLSL ed...Roberto Raggi2010-11-261-2/+328
* Highlight reserved GLSL keywordsRhys Weatherley2010-11-231-1/+8
* Get rid of glsl.g.in and start working on the semantic actions.Roberto Raggi2010-11-111-1/+1
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-0/+74