summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Introduce flags to QWindowSystemInterface::WindowSystemEvent.Friedemann Kleint2014-09-042-17/+29
* QColor: remind to remove copy ctor for Qt 6Marc Mutz2014-09-021-1/+1
* qPremultiply(QRgb): let the compiler see all versionsMarc Mutz2014-09-021-5/+9
* QTextFormat: use qHash(double/float) instead of own implementationMarc Mutz2014-09-021-17/+3
* QPdf: Extract Method is_monochrome()Marc Mutz2014-09-021-4/+9
* QtGui: add missing qrgb.h to painting.priMarc Mutz2014-09-021-0/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-0129-338/+259
|\
| * Avoid trying convert to RGB32(ARGB32) when image already RGB32 while writing ...Maks Naumov2014-08-311-1/+1
| * Code cleaning in qt_gl_resolve_extensionsAllan Sandfeld Jensen2014-08-281-34/+42
| * Use ctor-init-list in QRegionPrivate(QRect) ctorMarc Mutz2014-08-261-5/+6
| * QRegionPrivate: remove copy ctor and assignment operatorMarc Mutz2014-08-261-17/+0
| * Document loading of high resolution versions of images.Friedemann Kleint2014-08-265-14/+55
| * Mention supportedMimeTypes() in QImageReader documentation.Friedemann Kleint2014-08-261-2/+3
| * QEvent check for QT_NO_GESTURES in new debug code.Dyami Caliri2014-08-251-0/+4
| * QOpenGLTextureBlitter: Do not call vao functions if it failed to createLaszlo Agocs2014-08-251-7/+7
| * Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+3
| * Initialize textureId in platform backing storeLaszlo Agocs2014-08-251-0/+1
| * Fix composition for translucent AlwaysStackOnTop widgetsLaszlo Agocs2014-08-241-1/+1
| * Do not resolve core functions on GLES in texture helperLaszlo Agocs2014-08-231-0/+64
| * QIconLoader: don't inherit QObjectMarc Mutz2014-08-231-1/+1
| * QIconLoader: replace an inefficient QList with a QVectorMarc Mutz2014-08-232-3/+4
| * QIconLoader: mark virtual overridesMarc Mutz2014-08-231-2/+2
| * QIconLoader: mark a helper type as movableMarc Mutz2014-08-231-0/+2
| * QIconLoader: replace while(!empty()) delete takeLast() with qDeleteAll()Marc Mutz2014-08-231-6/+2
| * QIconLoader: don't re-evaluate container.size() all the time (II)Marc Mutz2014-08-231-2/+4
| * QIconLoader: don't re-evaluate container.size() all the timeMarc Mutz2014-08-231-1/+3
| * QIconLoader: remove another unused variableMarc Mutz2014-08-231-1/+0
| * QIconLoader: remove an unused variableMarc Mutz2014-08-231-1/+0
| * Replacement for QWS_DBLCLICK_DISTANCEPelle Johnsen2014-08-211-1/+5
| * Debug logging support for QNativeGestureEventShawn Rutledge2014-08-211-1/+8
| * Outline drawing should not override the default freetype loadflagsAllan Sandfeld Jensen2014-08-211-1/+1
| * Remove QPlatformScreenPageFlipper.Robin Burchell2014-08-195-226/+0
| * If a tess/compute shader compilation fails, print its type correctlyGiuseppe D'Angelo2014-08-181-7/+18
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-196-4/+22
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-126-4/+22
| | |\
| | | * Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
| | | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-112-0/+11
| | | * Initialize member.Gunnar Sletta2014-08-081-0/+1
| | | * Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
| | | * Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
| | | * Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
| | | * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-051-0/+4
* | | | QGradient: note to unwrap 'void *dummy' in Qt 6Marc Mutz2014-08-281-1/+1
* | | | Fix font family name mismatch between localized and non-localized versionLi Qiu2014-08-281-0/+9
* | | | Fail early when creating QOpenGLVertexArrayObjectJørgen Lind2014-08-261-0/+5
* | | | Compile with -no-feature-accessibilityFrederik Gladhorn2014-08-213-19/+11
|/ / /
* | | Support autohint and lcdfilter fontconfig configurationAllan Sandfeld Jensen2014-08-162-0/+5
* | | Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-162-3/+10
* | | Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
* | | Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-153-0/+50