summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_qpa.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-171-1/+1
|\ | | | | | | | | Conflicts: mkspecs/qws/macx-nacl-g++/qplatformdefs.h
| * Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* | Added extended key event support in QWindowSystemInterface.Samuel Rødal2011-02-241-0/+11
|/ | | | | | | These are needed for compositor applications to be able to send the raw scan codes to the clients. Reviewed-by: Jørgen Lind
* Added window focus handling to lighthouseJørgen Lind2011-01-041-0/+1
| | | | | | The idea is that QPlatformWindows can request focus handling. And when actual focus shifting is done by windowsystem callbacks/events which are sent to QWindowSystemInterface
* Experimental multi-touch implementationPaul Olav Tvete2010-09-081-1/+1
|
* Fix so that eventloop intgration can have 0 timeoutsJørgen Lind2010-07-281-1/+0
|
* Made the rest of QWindowSystemInterface callback functions thread safeJørgen Lind2010-07-211-0/+96
and cleaned up the headerfile