summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* iOS: Document how to handle URL requests from external applicationsTor Arne Vestbø2018-07-091-0/+22
* SIMD: Add a haswell sub-architecture selection to our supportThiago Macieira2018-07-092-2/+2
* Add logging for QAccessibleCacheFrederik Gladhorn2018-07-081-0/+6
* Fix deletion of items in QAccessibleCacheFrederik Gladhorn2018-07-081-2/+4
* Re-enable QGradient::Preset documentation by explicitly ignoring warningsTor Arne Vestbø2018-07-062-2/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0213-54/+94
|\
| * Fix: bad-looking scaled rendering of painterpath in OpenGL paint engineEirik Aavitsland2018-06-281-21/+17
| * ItemModels: Cache last-known child indexErik Verbruggen2018-06-272-11/+25
| * ItemModels: search for the child index in 2 directionsErik Verbruggen2018-06-271-7/+29
| * Doc: Fix typoPaul Wicking2018-06-261-1/+1
| * Fix the qHash implementation for QMatrix / QTransformGiuseppe D'Angelo2018-06-212-15/+15
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-215-5/+5
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-3/+11
| |\
| | * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-075-11/+12
| | |\
| | * | Ignore XDG_SESSION_TYPE=wayland on gnome-shellJohan Klokkhammer Helsing2018-06-051-3/+11
| * | | Fix black border around main widget with non-integer scalingAllan Sandfeld Jensen2018-06-071-1/+1
| | |/ | |/|
* | | QIntValidator: Intermediate for number if digits equal or less than maxTuomas Heimonen2018-06-291-4/+14
* | | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-283-16/+18
* | | Fix wrongly included radial gradient enum for QGradient presetsTor Arne Vestbø2018-06-281-2/+1
* | | Don't position cursor inside complex graphemes when clicking outside lineEskil Abrahamsen Blomfeldt2018-06-281-2/+1
* | | Harden logic for converting from CSS gradients to QGradientTor Arne Vestbø2018-06-272-1/+1
* | | doc: Mark QGradient::Preset enum as internal until we can ignore its valuesTor Arne Vestbø2018-06-271-0/+2
* | | Fix: crash when painting with high-dpr image brushEirik Aavitsland2018-06-251-3/+3
* | | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-255-65/+78
* | | Fix incorrect JSON in qt_attribution.jsonKai Koehne2018-06-251-1/+1
* | | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-1/+2
* | | Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-224-22/+36
* | | configure: dequote library sources asapOswald Buddenhagen2018-06-121-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-0830-329/+431
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0730-329/+431
| |\| |
| | * | Fix build for Android with android-clang in r17Liang Qi2018-06-063-7/+7
| | * | Fix HDR format in QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2018-06-061-2/+5
| | * | Fix QTransform::transposed() result having wrong transformation typeEirik Aavitsland2018-06-061-2/+0
| | |/
| | * Reduce recent performance regressionAllan Sandfeld Jensen2018-05-301-2/+2
| | * QOpenGLTexture: Enable multisample 2D textures on GLES 3.1+Laszlo Agocs2018-05-301-0/+6
| | * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2923-315/+410
* | | Optimize fetchTransformed and removed specialized versionsAllan Sandfeld Jensen2018-06-071-662/+124
|/ /
* | Handle negative leading in layoutAllan Sandfeld Jensen2018-06-061-7/+15
* | Fix PDF rendering of strokes with cosmetic pensAndre de la Rocha2018-06-061-1/+2
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-012-3/+29
* | Provide presets for QGradientTor Arne Vestbø2018-05-319-2/+1244
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-242-362/+362
|\|
| * Fix potential 16-bit integer overflowAllan Sandfeld Jensen2018-05-231-4/+4
| * Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
* | Improve bounding rect of QStaticText with Qt::PlainTextAllan Sandfeld Jensen2018-05-231-4/+5
* | Optimize unpremultiply using SSE rcpAllan Sandfeld Jensen2018-05-235-31/+239
* | Reapply SSE4 acceleration to ARGB32->ARGB32PM conversionAllan Sandfeld Jensen2018-05-202-2/+22
* | qpixmap_win.cpp: Silence clang-cl warningsFriedemann Kleint2018-05-161-23/+25
* | Doc: add explanation of return format of QImage::transformed()Eirik Aavitsland2018-05-111-0/+14
* | macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-112-1/+6