summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Long live QOpenGLTexture!Sean Harmer2013-09-2211-2/+5237
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-212-12/+39
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-212-12/+39
| |\
| | * Fix transform (rotation matrix) uniform scale testing.Balazs Domjan2013-09-191-5/+22
| | * PNG: properly handle 1bpp greyscale images with alphaGiuseppe D'Angelo2013-09-181-0/+9
| | * Add missing initialization before requesting png data for scaled readSamuel Gaist2013-09-181-7/+8
* | | Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeysDavid Edmundson2013-09-213-3/+8
* | | Fix last standard keyboard shortcutDavid Edmundson2013-09-211-1/+1
* | | Fix some doc errors.Frederik Gladhorn2013-09-218-13/+11
|/ /
* | Don't try to allocate a msaa FBO when it is not supported.Gunnar Sletta2013-09-201-15/+12
* | WinRT: Basic global supportAndrew Knight2013-09-203-3/+7
* | Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-202-2/+8
* | Fix memory leaks in the FT font engineLaszlo Agocs2013-09-201-2/+18
* | Make Accessibility publicFrederik Gladhorn2013-09-197-933/+1026
* | Don't automatically create a platform window on content orientation changeAndrew Knight2013-09-191-4/+2
* | Un-export qt_registerFont() internal functionKonstantin Ritt2013-09-162-10/+10
* | Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-162-15/+6
* | Fix QTextEngine build on MSVC2008 debug mode.Nicolás Alvarez2013-09-151-0/+1
* | Fix build with -WerrorKonstantin Ritt2013-09-141-1/+1
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-143-33/+7
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-09-133-33/+7
| |\|
| | * Compilation fix for libjpeg release 9aavit2013-09-111-23/+6
| | * Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-4/+1
* | | Don't use an extension to the C++ language in public headersThiago Macieira2013-09-131-4/+5
* | | Remove unused QPF font engine support.Thiago Macieira2013-09-132-1501/+0
* | | Make nativeOrientation available in the public APIPaul Olav Tvete2013-09-132-0/+19
* | | Fix QWindow::moveEvent documentationLaszlo Agocs2013-09-131-1/+1
|/ /
* | Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-133-1/+200
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-4/+42
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-133-4/+5
* | Push updates to the QPA cursor even when a modal window is shownLaszlo Agocs2013-09-131-5/+6
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-0/+8
* | Implement QFontEngine::harfbuzzFont/Face() with HarfBuzz-NGKonstantin Ritt2013-09-131-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-8/+8
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-8/+8
| |\|
| | * Initialize variables to fix valgrind warning in pnghandler.Friedemann Kleint2013-08-301-8/+8
* | | Fix Android Style plugin.BogDan Vatra2013-09-101-0/+4
* | | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-104-12/+6
* | | Use Qt's own glyph cache with the freetype engine.Gunnar Sletta2013-09-101-2/+1
* | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-103-6/+12
* | | 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