summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devSergio Ahumada2013-09-278-23/+39
|\
| * Remove code that doesn't do anything.Gunnar Sletta2013-09-261-19/+0
| * Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-255-0/+35
| * Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-252-4/+4
* | QPen: optimize population of dd->dashPatternMarc Mutz2013-09-261-0/+4
|/
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-6/+0
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-235-14/+23
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-233-6/+12
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-5/+0
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-232-2/+11
* 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