summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid stride error in qblitter_directfbJørgen Lind2009-12-092-6/+5
* 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
| * Made the blitter api work in lighthouseJørgen Lind2009-11-257-61/+194
* | simplify QGraphicsSystemCursor, update vnc and testlite pluginsJeremy Katz2009-11-254-41/+16
|/
* Cursor shapes for the testlite backendPaul Olav Tvete2009-11-245-2/+155
* missing ) in QVNCCursor::setCursorJeremy Katz2009-11-191-1/+1
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Paul Olav Tvete2009-11-195-23/+8
|\
| * Add a cursor to linuxfbJeremy Katz2009-11-191-0/+1
| * Report cursor movement to QApplicationPrivate::handleMouseEvent() directlyJeremy Katz2009-11-194-21/+5
| * added QGraphicsSystemScreen::topLevelAt(): find the window at a global positionJeremy Katz2009-11-192-2/+2
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-194-15/+6
|\ \ | |/ |/|
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-131-0/+2
| |\
| | * Added UIDs to projects lacking themMiikka Heikkinen2009-11-041-0/+2
| * | Fixed up qttracereplay and trace graphicsystem a bit.Gunnar Sletta2009-11-091-0/+1
| |/
| * Compilation failure for OpenGL and OpenVG graphic system plugins whenKeith Isdale2009-11-021-8/+2
| * Compilation failure for OpenGL and OpenVG graphic system plugins whenKeith Isdale2009-11-021-2/+8
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-13/+1
* | 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-164-0/+27
* | 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
* | Starting to implement grabWindow() for LighthousePaul Olav Tvete2009-11-122-0/+10
* | send client cursor via QVNCServer checkUpdate(), rather than asynchronouslyJeremy Katz2009-11-112-4/+9
* | include fb_base code using fb_base.pri, rather than as a libraryJeremy Katz2009-11-113-3/+6
* | Common framebuffer functionality for VNC and linuxfb, cursor event notificationJeremy Katz2009-11-1117-1121/+436
* | Using the correct geometryJørgen Lind2009-11-093-5/+8
* | Compile after latest qvfbhdr changesPaul Olav Tvete2009-11-041-5/+3
* | initial commit of minimaldfbJørgen Lind2009-11-036-0/+590
* | Use correct keycode for Ctrl+<letter>Paul Olav Tvete2009-11-021-4/+6
* | lighthouse VNC cursor supportJeremy Katz2009-10-308-7/+829
* | WinId for toplevel windows.Paul Olav Tvete2009-10-222-0/+9
* | consolidate repainting of multiple QRects for the VNC displayJeremy Katz2009-10-191-2/+1
* | consolidate repainting of multiple QRects for the VNC displayJeremy Katz2009-10-192-20/+61
* | Adjustable screen size for VNCPaul Olav Tvete2009-10-161-1/+10
* | Allow VNC top level widgits to be hiddenJeremy Katz2009-10-163-2/+14
* | Fix popup mouse event delivery and start implementing enter/leave eventsPaul Olav Tvete2009-10-154-7/+50
* | Merge branch '4.6' into lighthousePaul Olav Tvete2009-10-141-0/+10
|\ \ | |/