summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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