summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QXpmHandler: remove 657 unneeded relocationsMarc Mutz2016-08-191-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-3/+3
|\|
| * Do not disable subpixel rendering on compile timeAllan Sandfeld Jensen2016-08-181-1/+1
| * Protect QImage::convertToFormat against null QImageAllan Sandfeld Jensen2016-08-171-1/+1
| * Fix rendering error in some animated gifsEirik Aavitsland2016-08-151-1/+1
* | Doc: Remove references to Windows CE in Qt GuiVenugopal Shivashankar2016-08-172-7/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1320-58/+68
|\|
| * Fix typo in QKeySequence docLiang Qi2016-08-121-1/+1
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1218-56/+56
| * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-112-1/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-104-2/+10
|\|
| * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-102-0/+6
| * Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
| * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-2/+3
* | Doc: Fix saturation graphic for HSV color modelRainer Keller2016-08-084-0/+156
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-0511-30/+46
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0511-30/+46
| |\|
| | * Remove unneeded ';' after some macrosKai Pastor2016-08-045-6/+6
| | * Fix 64-bit bilinear scaled image samplingAllan Sandfeld Jensen2016-08-041-1/+7
| | * Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
| | * QColor: remove 158 avoidable relocationsMarc Mutz2016-08-011-1/+1
| | * REG: Fix unwanted cache flush in Freetype engineEskil Abrahamsen Blomfeldt2016-08-011-1/+5
| | * QColor: Fix UB (left shift of negative number)Marc Mutz2016-07-311-14/+20
| | * QRasterizer: fix UBs involving << with a negative LHSMarc Mutz2016-07-301-3/+3