summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-139-28/+28
* qguiapplication_p.h: Compile fix for Android.Friedemann Kleint2014-01-131-1/+1
* Introduce a way of explicit selection of the platform themeŁukasz 'sil2100' Zemczak2014-01-131-6/+17
* Use new connect syntaxFrederik Gladhorn2014-01-101-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-106-16/+9
|\
| * Fix unused function warnings in qtriangulator.cppThiago Macieira2014-01-101-7/+2
| * QPdfWriter - Fix setting of marginsJohn Layt2014-01-091-0/+2
| * QPdfPaintEngine - Remove postscript flagJohn Layt2014-01-092-5/+2
| * QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-2/+1
| * QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-061-2/+2
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-103-1/+4
* | Avoid unnecessary double conversion over ARGB32 and ARGB32PMAllan Sandfeld Jensen2014-01-103-59/+52
* | Clean up qimage.cpp by moving all the conversions methods outAllan Sandfeld Jensen2014-01-104-2114/+2167
* | Use the default height (not 0) if only width is specifiedJan Arve Saether2014-01-091-8/+7
* | Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-084-110/+308
* | Fixes: 32 bit and alpha bmp format image readingaavit2014-01-081-46/+61
* | Add takeTexture() to QOpenGLFramebufferObjectLaszlo Agocs2014-01-073-41/+97
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-035-4/+6
|\|
| * Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
| * REG: Fix support for strings spanning multiple font enginesEskil Abrahamsen Blomfeldt2014-01-031-1/+1
| * Fix some typos in documentation.Jeff Tranter2014-01-022-2/+2
| * Accessibility: Do not assert when a widget doesn't have a QAIFrederik Gladhorn2014-01-021-0/+2
* | RValue ref version of QPixmap::fromImage()Allan Sandfeld Jensen2014-01-025-1/+42
* | QImageReader: simplify _qt_BuiltInFormatsMarc Mutz2013-12-251-16/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-247-17/+56
|\|
| * Doc: suppress documentation of methods users shouldn't useThiago Macieira2013-12-211-0/+2
| * Doc: corrected broken linksNico Vertriest2013-12-201-2/+2
| * Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-191-2/+42
| * Fix build with HarfBuzz-NG older than 0.9.20Konstantin Ritt2013-12-171-1/+1
| * Fix build with -WerrorKonstantin Ritt2013-12-172-2/+2
| * Use #pragma warning(push) and pop to control our warningsThiago Macieira2013-12-161-1/+2
| * Fix strings in QImageWriter.ABBAPOH2013-12-161-9/+5