summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-274-0/+39
* Defer HarfBuzz face loading up until it gets usedKonstantin Ritt2014-01-241-2/+6
* Fix rounding issueKonstantin Ritt2014-01-241-1/+1
* Ref qualified version of QImage::convertToFormatAllan Sandfeld Jensen2014-01-233-1/+35
* Support negative layout spacings (do not assert)Jan Arve Saether2014-01-221-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-2014-16/+1641
|\
| * Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
| * Fix unused-function warning in qdrawhelper.cppThiago Macieira2014-01-161-6/+0
| * MIPS DSP build system fix and additional optimizations.lpapuga2014-01-1410-9/+1628
| * Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-103-0/+9
* | Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-202-32/+63
* | Reduce code duplicationKonstantin Ritt2014-01-202-15/+4
* | Add convenience method QTextFormat::isEmpty()Konstantin Ritt2014-01-202-0/+10
* | Add generic inplace converterAllan Sandfeld Jensen2014-01-183-0/+37
* | Optimize blend_transformed_tiled_argb().Sami Liedes2014-01-181-6/+14
* | Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-182-0/+61
* | Improve caching in ensureColumnAndRowData()Jan Arve Saether2014-01-182-1/+14
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* | Improve code in sizeHint()Jan Arve Saether2014-01-171-30/+9
* | iOS: Don't try to use NEON drawhelpers, we don't build themTor Arne Vestbø2014-01-161-0/+7
* | Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-164-7/+7
* | Optimize INV_PREMULAllan Sandfeld Jensen2014-01-162-7/+11
* | Make qt_memfill{16,32} unconditionalThiago Macieira2014-01-165-40/+23
* | Remove runtime detection of Neon on ARM CPUsThiago Macieira2014-01-166-44/+41
* | Remove runtime detection of SSE2Thiago Macieira2014-01-166-85/+72
* | constify some functions to improve readabilityJan Arve Saether2014-01-152-4/+4
* | Remove unimplemented constructor in QTextEngineEskil Abrahamsen Blomfeldt2014-01-151-1/+0
* | Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-9/+7