summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/fb_base
Commit message (Expand)AuthorAgeFilesLines
* fix application supplied image cursorsJeremy Katz2009-12-082-3/+7
* move software cursor from QGraphicsSystemCursor into QGraphicsSystemSoftwareC...Jeremy Katz2009-11-262-2/+98
* Report cursor movement to QApplicationPrivate::handleMouseEvent() directlyJeremy Katz2009-11-192-17/+0
* added QGraphicsSystemScreen::topLevelAt(): find the window at a global positionJeremy Katz2009-11-192-2/+2
* Check if a window is minimized before drawing it, or reporting it via topLeve...Jeremy Katz2009-11-171-1/+4
* remove a qDebug() in topLevelAt()Jeremy Katz2009-11-171-1/+0
* Verify that a window is visible before reporting it as the selected toplevelJeremy Katz2009-11-171-1/+2
* remap global mouse event position to the toplevel's coordinatesJeremy Katz2009-11-172-1/+22
* moved top-level raise/lower from QGraphicsSystemScreen to QWindowSurface, tes...Jeremy Katz2009-11-162-0/+14
* lower is to the bottom, not 1 lower, raise is to the top, not 1 higherJeremy Katz2009-11-131-2/+2
* correct the order of window stacking, support raise and lowerJeremy Katz2009-11-132-27/+12
* include fb_base code using fb_base.pri, rather than as a libraryJeremy Katz2009-11-111-0/+2
* Common framebuffer functionality for VNC and linuxfb, cursor event notificationJeremy Katz2009-11-113-0/+318