summaryrefslogtreecommitdiffstats
path: root/client/screen.h
Commit message (Collapse)AuthorAgeFilesLines
* spice client: sticky Alt activation when holding an Alt keyYonit Halperin2010-01-031-2/+2
| | | | | | | | | | | Additional changes that were required for the feature: 1) focusing on the pointed window in full screen mode 2) In X11 - handling events that occur during keyboard ungrabbing 3) In X11 - handling Leave/Enter Notify events that occur during keyboard grabbing/ungrabbing 4) In X11 - fix for focus events that are handled in the wrong order (happens when focus events occur during grabbing the keyboard) 5) In X11 - ignoring key release events during key holding 6) In Windows - synchronizing keyboard release events that occured during a modal loop
* spice client: remove timer interface from platform - use Application (via ↵Yonit Halperin2010-01-031-2/+12
| | | | ProcessLoop interface).
* spice client: Transfer all channels run loop from EventsLoop class to ↵Yonit Halperin2010-01-031-3/+3
| | | | ProcessLoop class
* fresh startYaniv Kamay2009-10-141-0/+181