summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QFontEngineFT: Drop modularization leftoversKonstantin Ritt2013-09-091-4/+0
* Fix QPainter usage in non-GUI thread warning appearing in debugKonstantin Ritt2013-09-091-3/+3
* Doc: Link to external docs in QOpenGLFunctions_* classesTopi Reinio2013-09-0923-22/+114
* Add HarfBuzz-NG supportKonstantin Ritt2013-09-082-1/+178
* Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-084-0/+861
* QTextEngine::shapeText(): Better error handling for corner casesKonstantin Ritt2013-09-081-4/+4
* QTextEngine::shapeTextWithHarfbuzz() code simplificationKonstantin Ritt2013-09-082-66/+69
* Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-0513-24/+44
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-6/+3
* qimagereader: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* Introduce QAbstractTextDocumentLayout::unregisterHandler()J-P Nurmi2013-09-042-0/+19
* Doc: Fixed information about the default modules when using qmake.Jerome Pasion2013-09-042-1/+11
* Fix qt_pixmapToWinHICON() not to return invalid HICON for null pixmapsJ-P Nurmi2013-09-041-0/+3
* Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-042-2/+0
* Add QPA session managerSamuel Gaist2013-09-049-50/+394
* Fix QAbstractTextDocumentLayout::registerHandler() argument nameJ-P Nurmi2013-09-021-4/+2
* Fix typo in QTextDocument::contentsChange() argumentsJ-P Nurmi2013-09-021-1/+1
* Added applicationState() to QGuiApplication.Yoann Lopes2013-09-023-34/+60
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-028-57/+320
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-278-57/+320
| |\
| | * Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-272-29/+306
| | * Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
| | * Ensure the docs for QOpenGLFunctions_ES2 are generatedThiago Macieira2013-08-231-1/+1
| | * Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
| | * Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-0/+4
| | * Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
* | | QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* | | Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-292-0/+14
|/ /
* | Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-234-18/+8
* | Accessibility for AndroidFrederik Gladhorn2013-08-221-1/+3
* | Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-221-6/+0
* | Fix typo in qkeysequence.cpp code comment.Mitch Curtis2013-08-221-1/+1
* | Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-206-267/+281
* | Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-205-61/+42
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-168-20/+61
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-148-20/+61
| |\|
| | * un-confuse lupdate: use #if 0 consistentlyOswald Buddenhagen2013-08-121-1/+3
| | * Add offset reading support in pnghandlerSamuel Gaist2013-08-071-1/+17
| | * Don't crash if the QWindow's screen is temporarily invalidShawn Rutledge2013-08-071-0/+4
| | * Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-1/+1
| | * Doc: porting from QDesktopServices::DataLocation to QStandardPathsDavid Faure2013-08-031-1/+21
| | * Fix typo form->fromStephen Kelly2013-07-311-1/+1
| | * Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-301-14/+4
| | * Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-292-1/+10
* | | Fix possible crash due to integer overflowKonstantin Ritt2013-08-151-1/+1