summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * 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