summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-11-271-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Implement setWindowTitle() on LighthousePaul Olav Tvete2009-11-261-0/+1
| * | | | | | | | | | | | added some documentation for QGraphicsSystemCursorJeremy Katz2009-11-261-1/+43
| |/ / / / / / / / / / /
| * | | | | | | | | | | move software cursor from QGraphicsSystemCursor into QGraphicsSystemSoftwareC...Jeremy Katz2009-11-262-91/+5
| * | | | | | | | | | | remove an unused member from QGraphicsSystemCursorJeremy Katz2009-11-261-1/+0
| * | | | | | | | | | | QGraphicsSystemCursor::getInstance() method to replace direct instance pointe...Jeremy Katz2009-11-251-1/+3
| * | | | | | | | | | | Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-11-254-41/+73
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Cleanup blitter and minimaldfbJørgen Lind2009-11-252-6/+28
| | * | | | | | | | | | | Made the blitter api work in lighthouseJørgen Lind2009-11-254-27/+33
| | * | | | | | | | | | | Added QBlittablePixmapDataJørgen Lind2009-11-253-19/+23
| * | | | | | | | | | | | simplify QGraphicsSystemCursor, update vnc and testlite pluginsJeremy Katz2009-11-252-18/+6
| |/ / / / / / / / / / /
| * | | | | | | | | | | recalculate the cursor's current QRect when changing the cursor graphicJeremy Katz2009-11-242-4/+15
| * | | | | | | | | | | mark the screen dirty after a cursor changeJeremy Katz2009-11-241-0/+2
| * | | | | | | | | | | CompilePaul Olav Tvete2009-11-191-0/+2
| * | | | | | | | | | | Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Paul Olav Tvete2009-11-194-8/+21
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Report cursor movement to QApplicationPrivate::handleMouseEvent() directlyJeremy Katz2009-11-193-6/+6
| | * | | | | | | | | | | added QGraphicsSystemScreen::topLevelAt(): find the window at a global positionJeremy Katz2009-11-193-2/+15
| * | | | | | | | | | | | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-1941-289/+537
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | moved top-level raise/lower from QGraphicsSystemScreen to QWindowSurface, tes...Jeremy Katz2009-11-162-3/+3
| * | | | | | | | | | | | remove an unnecessary call to QGraphicsSystemScreen::setDirty()Jeremy Katz2009-11-161-1/+0
| * | | | | | | | | | | | support raise/lower for widgets that are a lighthouse windowJeremy Katz2009-11-131-0/+3
| * | | | | | | | | | | | Starting to implement grabWindow() for LighthousePaul Olav Tvete2009-11-122-1/+19
| * | | | | | | | | | | | Support for override cursors, and fixed cursor change without a widget enter/...Jeremy Katz2009-11-122-12/+18
| * | | | | | | | | | | | Common framebuffer functionality for VNC and linuxfb, cursor event notificationJeremy Katz2009-11-114-1/+704
| * | | | | | | | | | | | Adding the blitter paint engineJørgen Lind2009-11-095-0/+737
| * | | | | | | | | | | | Make QGraphicsSystemScreen a QObjectAnders Bakken2009-10-302-1/+7
| * | | | | | | | | | | | WinId for toplevel windows.Paul Olav Tvete2009-10-222-0/+7
| * | | | | | | | | | | | Merge branch '4.6' into lighthousePaul Olav Tvete2009-10-1414-256/+388
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update to the latest version of the copyright headers.Paul Olav Tvete2009-09-302-8/+8
| * | | | | | | | | | | | | Merge branch '4.6' into lighthousePaul Olav Tvete2009-09-30165-927/+1201
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Please welcome the Lighthouse Research Project!Paul Olav Tvete2009-09-0712-13/+398
* | | | | | | | | | | | | | | Merge remote branch 'origin/master' into qt-master-from-4.7Thiago Macieira2010-07-152-15/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Support glyphs that are wider than default width in texture glyph cacheEskil Abrahamsen Blomfeldt2010-07-151-2/+6
| * | | | | | | | | | | | | | | Support text decoration in QPainter::drawGlyphs()Eskil Abrahamsen Blomfeldt2010-07-141-13/+55
* | | | | | | | | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-1517-363/+702
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-072-10/+8
| * | | | | | | | | | | | | | Moved primitive SSE2 painting utilities to qdrawingprimitive_sse2_p.hJohn Brooks2010-07-073-157/+218
| * | | | | | | | | | | | | | Move logic for building SIMD extensions to gui.proJohn Brooks2010-07-071-145/+7
| * | | | | | | | | | | | | | Warn when drawPixmapFragments is called with an invalid source rectAndy Shaw2010-07-051-0/+9
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-031-8/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-021-8/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Consolidate zlib configuration redundancyMark Brand2010-07-021-8/+1
| * | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7mread2010-07-0215-127/+543
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Avkon removal configured with -no-s60mread2010-07-011-2/+2
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Don't do alpha/opaque check which might cause a conversion and later pointer ...Michael Dominic K2010-07-021-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fixed bug in drawTiledPixmap when width of pixmap matches target rect.Samuel Rødal2010-07-011-1/+2
| * | | | | | | | | | | | | | Improved performance of 16 bit memrotates using NEON instructions.Samuel Rødal2010-07-017-22/+310
| * | | | | | | | | | | | | | Export various symbols needed to make a custom GL graphicssystem.Michael Dominic K2010-06-301-1/+1
| * | | | | | | | | | | | | | Made -graphicssystem trace work with Qt::TextBypassShaping flag.Samuel Rødal2010-06-291-1/+1