summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix regression from Qt4 with layout directionJan Arve Saether2015-02-051-1/+1
* Avoid creating a QPixmap on QBrush comparisonsAllan Sandfeld Jensen2015-02-041-3/+29
* Correct QPainter's is_brush_transparentAllan Sandfeld Jensen2015-02-041-5/+8
* Generate SSE4.1 versions of premultiplying methods where convenientAllan Sandfeld Jensen2015-02-042-7/+61
* a11y: Fix warning about instance method '-invalidate' not foundTor Arne Vestbø2015-02-041-0/+5
* Remove unused qdrawhelper_sse_p.h headerAllan Sandfeld Jensen2015-02-041-172/+0
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-046-10/+0
* [QFontDatabase] Speed-up is(Bitmap|Smoothly)ScalableKonstantin Ritt2015-02-041-0/+6
* Check for the proper extension for anisotropic filteringLaszlo Agocs2015-02-041-1/+1
* [QMath3D] Add public c-tors that do not initialize the contentsKonstantin Ritt2015-02-0412-0/+54
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-032-3/+3
* WGL: support reset notifications via GL_ARB_robustnessLaszlo Agocs2015-02-032-1/+6
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-032-3/+3
* Fixed icons lookup in QIcon::fromThemeRuslan Nigmatullin2015-02-023-57/+89
* Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-022-6/+16
* QStyleHints: restore CONSTANT to non-NOTIFYable propertiesJ-P Nurmi2015-02-021-9/+9
* Reduce number of QRegion::rects() calls in QBlitterPaintEngine::fillRect()Maks Naumov2015-02-021-5/+4
* Expose the ThreadedOpenGL cap to appsLaszlo Agocs2015-02-022-0/+17
* Utilize EGL_KHR_surfaceless_context in QOffscreenSurface when availableLaszlo Agocs2015-02-021-1/+6
* Only use 32bit version of qPremultiplyAllan Sandfeld Jensen2015-02-021-19/+2
* Remove unused class QPaintBufferLars Knoll2015-01-283-2629/+0
* Introduce QMatrix4x4::isAffine()Konstantin Ritt2015-01-282-0/+19
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-282-0/+24
* [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-286-0/+108
* Bail out in composeAndFlush when makeCurrent failsLaszlo Agocs2015-01-281-1/+5
* Micro optimizations to HB-NG pathKonstantin Ritt2015-01-241-37/+34
* Track QPlatformScreen -> QScreen using QPointerTor Arne Vestbø2015-01-242-2/+1
* QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-242-0/+26
* Keep the width as it is to ensure the underline is drawn correctlyAndy Shaw2015-01-231-1/+1
* Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-234-33/+29
* Expose context lossLaszlo Agocs2015-01-221-2/+11
* Only show QWindows after QScreen destruction if coming from virtual siblingTor Arne Vestbø2015-01-223-29/+30
* Add project/unproject methods in QVector3DPaul Lemire2015-01-222-0/+69
* QTextDocumentLayout: handle QTextBlock visibilityJ-P Nurmi2015-01-221-2/+4
* Move static part of angleBetween/transformBetween/mapBetween to QPlatformScreenTor Arne Vestbø2015-01-213-59/+94
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-216-2/+233
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-212-0/+19
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-219-33/+39
|\
| * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| * Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
| * QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| * Doc: verb "to layout" changed to "to lay out"Nico Vertriest2015-01-161-4/+4
| * Fix inlining order of functions in qpathclipper_p.h.Friedemann Kleint2015-01-161-16/+16
| * Fix glyph runs painted badly with perspective transformAllan Sandfeld Jensen2015-01-091-2/+2
| * Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
| * JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
* | QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-173-1/+147
* | Introducing QPlatformHardwareCompositor.Gunnar Sletta2015-01-175-1/+189
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-177-6/+694
* | Improve performance of path clipping in rasterizerAllan Sandfeld Jensen2015-01-171-17/+43