summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QFontDatabase: Micro-optimize getFontWeight.Robin Burchell2014-09-151-22/+49
* QTextDocument: code cleanupSamuel Gaist2014-09-151-5/+5
* QTextDocument: Correct parameter documentationSamuel Gaist2014-09-151-7/+5
* QTextDocument: doc and function parameter name cleanupSamuel Gaist2014-09-152-19/+17
* Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-152-1/+131
* Read and use WheelScrollLines configuration on KDEAllan Sandfeld Jensen2014-09-122-1/+4
* QPainter: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QImageReader: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QIcon: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QWheelEvent: make magic number 120 a symbolic constantMarc Mutz2014-09-121-0/+2
* QPainter: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* QPainter: drop a pointless checkMarc Mutz2014-09-121-3/+1
* QPainter: use qDeleteAll()Marc Mutz2014-09-121-2/+1
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-1013-28/+141
|\
| * QRegion: remove check for null ptr after "new" operatorMaks Naumov2014-09-091-2/+1
| * Enhance the VAO docsLaszlo Agocs2014-09-081-0/+10
| * Remove GLdouble and GL_DOUBLE typedefs for OpenGL ES 2.Gunnar Sletta2014-09-052-6/+2
| * Accessibility: Improve line boundary helper functionsFrederik Gladhorn2014-09-041-4/+92
| * Use QPlatformTheme::SystemIconFallbackThemeName in static QString fallbackThe...Albert Astals Cid2014-09-031-1/+1
| * QImage: add a qMove()Marc Mutz2014-09-022-2/+2
| * QOpenGL2GradientCache::getBuffer: calculate hash value outside critical sectionMarc Mutz2014-09-021-1/+1
| * QTextEngine: remove unnecessary assignment in LayoutData::reallocate()Maks Naumov2014-09-021-2/+1
| * QIconLoader: enable an easy case of transactional processingMarc Mutz2014-09-021-3/+4
| * Fix no-opengl buildLaszlo Agocs2014-09-011-0/+6
| * Fix advance of zero-width spaces in fonts that omits the glyphAllan Sandfeld Jensen2014-09-012-7/+21
* | 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