summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | get QtWidgets to linkLars Knoll2011-05-076-13/+13
| * | | | | | | | | | | | | | library splitLars Knoll2011-05-071-1/+1
| * | | | | | | | | | | | | | QPixmapFilter will live in QtWidgetsLars Knoll2011-05-051-0/+1
| * | | | | | | | | | | | | | separate QPrinter and QPrintDialogLars Knoll2011-05-044-29/+11
| * | | | | | | | | | | | | | qdrawutil is for QtWidgetsLars Knoll2011-05-045-1232/+0
| * | | | | | | | | | | | | | remove some unused codeLars Knoll2011-05-043-57/+0
| * | | | | | | | | | | | | | QStylePainter belongs in QtWidgetsLars Knoll2011-05-043-290/+0
| * | | | | | | | | | | | | | move platform specific files out of the wayLars Knoll2011-05-0423-10309/+0
| * | | | | | | | | | | | | | split kernel/ up according to the future library splitLars Knoll2011-05-043-1948/+0
| * | | | | | | | | | | | | | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-044-12/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | remove dependency to QStyle::visualAlignmentLars Knoll2011-05-041-2/+2
| * | | | | | | | | | | | | | | Get rid of QCustomRasterPaintDevice / QWS stuff in raster engine.Samuel Rødal2011-05-044-1139/+44
| * | | | | | | | | | | | | | | Get rid of remaining QWidget dependencies in QPainter.Samuel Rødal2011-05-044-129/+33
| * | | | | | | | | | | | | | | Remove QWidget dependency in QPainter::initFrom().Samuel Rødal2011-05-044-10/+14
| * | | | | | | | | | | | | | | Get rid of unused window surfaces.Samuel Rødal2011-05-0412-1933/+1
| * | | | | | | | | | | | | | | even less QT3_SUPPORTLars Knoll2011-05-035-266/+0
| * | | | | | | | | | | | | | | remove obsolete stuffLars Knoll2011-05-0313-1132/+0
| * | | | | | | | | | | | | | | remove postscript support from QtLars Knoll2011-05-035-1147/+17
| * | | | | | | | | | | | | | | remove more QApplication dependenciesLars Knoll2011-05-035-16/+9
| * | | | | | | | | | | | | | | remove a few qapplication includesLars Knoll2011-05-034-4/+0
| * | | | | | | | | | | | | | | rename qwindow_qpa to qwindowLars Knoll2011-05-032-3/+3
| * | | | | | | | | | | | | | | QGuiApplication is not QPA specificLars Knoll2011-05-032-3/+2
| * | | | | | | | | | | | | | | remove a unneeded reference to qbackingstoreLars Knoll2011-05-031-1/+0
| * | | | | | | | | | | | | | | remove the graphicssystem code paths.Lars Knoll2011-05-0316-1439/+1
| * | | | | | | | | | | | | | | remove a not required include.Lars Knoll2011-05-031-1/+0
| * | | | | | | | | | | | | | | split the HexString template class out of qstylehelperLars Knoll2011-05-034-4/+4
| * | | | | | | | | | | | | | | QWS removal, part 2Lars Knoll2011-05-021-31/+5
| * | | | | | | | | | | | | | | remove Qt/Embedded.Lars Knoll2011-05-029-6452/+0
| * | | | | | | | | | | | | | | Properly handle the expose event for QWindow.Samuel Rødal2011-05-021-0/+2
| * | | | | | | | | | | | | | | Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-294-80/+47
* | | | | | | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-123-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Correctly position aliased lines with flat capsLars Knoll2011-08-312-28/+32
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove all non-const operator==Harald Fernengel2011-08-092-10/+0
* | | | | | | | | | | | | | Use more numerically robust algorithm to compute QBezier::pointAt().Alan Alpert2011-08-051-18/+18
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Making cached glyphs drawing check clearerJiang Jiang2011-07-253-5/+13
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fixed clipping errors for non-extended paint engines.Samuel Rødal2011-07-211-0/+9
* | | | | | | | | | | | Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-212-44/+33
* | | | | | | | | | | | Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-201-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Remove more references to demos.Casper van Donderen2011-07-081-1/+1
* | | | | | | | | | | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-072-34/+34
* | | | | | | | | | | Fix bidi reordering when part of text is rendered by fallback fontEskil Abrahamsen Blomfeldt2011-07-061-1/+13
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Update the documentation after moving examples.Casper van Donderen2011-07-052-5/+5
* | | | | | | | | | Move some other examples around in the docs.Casper van Donderen2011-07-053-16/+16
* | | | | | | | | | Doc: Fixing typoSergio Ahumada2011-07-051-1/+1
* | | | | | | | | | Move the composition example in the docs.Casper van Donderen2011-07-011-2/+2
* | | | | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-07-011-0/+2
* | | | | | | | | | Remove QPainter::UniteClipGunnar Sletta2011-06-285-44/+7
* | | | | | | | | | Remove code with no consquenceGunnar Sletta2011-06-282-35/+0
* | | | | | | | | | Change references to affine example.Casper van Donderen2011-06-283-6/+6
* | | | | | | | | | Fix problem with cosmetic stroking of cubic beziersaavit2011-06-271-2/+2