summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
* Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+15
|\
| * Docs: add important QWheelEvent::phase() related notesJ-P Nurmi2013-11-291-0/+15
* | Streamline font match() function.Friedemann Kleint2013-11-281-10/+6
* | Remove unused variable in font match() function.Friedemann Kleint2013-11-281-3/+0
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-283-5/+1
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-283-5/+1
| |\|
| | * Revert "Store the font's scalability in QFontEngine."Yoann Lopes2013-11-273-5/+1
* | | Fix font lookup.Friedemann Kleint2013-11-282-16/+29
|/ /
* | Check the thread in QOffscreenSurfaceLaszlo Agocs2013-11-271-0/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-265-11/+27
|\|
| * Avoid incorrect warning when painting onto a QImageLaszlo Agocs2013-11-231-4/+3
| * Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-204-7/+24
* | src/gui/text: whitespace fixesJ-P Nurmi2013-11-267-122/+122
* | QOpenGLTextureHelper (Windows): Don't load desktop DLL when GLES2 is usedAndrew Knight2013-11-211-1/+1
* | Cleanup freetype data in a thread-safe wayRobin Burchell2013-11-204-15/+45
* | Remove empty QAccessible2 headerFrederik Gladhorn2013-11-202-46/+0
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-1811-30/+211
|\|
| * Try to find GL headers in Mac SDKs.Stephen Kelly2013-11-151-2/+16
| * Missing entry in QImage inplace_converter_mapAllan Sandfeld Jensen2013-11-151-0/+3
| * Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
| * Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-147-25/+179
| * QOpenGLTexture: mark (QImage) ctor explicitMarc Mutz2013-11-141-1/+1
| * QOpenGLTexture: mark (Target) ctor explicitMarc Mutz2013-11-141-1/+1
| * QOpenGLPixelTransferOptions: declare as shared, add move assignment operatorMarc Mutz2013-11-141-0/+10
* | Improve interaction between QPlatformTheme and QPlatformIntegration hinting.Michael Brasser2013-11-151-1/+27
* | Move MaxKeyCount from QKeySequenceEditPrivate to QKeySequencePrivateMarc Mutz2013-11-141-0/+1
|/
* Request the glyph at the right subpixel offsetGunnar Sletta2013-11-101-1/+1
* Force FT font engine to load the right glyph metricsGunnar Sletta2013-11-101-0/+12
* Remove disused version of QPlatformMessageDialogHelper::clicked signalShawn Rutledge2013-11-081-1/+0
* Dialogs: provide the StandardButton->ButtonRole mapping in QPAShawn Rutledge2013-11-072-1/+61
* EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-064-14/+18
* Don't hardcode devicePixelRatio to 1.Morten Johan Sørvig2013-11-061-1/+6
* Revert "Use Qt's own glyph cache with the freetype engine."Gunnar Sletta2013-11-061-1/+2
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Make OpenGL texture glyph cache use the right freetype glyphsGunnar Sletta2013-11-061-1/+11
* Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw2013-11-051-5/+1
* Improve documentation of QImageIOPluginAlex Merry2013-11-051-13/+27
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-059-34/+29
* Fix ARGB image glyphs on Open GL ES2 or big endianAllan Sandfeld Jensen2013-11-041-11/+16
* Remove now redundant argb to rgba functionAllan Sandfeld Jensen2013-11-041-20/+4
* Fix major performance regression in QGLWidget on texture bindAllan Sandfeld Jensen2013-11-041-3/+5
* QPdfEngine - Remove Producer copyright noticeJohn Layt2013-11-041-1/+1
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-013-1/+6
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-312-0/+6
* Fix compilation with QT_COORD_TYPE=double on ARMLars Knoll2013-10-311-0/+1
* Assert in QImage conversion from rgba8888pm -> rgba8888Allan Sandfeld Jensen2013-10-311-1/+1
* Store the font's scalability in QFontEngine.Yoann Lopes2013-10-313-1/+5
* Don't use NO_DEFAULT_PATH on mac when finding GL headers and libraries.Stephen Kelly2013-10-301-3/+13