summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-0814-17/+23
* | | | QOpenGLVertexArrayObject: remove a now unnecessary initialize callGiuseppe D'Angelo2015-02-081-2/+0
* | | | Avoid the initializeOpenGLFunctions() call after versionFunctions()Laszlo Agocs2015-02-071-12/+17
* | | | Make mipmap levels and texture comparison work with GLES 3.0+Laszlo Agocs2015-02-073-51/+53
* | | | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-071-1/+1
* | | | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-075-10/+20
* | | | [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-062-0/+89
* | | | Revert "Introducing QPlatformHardwareCompositor."Gunnar Sletta2015-02-065-188/+0
* | | | Don't replace IntersectClip with ReplaceClip on a QPictureAllan Sandfeld Jensen2015-02-051-7/+10
* | | | 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
| | |/ | |/|