summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix glyph cache type logic after 97c187da3c1381bc55dd16976Tor Arne Vestbø2014-02-171-2/+2
* | Respect the QTextBlock's character formats in itemizationKonstantin Ritt2014-02-171-2/+5
* | QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-172-5/+5
* | QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-2/+3
* | QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-163-18/+14
* | QFont: add missing qHash overloadMarc Mutz2014-02-163-0/+31
* | Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-153-73/+173
* | Extending the inputMethodQuery APIPaul Olav Tvete2014-02-152-0/+28
* | Fix logging with dynamic GL on WindowsLaszlo Agocs2014-02-141-4/+3
* | Extend the documentation for orientation in QScreenFabian Bumberger2014-02-141-3/+8
* | Migrate a recent QT_OPENGL_ES ifdef to dynamic GLLaszlo Agocs2014-02-141-2/+4
* | OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-142-9/+71
* | Dynamic GL switch on WindowsLaszlo Agocs2014-02-1421-509/+5303
* | Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
* | QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-11/+11
* | Close widgets properly from session management.Friedemann Kleint2014-02-142-17/+25
* | QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-132-0/+8
* | Expose QPlatformWindow::invalidateSurface as a virtual function.Gunnar Sletta2014-02-132-0/+16
* | Update HarfBuzz-NG path on MacKonstantin Ritt2014-02-131-0/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-134-90/+73
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-124-90/+73
| |\|
| | * 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
* | | Optimize qt_memfill32 a littleThiago Macieira2014-02-121-12/+18
* | | Move setWindowIcon() up to QGuiApplication.David Faure2014-02-124-0/+48
* | | Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-123-0/+15
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-126-7/+298
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1116-59/+126
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0716-59/+126
| |\|
| | * 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
* | | | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-1011-90/+161
* | | | QOpenGLTextureBlitterJorgen Lind2014-02-103-2/+484
* | | | QFontEngineBox: Fix assertion for code points beyond BMPKonstantin Ritt2014-02-091-6/+5
* | | | QWindow: reduce a bit of code duplication.David Faure2014-02-082-7/+12
* | | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-0/+4
* | | | QOpenGLTextureHelper: explain why we use GetProcAddress on Windows / DesktopGLGiuseppe D'Angelo2014-02-071-0/+3
* | | | QOpenGLTexture: fix support for 1D texturesGiuseppe D'Angelo2014-02-072-12/+30
* | | | QOpenGLTextureHelper: fix 3D texture support on ES2Giuseppe D'Angelo2014-02-071-14/+17