summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Disable RGB64 backend for ARGB32 when it will be very slowAllan Sandfeld Jensen2018-09-141-0/+2
* bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-111-0/+2
* Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-092-0/+6
|\
| * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-271-2/+2
| |\
| * | Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-242-0/+6
* | | Revise an incorrect QVulkanWindow doc noteLaszlo Agocs2018-09-061-9/+5
* | | Avoid conversion over RGBA64 for RGB32 LCD text blendingAllan Sandfeld Jensen2018-08-301-9/+49
* | | Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-301-1/+4
| |/ |/|
* | Doc: fix typo in QNativeGestureEvent docsMitch Curtis2018-08-231-1/+1
* | Fix spacing in << operator for QEventMitch Curtis2018-08-211-1/+1
|/
* Don't reset the bidi level on spacesLars Knoll2018-08-171-1/+0
* Only show the bidi cursor mark if we actually have bidirectional textLars Knoll2018-08-171-8/+20
* Don't block on lost contextDavid Edmundson2018-08-161-4/+15
* doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1610-21/+21
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-1/+1
* Add QPlatformScreen::windows() helper to return all windows on screenTor Arne Vestbø2018-08-062-9/+17
* Use consistent naming of QPA screen change callbacks in QGuiApplicationTor Arne Vestbø2018-08-062-12/+12
* Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-031-1/+1
* Fix conversion from transparent indexed8 to RGB32Allan Sandfeld Jensen2018-08-031-2/+3
* Optimize blits of any compatible formatsAllan Sandfeld Jensen2018-08-032-2/+120
* Add missing optimization for loading RGB32 to RGBA64 using NEONAllan Sandfeld Jensen2018-08-031-0/+61
* Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-031-1/+1
* HiDPI: Fix calculating window mask from pixmap on drag and dropBłażej Szczygieł2018-08-021-1/+8
* Doc: Remove typo and add line breaks after \internalPaul Wicking2018-07-262-4/+10
* Replace 0 with nullptrAlbert Astals Cid2018-07-195-5/+5
* Fix incorrect warning message in QOpenGLBufferTakumi ASAKI2018-07-171-1/+1
* Fix: png handler returning Mono QImage with color table < 2 itemsEirik Aavitsland2018-07-161-1/+1
* Fix the copyright year of the qgrayraster.c dependencyNicolas Ettlin2018-07-101-1/+1
* 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
| |/ |/|
* | 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
* Fix potential 16-bit integer overflowAllan Sandfeld Jensen2018-05-231-4/+4
* Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
* QtGui: Enable synchronous delivery for QWSysIf:::WindowScreenChangedEventFriedemann Kleint2018-05-082-2/+4
* QShortcutMap: print ambiguous shortcuts when DEBUG_QSHORTCUTMAP is definedMitch Curtis2018-05-071-0/+13
* Fix for mouse with modifiers handlingKarim Pinter2018-05-022-23/+2
* Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6