summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Improve Q_ASSERT readabilityJesus Fernandez2018-08-171-1/+7
* macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-172-7/+8
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1711-25/+36
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1711-25/+36
| |\
| | * 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
* | | Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-172-0/+35
|/ /
* | Modernize the "thread" featureUlf Hermann2018-08-172-16/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+1
|\|
| * Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-1/+1
* | Fix documentation issue for QOpenGLContext::makeCurrentTor Arne Vestbø2018-08-151-1/+1
* | Improve QWheelEvent debug outputTor Arne Vestbø2018-08-151-1/+6
* | Add direct conversions between RGB30<->RGBA8888Allan Sandfeld Jensen2018-08-151-30/+62
* | Fix delta in QWheelEvent passed to QQuickItemFrederik Gladhorn2018-08-141-4/+6
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-17/+24
* | macOS: Handle missing key in QKeySequencePrivate::decodeString()Erik Verbruggen2018-08-141-0/+5
* | Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-1113-454/+1769
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-084-21/+29
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-077-7/+194
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-077-7/+194
| |\|
| | * 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
* | | Add logging for QPlatformBackingStore::composeAndFlushTor Arne Vestbø2018-08-072-2/+9
|/ /
* | Fix potential out of bounds read in qpkmhandlerEirik Aavitsland2018-08-061-1/+1
* | Be more explicit about the effects of swapBuffers() on the current contextTor Arne Vestbø2018-08-061-1/+2
* | QTextureFileData: Fix build with -no-openglJüri Valdmann2018-08-061-0/+1
* | Remove member function from CentralFileHeaderThiago Macieira2018-08-031-12/+11
* | Make local symbols of some leaked namesThiago Macieira2018-08-032-1/+3
* | Don't ignore alpha values in grabFramebuffer methodsAllan Sandfeld Jensen2018-08-031-2/+4
* | Handle screen changes for non-top-level windowsTor Arne Vestbø2018-08-033-6/+6
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-318-10/+16
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-318-10/+16
| |\|
| | * 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
* | | Add debug logging operator for QPlatformSurfaceTor Arne Vestbø2018-07-313-0/+37
* | | testlib: Fix qtguiglobal.h include in qtestsupport_gui.hTor Arne Vestbø2018-07-311-1/+1
* | | QTextDocumentFragment: Use logical cursor movement instead of visualSafa AlFulaij2018-07-311-2/+2
|/ /
* | Fix tiling of NPOT textures on GL/ESAllan Sandfeld Jensen2018-07-273-25/+20
* | Fixup GL_RGB10 FBO on OpenGL/ES3Allan Sandfeld Jensen2018-07-271-5/+10
* | Move texture uploading out of QOpenGLTextureCacheAllan Sandfeld Jensen2018-07-278-211/+432
* | Remove dead codeJesus Fernandez2018-07-271-7/+2
* | Add API for reading and decoding graphical texture filesEirik Aavitsland2018-07-2410-2/+1137
* | Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-241-2/+2