summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Oops, adding Q_EXPORT to QPlatformScreenPageFlipperPaul Olav Tvete2011-09-271-1/+1
* Fixed crash in QOpenGLFramebufferObject.Samuel Rødal2011-09-271-3/+0
* Fix possible assert in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+3
* Add some enablers to QTextDocumentLayoutEskil Abrahamsen Blomfeldt2011-09-262-1/+43
* Fix possible crash in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+1
* Make QVectorData::shared_null constBradley T. Hughes2011-09-261-1/+2
* Doc: Fixed \since declarations.David Boddie2011-09-261-2/+2
* Make sure cursor position doesn't exceed line endJiang Jiang2011-09-231-0/+3
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-233-5/+81
* Fixed geometry issues.Samuel Rødal2011-09-234-5/+16
* Add autotest for QInputPanelJoona Petrell2011-09-232-9/+24
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-236-11/+26
* Avoid crash in handleTouchEvent and remove superfluous mapping.Laszlo Agocs2011-09-231-8/+2
* Page flipping API for QPlatformScreenPaul Olav Tvete2011-09-232-0/+51
* Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-221-37/+17
* Export QTextImageHandler and add accessor for imageEskil Abrahamsen Blomfeldt2011-09-212-3/+11
* Fix support for drag pixmapsLars Knoll2011-09-212-53/+57
* Return the correct geometryLars Knoll2011-09-211-0/+2
* Implemented key filter support on platform input contextPekka Vuorela2011-09-202-1/+6
* QWindowSystemInterface: Fix wrong mapping of coordinates.Bjørn Erik Nilsen2011-09-201-2/+14
* [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-09-201-5/+5
* [blitter] Use QScopedPointer for the engine and blittableHolger Hans Peter Freyther2011-09-202-15/+10
* Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFTAleksandar Stojiljkovic2011-09-201-2/+6
* Generate glyphs in un-transformed coordinate system.Samuel Rødal2011-09-201-3/+4
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-207-119/+181
* Fix regression causing synthesized oblique glyphs to clipEskil Abrahamsen Blomfeldt2011-09-191-1/+15
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-191-2/+0
* Say hello to QWindow::accessibleRoot()Jan-Arve Saether2011-09-192-0/+12
* Support synthesized oblique and bold in SceneGraphEskil Abrahamsen Blomfeldt2011-09-192-3/+21
* Enable glyph caching on QPAEskil Abrahamsen Blomfeldt2011-09-191-31/+3
* Treat QTestFontEngine properlyJiang Jiang2011-09-191-1/+1
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-173-5/+7
* doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docsEskil Abrahamsen Blomfeldt2011-09-151-1/+2
* Properly register preedit text in QLineControlEskil Abrahamsen Blomfeldt2011-09-151-1/+0
* compile when shadowing is an errorGunnar Sletta2011-09-151-3/+3
* Fix missing/incorrect license headersJason McDonald2011-09-151-0/+40
* Fix stale license headers from refactor branchJason McDonald2011-09-1517-290/+290
* Add new composite Qt::ImQueryInput queryJoona Petrell2011-09-141-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-131371-582378/+33441
|\
| * Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-127-118/+342
| * Fixed auto-test failure in tst_QOpenGL.Samuel Rødal2011-09-121-1/+1
| * Compile fix for QPAHolger Ihrig2011-09-122-0/+2
| * Made FBO blit behave properlyGunnar Sletta2011-09-122-13/+25
| * Use the context we're givenGunnar Sletta2011-09-121-1/+1
| * use QtGui/ based includesGunnar Sletta2011-09-091-1/+1
| * Make inputcontext plugin loading a bit more genericLars Knoll2011-09-082-0/+7
| * Add plugin mechanism to load platform input contextsJoona Petrell2011-09-083-4/+2
| * Make QKeySequence work on Mac.Morten Sorvig2011-09-082-14/+14
| * Change the QInputMethodQueryEvent to be able to query a set of propertiesLars Knoll2011-09-083-9/+35
| * Use new QInputPanel update function in QTextControlJoona Petrell2011-09-081-7/+3