summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2331-86/+302
|\
| * QGuiApplication: clear font database on cleanupTim Blechmann2014-09-121-0/+1
| * Add missing private headers warningSamuel Gaist2014-09-0418-5/+194
| * Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-1/+1
| * Recreate child windows when changing screensDyami Caliri2014-08-282-13/+22
| * Revert "Make unicode ranges in font take precedence over codepage"Eskil Abrahamsen Blomfeldt2014-08-281-53/+51
| * Initialize textureId in platform backing storeLaszlo Agocs2014-08-271-0/+1
| * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-1/+1
| * Android: use correct size when leaving fullscreenPaul Olav Tvete2014-08-201-3/+3
| * Fix invalid memcpy(dst, src) calls where dst == srcAllan Sandfeld Jensen2014-08-201-1/+3
| * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-1/+1
| * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+2
| * Fix rendering of fonts matched based on stretchAllan Sandfeld Jensen2014-08-141-0/+7
| * Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-4/+4
| * Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
| * Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
| * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+4
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-201-1/+1
* | Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-2/+0
* | a11y: Don't try to update accessibility if there's no interfaceTor Arne Vestbø2014-09-201-5/+10
* | Keep a source of propagated mouse eventsAlexander Volkov2014-09-191-1/+2
* | Set a missing source for mouse events synthesized by QtAlexander Volkov2014-09-191-1/+2
* | QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-193-1/+11
* | Restore -qt-block-indent on <li> elementsAllan Sandfeld Jensen2014-09-181-1/+1
* | Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-184-131/+52
* | Remove pointless check in QImageData::create()Maks Naumov2014-09-171-1/+0
* | Change the state of only the left mouse button when sending fake mouse eventsAlexander Volkov2014-09-161-2/+3
* | Rephrase sentence in QIntValidator documentation.Mitch Curtis2014-09-161-1/+1
* | QRegion: Reorganise members to reduce padding in QRegionPrivateMaks Naumov2014-09-161-3/+3
* | Fix high dpi support in QOpenGLWindowLaszlo Agocs2014-09-151-3/+4
* | Use default surface format in QOffscreenSurfaceLaszlo Agocs2014-09-141-0/+1
* | Force a full layout on the frame if it's vertical geometry changesLars Knoll2014-09-121-5/+22
* | QRegion: remove some toplevel const from return typesMarc Mutz2014-09-102-8/+39
* | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-106-53/+30
* | Destroy the QOpenGLTextureBlitter in the destructorJørgen Lind2014-09-101-0/+3
* | Add an option to share between TLWsLaszlo Agocs2014-09-103-3/+26
* | 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
* | 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