summaryrefslogtreecommitdiff
path: root/client/inputs_channel.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-08-17fix harmless typo in InputsChannel::handle_modifiersChristophe Fergeau1-1/+1
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-03-01Fix keyb modifiers not syncing from client to client os (rhbz#679467)Hans de Goede1-0/+2
2010-12-30client inputs: stop blinking keyboard when out of focusMarc-André Lureau1-1/+13
2010-07-08Fix various misspellingsAlexander Larsson1-4/+4
2010-06-22Convert client to use indirect calls for message marshallingAlexander Larsson1-14/+15
2010-06-18Switch client to use generated marshallersAlexander Larsson1-21/+35
2010-06-18Client: Use the autogenerated demarshallersAlexander Larsson1-15/+12
2010-06-18Use the new enums for keyboard modifier flagsAlexander Larsson1-3/+3
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-45/+45
2009-11-30client: move scan code translation to InputsChannelYaniv Kamay1-2/+188
2009-11-30client: split inputs handlerYaniv Kamay1-2/+4
2009-11-30client: interactive screen layerYaniv Kamay1-0/+35
2009-11-18spice: on toggle_full_screen, generate on_key_down if shift is still pressedArnon Gilboa1-2/+2
2009-11-09spice client: creating a general process loop.Yonit Halperin1-5/+5
2009-10-14fresh startYaniv Kamay1-0/+360