summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Allow setting the QIcon fallback themeAlbert Astals Cid2018-08-204-6/+53
* 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
* | Remove transitioning include from qdnd_p.hJoerg Bornemann2018-07-231-4/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-172-2/+2
|\|
| * 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
* | configure: group tests' includes properlyOswald Buddenhagen2018-07-161-19/+36
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-163-3/+143
* | 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