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