summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0716-59/+126
| |\|
| | * Do not query max samples on glesLaszlo Agocs2014-02-051-0/+2
| | * NPOT texture support in QOpenGLTextureCacheCedric Chedaleux2014-02-041-1/+28
| | * Doc: Fix broken linksSze Howe Koh2014-02-045-8/+5
| | * Fix access after delete with Harfbuzz NG code path.Allan Sandfeld Jensen2014-02-031-1/+3
| | * CMake: don't require GL when build with -no-openglPeter Kümmel2014-02-011-1/+1
| | * Load all available pixmaps in an icon file.Bastiaan Veelo2014-01-301-26/+30
| | * Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-3/+4
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-224-18/+51
| | |\
| | | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-164-18/+51
| | * | Initialize QGuiApplicationPrivate::lastCursorPosition to infFrederik Gladhorn2014-01-211-1/+2
* | | | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-1011-90/+161
* | | | QOpenGLTextureBlitterJorgen Lind2014-02-103-2/+484
* | | | QFontEngineBox: Fix assertion for code points beyond BMPKonstantin Ritt2014-02-091-6/+5
* | | | QWindow: reduce a bit of code duplication.David Faure2014-02-082-7/+12
* | | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-0/+4
* | | | QOpenGLTextureHelper: explain why we use GetProcAddress on Windows / DesktopGLGiuseppe D'Angelo2014-02-071-0/+3
* | | | QOpenGLTexture: fix support for 1D texturesGiuseppe D'Angelo2014-02-072-12/+30
* | | | QOpenGLTextureHelper: fix 3D texture support on ES2Giuseppe D'Angelo2014-02-071-14/+17
* | | | QOpenGLTextureHelper: add a clarifying commentGiuseppe D'Angelo2014-02-071-1/+3
* | | | Optimize stringToCMap() usageKonstantin Ritt2014-02-0710-136/+246
* | | | QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-072-0/+13
* | | | Get rid of SpecialData::addFormatIndicesKonstantin Ritt2014-02-063-54/+35
* | | | Decrease code duplicationKonstantin Ritt2014-02-063-6/+12
* | | | Clean-up some leftoversKonstantin Ritt2014-02-062-6/+3
* | | | Fix japanese text rendering with Harfbuzz-NGKonstantin Ritt2014-02-061-2/+12
|/ / /
* | | Remove TableFormat as FormatType from QTextFormatLars Knoll2014-02-062-1/+3
* | | QOpenGLTextureHelper: de-inline the DSA / DSA emulator wrappersGiuseppe D'Angelo2014-02-062-383/+482
* | | Support empty inline elements in block tags in QTextDocumentEskil Abrahamsen Blomfeldt2014-02-051-1/+1
* | | Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-052-2/+2
* | | Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-045-19/+38
* | | Clean up QPlatformSessionManagerSamuel Gaist2014-02-031-3/+3
* | | QOpenGLTexture: remove typos in the docsGiuseppe D'Angelo2014-02-031-2/+2
* | | QOpenGLTextureHelper: fix the DSA emulationGiuseppe D'Angelo2014-02-032-217/+241
* | | QGuiApplication: Check if window exists before sending double click event.Friedemann Kleint2014-02-031-6/+8
* | | QOpenGLTexture: avoid a QImage detach when uploading texture data from itGiuseppe D'Angelo2014-01-311-1/+1
* | | QOpenGLTexture: Introduce const void * image upload methodsGiuseppe D'Angelo2014-01-313-12/+155
* | | Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-312-1/+8
* | | Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-102/+359
* | | QTextEngine: Make FontEngineCache inaccessible from outsideKonstantin Ritt2014-01-311-0/+2
* | | Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-313-51/+88
* | | Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-302-0/+22
* | | Fixed assert in blend_transformed_tiled_argbOliver Wolff2014-01-301-2/+2
* | | Introduce QTextBlock::textFormats()Konstantin Ritt2014-01-302-1/+53
* | | [QFontEngineBox] Fix incorrect advances for SMP code pointsKonstantin Ritt2014-01-301-4/+11
* | | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-3012-148/+94
* | | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-4/+4
* | | Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-0/+1
* | | Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-1/+2
* | | Fix performance regression in mirroring QBitmapAllan Sandfeld Jensen2014-01-291-1/+2