summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-237-47/+50
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-167-47/+50
| |\|
| | * Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
| | * Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-101-0/+5
| | * Windows: Show context menu on mouse release.Friedemann Kleint2013-12-102-1/+5
| | * Remove unused function "quadraticRoots"Thiago Macieira2013-12-091-31/+0
| | * Simplify linking to different jpeg libs.Mitch Curtis2013-12-091-2/+4
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-051-0/+2
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-0/+2
| | | |\
| | | | * Use Q_QDOC for Qt namespace declaration in Qt GuiTopi Reinio2013-12-031-0/+2
* | | | | QTextDocument: avoid relocationsMarc Mutz2013-12-231-3/+11
* | | | | Add deleteItems(), needed by QtQuick.LayoutsJan Arve Saether2013-12-211-0/+12
* | | | | Add baseline support to QGridLayoutEngineJan Arve Saether2013-12-201-6/+10
|/ / / /
* | | | Automatically create QPainterPathStroke based on QPenAllan Sandfeld Jensen2013-12-122-0/+22
* | | | Remove the files building AVX codeThiago Macieira2013-12-108-238/+1
* | | | Allow the platform to specify a press and hold delay.Michael Brasser2013-12-106-2/+25
* | | | Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-093-0/+2103
* | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-093-2/+23
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-053-2/+23
| |\| | |
| | * | | Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2
| | * | | QTextEngine: fix layouting of inline objects in right-aligned tabs.David Faure2013-12-051-0/+4
| | * | | Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
| | |/ /