summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
* Doc: Fix issues with QOpenGLTexture enumerationsTopi Reinio2014-02-111-4/+15
* Minor optimization for QTextEngine::shapeText()Konstantin Ritt2014-02-111-43/+36
* Fix log_clusters calculation in HarfBuzz-NG code pathKonstantin Ritt2014-02-111-37/+16
* Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-7/+7
* Fix assert when converting RGBx8888 to ARGB32_PMAllan Sandfeld Jensen2014-02-101-1/+1
* Do not query max samples on glesLaszlo Agocs2014-02-051-0/+2
* NPOT texture support in QOpenGLTextureCacheCedric Chedaleux2014-02-041-1/+28
* Doc: Fix broken linksSze Howe Koh2014-02-045-8/+5
* Fix access after delete with Harfbuzz NG code path.Allan Sandfeld Jensen2014-02-031-1/+3
* CMake: don't require GL when build with -no-openglPeter Kümmel2014-02-011-1/+1
* Load all available pixmaps in an icon file.Bastiaan Veelo2014-01-301-26/+30
* Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-3/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-224-18/+51
|\
| * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-164-18/+51
* | Initialize QGuiApplicationPrivate::lastCursorPosition to infFrederik Gladhorn2014-01-211-1/+2
* | Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
* | Fix unused-function warning in qdrawhelper.cppThiago Macieira2014-01-161-6/+0
* | MIPS DSP build system fix and additional optimizations.lpapuga2014-01-1410-9/+1628
|/
* Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-103-0/+9
* Fix unused function warnings in qtriangulator.cppThiago Macieira2014-01-101-7/+2
* QPdfWriter - Fix setting of marginsJohn Layt2014-01-091-0/+2
* QPdfPaintEngine - Remove postscript flagJohn Layt2014-01-092-5/+2
* QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-2/+1
* QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-061-2/+2
* Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
* REG: Fix support for strings spanning multiple font enginesEskil Abrahamsen Blomfeldt2014-01-031-1/+1
* Fix some typos in documentation.Jeff Tranter2014-01-022-2/+2
* Accessibility: Do not assert when a widget doesn't have a QAIFrederik Gladhorn2014-01-021-0/+2
* Doc: suppress documentation of methods users shouldn't useThiago Macieira2013-12-211-0/+2
* Doc: corrected broken linksNico Vertriest2013-12-201-2/+2
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-191-2/+42
* Fix build with HarfBuzz-NG older than 0.9.20Konstantin Ritt2013-12-171-1/+1
* Fix build with -WerrorKonstantin Ritt2013-12-172-2/+2
* Use #pragma warning(push) and pop to control our warningsThiago Macieira2013-12-161-1/+2
* Fix strings in QImageWriter.ABBAPOH2013-12-161-9/+5
* Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
* Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-101-0/+5
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-102-1/+5
* Remove unused function "quadraticRoots"Thiago Macieira2013-12-091-31/+0
* Simplify linking to different jpeg libs.Mitch Curtis2013-12-091-2/+4
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-051-0/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-0/+2
| |\
| | * Use Q_QDOC for Qt namespace declaration in Qt GuiTopi Reinio2013-12-031-0/+2
* | | Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2
* | | QTextEngine: fix layouting of inline objects in right-aligned tabs.David Faure2013-12-051-0/+4
* | | Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
|/ /
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+15
|\|
| * Docs: add important QWheelEvent::phase() related notesJ-P Nurmi2013-11-291-0/+15
* | Streamline font match() function.Friedemann Kleint2013-11-281-10/+6