summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor/glsleditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-1/+0
* use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-091-1/+2
* Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* texteditor: use an enum instead of QString as color idshjk2012-05-031-13/+13
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-12/+12
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Fix crash when spliting GLSL editorLeandro Melo2011-08-021-4/+3
* New code assist APILeandro Melo2011-05-181-0/+15
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-2/+2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-5/+0
|/
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-5/+2
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-22/+22
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Replace the "Qt" GLSL variant with "ES_100"Rhys Weatherley2010-12-011-1/+1
* Make GLSL highlighter aware of language variantRhys Weatherley2010-12-011-33/+38
* Detect GLSL vs GLSL/ES based on mime typeRhys Weatherley2010-12-011-6/+24
* Implemented some basic code completion.Roberto Raggi2010-11-291-13/+77
* Simple error recovery.Roberto Raggi2010-11-291-41/+42
* Set up the GLSL variant.Roberto Raggi2010-11-261-5/+8
* Detect the type of the shader.Roberto Raggi2010-11-261-2/+14
* Initialize the shadersRoberto Raggi2010-11-261-3/+9
* Report only one error message for line (well, at least for now).Roberto Raggi2010-11-261-0/+5
* Run the semantic checker and check for invalid function calls.Roberto Raggi2010-11-261-3/+5
* Added indenter, code folding and automagically brace insertion to the GLSL ed...Roberto Raggi2010-11-261-1/+4
* Added the suffix AST to the ast nodes and some initial work on the GLSL type ...Roberto Raggi2010-11-251-1/+1
* Highlight reserved GLSL keywordsRhys Weatherley2010-11-231-3/+7
* Add the identifiers to the completion box.Roberto Raggi2010-11-191-0/+8
* Report the syntax errors.Roberto Raggi2010-11-191-0/+27
* Add extra variant flags for GLSL keywordsRhys Weatherley2010-11-171-1/+4
* Parse GLSL code.Roberto Raggi2010-11-121-4/+19
* Merge remote branch 'origin/2.1'dt2010-11-101-1/+0
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-8/+4
* Initial import of the GLSL editor plug-in.Roberto Raggi2010-11-101-0/+248