summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix QBlittablePixmapData::fromImageJørgen Lind2010-01-121-1/+1
* application supplied pixmap cursors for minimaldfbJeremy Katz2010-01-111-9/+12
* Added colordepth convenience function in minimaldfbJørgen Lind2010-01-115-1/+20
* Make minimaldfb input more efficientJørgen Lind2010-01-081-0/+1
* Make minimaldfb input more efficientJørgen Lind2010-01-082-5/+15
* Added enter/leave event in minimaldfbJørgen Lind2010-01-074-5/+28
* LinuxInputMouse wheel supportJeremy Katz2010-01-061-0/+10
* VNC mouse wheen supportJeremy Katz2010-01-062-12/+46
* Added DirectFb scrolling to minimaldfbJørgen Lind2010-01-063-3/+24
* fixed minimaldfb input when mouse events that did not get deliveredJørgen Lind2010-01-065-18/+34
* Cleanup properly in minimaldfb inputJørgen Lind2010-01-062-14/+38
* Cleaned up a bit in the cursor codeJørgen Lind2010-01-064-14/+26
* removed an unnecessary call to QDirectFbConvenience::dfbInterface()Jeremy Katz2010-01-061-1/+0
* get cursor hotspot from the graphicJeremy Katz2010-01-051-2/+2
* cleanupJeremy Katz2010-01-051-37/+8
* cursors starting to work. something on screen, but the images are wrongJeremy Katz2010-01-051-1/+7
* working on cursor changes - not at all functional currentlyJeremy Katz2010-01-055-2/+108
* Make sure that premultiplied surfaces are usedJørgen Lind2010-01-055-41/+21
* Fix mouse events.Anders Bakken2010-01-041-1/+1
* Fix setWindowFlags and implement raise()/lower()Anders Bakken2010-01-042-4/+22
* Clear and Flip surface when resizing/creatingAnders Bakken2010-01-041-0/+10
* Release surface before getting a new oneAnders Bakken2010-01-041-0/+4
* Flip OnSync to avoid tearingAnders Bakken2010-01-041-1/+1
* Initialize variables to 0Anders Bakken2010-01-041-3/+3
* Compile with DirectFB < 1.1Anders Bakken2010-01-042-2/+8
* Fix includesAnders Bakken2010-01-043-3/+3
* Use pkg-config/directfb-config to find cflags/libsAnders Bakken2010-01-041-6/+15
* implement window flag get and set methods for VNC and linuxfbJeremy Katz2009-12-302-0/+15
* queue VNC keyboard and mouse events for processing outside socket readyRead()Jeremy Katz2009-12-182-4/+47
* revert queueing of VNC mouse and keyboard eventsJeremy Katz2009-12-182-48/+4
* queued dispatch of keyboard and mouse eventsJeremy Katz2009-12-182-4/+48
* Some cleanup and fix popup and tooltip event propagationJørgen Lind2009-12-168-33/+45
* Minimaldfb: wheeleventJørgen Lind2009-12-112-1/+17
* Minimaldfb: Added keyboard modifiers to keyeventsJørgen Lind2009-12-113-2/+50
* Added keypresses to minimaldfbinputJørgen Lind2009-12-104-2/+23
* copy and paste error :(Jørgen Lind2009-12-092-3/+3
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-12-092-6/+5
|\
| * Fix stupid stride error in qblitter_directfbJørgen Lind2009-12-092-6/+5
* | application supplied bitmap cursors for the testlite backendJeremy Katz2009-12-091-10/+23
|/
* Quick fix for bitmap typeJørgen Lind2009-12-092-4/+5
* Added basic mouseinput support for minimaldfbJørgen Lind2009-12-099-7/+418
* We dont need a new pixmap here :)Jørgen Lind2009-12-091-4/+0
* Delete the surfaceJørgen Lind2009-12-092-1/+6
* fix application supplied image cursorsJeremy Katz2009-12-082-3/+7
* Add experimental OpenKODE supportHarald Fernengel2009-12-0410-0/+873
* caching of X11 cursors, with an expiration after 3 secondsJeremy Katz2009-12-045-60/+282
* Implement setWindowTitle() on LighthousePaul Olav Tvete2009-11-264-0/+25
* move software cursor from QGraphicsSystemCursor into QGraphicsSystemSoftwareC...Jeremy Katz2009-11-266-21/+106
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-11-259-103/+249
|\
| * Cleanup blitter and minimaldfbJørgen Lind2009-11-258-139/+152