summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Support translucent windows on eglfsLaszlo Agocs2014-06-252-0/+22
* Support framebuffer blit and msaa without extensions on GLES3Laszlo Agocs2014-06-251-0/+10
* Enhance msaa and blitframebuffer on ES with vendor extensionsLaszlo Agocs2014-06-252-13/+32
* Include the ES3 headers on iOSLaszlo Agocs2014-06-253-2/+17
* QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-252-2/+8
* Windows a11y: Publish synthetic increase and decrease actionsJan Arve Saether2014-06-202-15/+26
* Fix screen handling for child windows.Friedemann Kleint2014-06-183-37/+83
* Fix references to platform-specific handlers in QMimeData documentation.Friedemann Kleint2014-06-181-4/+6
* Improve debug output of events.Friedemann Kleint2014-06-161-10/+42
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-078-92/+142
|\
| * Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-058-92/+142
| |\
| | * Fix QOpenGLGlyphTexture object leakLiang Jian2014-05-281-1/+3
| | * Fix fast painting of clipped text on non RGB32 formatsAllan Sandfeld Jensen2014-05-281-4/+3
| | * QOpenGLFramebufferObject: correct the internal format when using ANGLEAndrew Knight2014-05-261-1/+10
| | * QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
| | * Windows: Fix qt_imageFromWinHBITMAP().Friedemann Kleint2014-05-231-74/+86
| | * escape apostropheOswald Buddenhagen2014-05-231-1/+1
| | * Call doneCurrent on QOpenGLContext when the surface diesLaszlo Agocs2014-05-231-0/+6
| | * Fix a crash in QOpenGLTexture::allocateStorage()Tasuku Suzuki2014-05-231-1/+3
| | * Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSampleAndrew Knight2014-05-221-2/+6
* | | Accessibility iOSFrederik Gladhorn2014-06-063-14/+12
* | | Fix multisampled fbo readbackLaszlo Agocs2014-06-051-11/+37
|/ /
* | Remove tracking of the current fboLaszlo Agocs2014-06-022-25/+14
* | Accessibility: Fix select state usageFrederik Gladhorn2014-05-311-1/+1
* | Fix support for depth/stencil textures in QOpenGLTextureGiuseppe D'Angelo2014-05-262-8/+248
* | Introduce QOpenGLTexture::target()Giuseppe D'Angelo2014-05-242-0/+13
* | Guarantee QTextEngine::findItem() returns -1 for invalid strPosKonstantin Ritt2014-05-232-2/+7
* | Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-4/+12
* | Fix a crash when using QtQuickControls with core profileBerthold Krevert2014-05-221-4/+25
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-222-30/+39
|\|
| * CMake: Don't FATAL_ERROR if GL libraries can not be found.Stephen Kelly2014-05-191-28/+37
| * QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
* | Decrease the life time of SpecialData::resolvedFormatsKonstantin Ritt2014-05-211-5/+4
* | Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-203-55/+56
* | Minor code clean-upKonstantin Ritt2014-05-203-10/+5
* | QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-171-1/+1
* | Minor optimization for QTextLineItemIteratorKonstantin Ritt2014-05-163-23/+15
* | Ensure we don't re-use webfonts where the "local" font has been requestedKonstantin Ritt2014-05-161-1/+1
* | Expose multisample settings on QOpenGLTextureSean Harmer2014-05-162-2/+125
* | Add viewport transform to QMatrix4x4Sean Harmer2014-05-162-0/+53
* | Remove unnecessary friend declarations from qevent.h.Friedemann Kleint2014-05-151-5/+0
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-159-253/+252
* | Don't crash when platform plugin sends us two close events.Gunnar Sletta2014-05-151-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-137-42/+34
|\|
| * Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
| * QTextLayout: Fix cursor position calculation for BiDi textAndrey Volykhin2014-05-121-1/+0
| * Respect fixed pitch request when font family is not availableEskil Abrahamsen Blomfeldt2014-05-121-1/+5
| * Enable support for OpenGL 4 on OS X 10.9Sean Harmer2014-05-101-4/+6
| * Document the X11 DISPLAY variable in the -display option docsThiago Macieira2014-05-091-0/+2
| * Doc: fix -qwindowgeometry and -qwindowtitle option docsThiago Macieira2014-05-091-2/+1