summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2665-478/+860
|\
| * 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
| * Consider multi-monitor setups in QPlatformWindow::initialGeometry().Friedemann Kleint2013-10-301-2/+23
| * Fix finding cursor position in words with accentsJoshua Grauman2013-10-301-3/+3
| * Add QGuiApplication::sync() functionJørgen Lind2013-10-304-1/+41
| * Android: handle keyPress event for Key_BackPaul Olav Tvete2013-10-291-23/+18
| * remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-283-73/+0
| * CMake: Fix quoting issue with quoted paths in strings.Stephen Kelly2013-10-251-2/+4
| * Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-252-30/+3
| * Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-252-6/+107
| * QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2