summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-172-0/+9
|\
| * Fix QtGui compilation without OpenGLhjk2016-10-161-0/+2
| * Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+1
| * Show warning when setting new default QSurfaceFormatAlexandru Croitor2016-10-131-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-135-36/+42
|\|
| * QIconLoaderEngine: add missing Q_DECL_OVERRIDEsAlexander Volkov2016-10-121-8/+8
| * Fix illegal memory access on simple image rotatesAllan Sandfeld Jensen2016-10-121-0/+2
| * Remove unused static member QIconLoaderEngineEntry::countAlexander Volkov2016-10-121-1/+0
| * Don't resize windows that aren't attached to a platform windowChristian Strømme2016-10-121-0/+4
| * Fix gradient race condition / read-after-freeAllan Sandfeld Jensen2016-10-122-26/+27
| * Fix QPixelFormat::typeInterpretation() for Format_RGB888Allan Sandfeld Jensen2016-10-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-082-27/+25
|\|
| * QEvent: fix typo in apidocFrederik Schwarzer2016-10-081-1/+1
| * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-4/+5
|\|
| * Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-4/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+12
|\|
| * Add GLSL version 110 on Intel with compat profilesLaszlo Agocs2016-09-271-2/+12
* | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-6/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-233-4/+21
|\|
| * Fix linear RGB16 gradientsAllan Sandfeld Jensen2016-09-231-3/+4
| * QWindowPrivate::maybeQuitOnLastWindowClosed(): Skip tooltipsFriedemann Kleint2016-09-231-1/+1
| * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-231-0/+16
| |\
| | * Describe meaning of typographic units in QRawFont documentationKonstantin Tokarev2016-09-221-0/+16
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-6/+8
|\| |
| * | QBrush: Fix UB (non-virtual dtor) in QBrush::detach()Marc Mutz2016-09-181-6/+8
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-162-5/+5
|\| |
| * | Fix typos in highdpi docsFrederik Gladhorn2016-09-151-4/+4
| * | Taking trailing whitespace into account when shaping linesDavid Schulz2016-09-051-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-055-35/+46
|\| |
| * | Fix crash when rendering to grayscale8 imagesAllan Sandfeld Jensen2016-09-031-32/+33
| * | Ensure the fontdatabase is initialized when requesting fallbacksAllan Sandfeld Jensen2016-09-031-0/+4
| * | Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
| |/
| * QIcon: Set the pixmap's dpr to 1.0 if the window is also set to 1.0Andy Shaw2016-08-301-2/+5
| * Guard against calling QWindow::requestUpdate() on non-GUI threadsTor Arne Vestbø2016-08-301-0/+3
* | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8
* | QIcon::addFile(): Invoke QMimeDatabase when matching by suffix failsFriedemann Kleint2016-08-301-18/+22
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-294-8/+9
|\|
| * QTextDocument: fix string backward searchSamuel Gaist2016-08-281-1/+1
| * QOffscreenSurface: warning-fix - QString(char*) deprecatedEdward Welbourne2016-08-251-1/+1
| * Correct use of qt_div_255Allan Sandfeld Jensen2016-08-252-6/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-255-40/+39
|\|
| * Fix crash when exiting while stacked modal dialogs are shownFriedemann Kleint2016-08-251-0/+2
| * QKeySequence: remove 239 unneeded relocationsMarc Mutz2016-08-241-1/+1
| * QKeySequence: replace an array end marker by static size calculationMarc Mutz2016-08-241-4/+4
| * Limit glyph caches per QFontEngine to four per context, not four in totalTor Arne Vestbø2016-08-242-35/+31
| * Make QWindow backed QOffscreenSurfaces easier to identifyTor Arne Vestbø2016-08-241-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-224-4/+5
|\|
| * QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-222-2/+3
| * QCssParser: remove 239 unneeded relocationsMarc Mutz2016-08-221-1/+1