summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add note about lifetime of the pointer returned by QClipboard::mimeData()Friedemann Kleint2016-09-281-0/+4
* Pick up changes to device-pixel-ratio in QRasterBackingStoreTor Arne Vestbø2016-09-273-0/+24
* Deduplication fetchTransformedAllan Sandfeld Jensen2016-09-231-137/+48
* QGuiVariant: use new QColor::setNamedColor(QLatin1String)Marc Mutz2016-09-231-2/+1
* QColor: provide QLatin1String overloads of functions taking QStringMarc Mutz2016-09-232-16/+41
* QColor: clean up qcolor_p.hMarc Mutz2016-09-222-39/+25
* QPaintDeviceWindow: Don’t request update on hideMorten Johan Sørvig2016-09-221-3/+0
* Modernize rasterwindow/openglwindow examples to use requestUpdate()Tor Arne Vestbø2016-09-221-5/+8
* Rename QPA ExposeEvent's window-pointer from 'exposed' to 'window'Tor Arne Vestbø2016-09-223-7/+7
* Return color bitmap from QRawFont for color fontsEskil Abrahamsen Blomfeldt2016-09-221-3/+10
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-6/+8
|\
| * 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.7' into 5.8Liang Qi2016-09-212-5/+5
|\| |
| * | 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
* | | Save memcpy when converting to 32bit formatsAllan Sandfeld Jensen2016-09-201-3/+9
* | | Simplify source fetch qdrawhelper tablesAllan Sandfeld Jensen2016-09-201-516/+125
* | | Add AVX2 versions of the fast blending functionsAllan Sandfeld Jensen2016-09-182-10/+337
* | | iOS: Implement support for QScreen::grabWindow()Tor Arne Vestbø2016-09-181-0/+4
* | | macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-182-0/+141
* | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-182-1/+158
* | | macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-174-0/+398
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-154-6/+10
* | | Silence warning from syncqtUlf Hermann2016-09-151-1/+1
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-152-9/+4
* | | Minimize register conversions in NEON optimizationAllan Sandfeld Jensen2016-09-151-38/+29
* | | don't complain about missing QPA plugin on androidOswald Buddenhagen2016-09-151-1/+1
* | | Convert the old feature systemLars Knoll2016-09-151-1/+191
* | | rename description => label in configure.jsonOswald Buddenhagen2016-09-151-106/+106
* | | Modularize configure.json/.priLars Knoll2016-09-154-0/+974
* | | Fix missing GL function protos with newer GLES headersLaszlo Agocs2016-09-101-3/+4
* | | Make blendPixel function generalAllan Sandfeld Jensen2016-09-093-29/+20
* | | Minor improvements to bilinear filteringAllan Sandfeld Jensen2016-09-091-24/+28
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-056-55/+76
|\| |
| * | 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
* | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-032-3/+3
* | | QColor: move contents of qcolor_p.cpp into qcolor.cppMarc Mutz2016-09-013-370/+323
* | | Optimize the simple QImage flip used by OpenGLAllan Sandfeld Jensen2016-08-301-0/+37
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2916-60/+55
|\| |
| * | 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