summaryrefslogtreecommitdiffstats
path: root/client/inputs_channel.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
| | | | Remove any blank lines at the end of all source files
* client inputs: stop blinking keyboard when out of focusMarc-André Lureau2010-12-301-0/+2
| | | | | | | | | | We could introduce another boolean to prevent changes, or just reuse _active_modifiers_event = true to prevent further update. Additionaly this patch restore the keyboard state when focusing out, which is fine when dealing with full remote desktop, but should be reconsidered if/when SPICE supports remote windows managed by client window manager for instance, imho.
* Fix various misspellingsAlexander Larsson2010-07-081-1/+1
| | | | | | | | | | | | | letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-221-2/+2
| | | | This is required to support multiple versions
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-2/+2
| | | | | | This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
* client: move scan code translation to InputsChannelYaniv Kamay2009-11-301-2/+18
|
* client: split inputs handlerYaniv Kamay2009-11-301-1/+1
|
* client: interactive screen layerYaniv Kamay2009-11-301-1/+4
|
* fresh startYaniv Kamay2009-10-141-0/+76