summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Register whether a glyph run goes from RTL or LTREskil Abrahamsen Blomfeldt2011-09-284-37/+116
* Implement support for QGuiApp::setOverrideCursor()Lars Knoll2011-09-281-5/+54
* Add missing Q_ENUMS macro to QInputPanelJoona Petrell2011-09-281-0/+1
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-2812-1/+41
* Use module prefixed include paths, avoids warnings in configure.Pekka Vuorela2011-09-284-4/+4
* Fix compiler warnings.Friedemann Kleint2011-09-282-0/+3
* Don't crash if qApp->overrideCursor() is 0Lars Knoll2011-09-281-3/+2
* Use the drag cursor shapesLars Knoll2011-09-281-12/+13
* Update QLineControl's state correctly with QT_NO_ACCESSIBLITY.Andrew den Exter2011-09-271-2/+2
* 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