summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-094-62/+31
* Use RGB64 qdrawhelper routines for unpremultiplied formatsAllan Sandfeld Jensen2016-12-091-0/+2
* Cleanup memrotate functionsAllan Sandfeld Jensen2016-12-085-329/+85
* Add QWindow::AncestorMode overload of QWindow::parent()Tor Arne Vestbø2016-12-082-16/+32
* QGuiApplicationPrivate::processTouchEvent: add explanatory commentsShawn Rutledge2016-12-071-2/+8
* generate PDF CreationDate in local time as per PDF specificationAshish Kulkarni2016-12-071-2/+11
* TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-075-28/+113
* doc: Always declare GL types for clangqdocMartin Smith2016-12-032-0/+12
* QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-023-19/+19
* QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-022-81/+81
* QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-024-43/+43
* Optimized LCD text blendingAllan Sandfeld Jensen2016-12-012-9/+47
* Optimize RGBA64 toArgb32Allan Sandfeld Jensen2016-12-012-3/+52
* qopenglprogrambinarycache_p.h: Add "We mean it" commentFriedemann Kleint2016-11-251-0/+11
* Use QSaveFile for more robust shader disk cacheLaszlo Agocs2016-11-251-4/+8
* Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-13/+5
* add TouchDoubleTapDistance platform theme hintShawn Rutledge2016-11-242-1/+15
* Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-249-88/+776
* Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-248-145/+278
* Refactor QGuiApplication::topLevelWindows()Tor Arne Vestbø2016-11-231-8/+18
* Move QWindowPrivate::globalPosition() definition out of headerTor Arne Vestbø2016-11-232-13/+15
* Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-222-0/+20
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-11-1825-138/+239
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-1725-138/+239
| |\
| | * QRawFont: Add a qHash overloadRobin Burchell2016-11-162-0/+15
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-168-8/+41
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-158-8/+45
| | | |\
| | | | * Remove unused variable in QIconLoader::findIconHelper()Alexander Volkov2016-11-121-2/+0
| | | | * Enable GL prototypes with recent Khronos headersLaszlo Agocs2016-11-101-1/+21
| | | | * Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-2/+6
| | | | * Documentation: Specify units for QTextDocument::pageSizeSteve Schilz2016-11-091-0/+4
| | | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
| | | | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-082-1/+7
| | | | * Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
| | * | | Fixes for findVersionDirectivePosition()Lars Knoll2016-11-151-35/+46
| | * | | Clean up some conditions in our pro filesLars Knoll2016-11-142-2/+2
| | * | | Freetype: Disable outline drawing when drawing to pixmap cacheEskil Abrahamsen Blomfeldt2016-11-142-11/+13
| | * | | Freetype: Fix device pixel ratio with large fontsEskil Abrahamsen Blomfeldt2016-11-141-39/+52
| | * | | Disable PCH for qdrawhelper.cpp with GCC 5Allan Sandfeld Jensen2016-11-121-0/+6
| | * | | Unbreak a couple of configurationsLars Knoll2016-11-112-8/+22
| | * | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-106-25/+20
| | * | | Make QT_NO_HIGHDPI a proper featurePaul Olav Tvete2016-11-091-0/+6
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-083-7/+13
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-043-7/+13
| | | |\|
| | | | * Fix GCC warning about ODR violationThiago Macieira2016-11-031-3/+3
| | | | * Fix tiling on a width over 2048Allan Sandfeld Jensen2016-11-031-3/+9
| | | | * Add QPixmapIconEngine::pixmap pointer checkJesus Fernandez2016-11-021-1/+1
| | * | | Re-add configure option for Direct2D QPA pluginFriedemann Kleint2016-11-071-2/+2
| | * | | Fix freetype detection on QNXSamuli Piippo2016-11-071-1/+1
* | | | | Enable support for OpenVGAndy Nichols2016-11-173-3/+21