summaryrefslogtreecommitdiff
path: root/gtk/channel-inputs.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-18channel-inputs: Fix sending 00 scancodes to guests with scancode capHans de Goede1-4/+15
2012-09-12channel: Introduce CHANNEL_DEBUG for channel debug logsChristophe Fergeau1-3/+3
2012-08-28inputs: add spice_inputs_key_press_and_release()Marc-André Lureau1-0/+37
2012-08-28util-priv: factor out spice_make_scancode()Marc-André Lureau1-18/+4
2012-07-12migration/channel-inputs: reset motion count after migrationYonit Halperin1-0/+10
2011-12-16spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede1-10/+0
2011-12-09Do not send pointer motion of 0x0Marc-André Lureau1-0/+3
2011-11-23Do not send specific messages in read-onlyMarc-André Lureau1-1/+21
2011-11-07Drop useless memsetMarc-André Lureau1-4/+1
2011-07-18build: fix introspection warningsMarc-André Lureau1-37/+37
2011-06-22factor base message handling in SpiceChannelChristophe Fergeau1-10/+12
2011-01-26gtk: when input channel is not ready, silently drop input eventsMarc-André Lureau1-3/+9
2011-01-12gtk: simplify debugging of coroutine-related pathMarc-André Lureau1-7/+0
2010-12-17gtk: fix windows qxl rendering and warningsMarc-André Lureau1-2/+0
2010-12-09gtk: continue API documentationMarc-André Lureau1-4/+31
2010-12-05gtk: WIP coroutines inputsMarc-André Lureau1-17/+160
2010-11-25gtk: remove spice prefix in default signal handlerMarc-André Lureau1-1/+1
2010-11-25gtk: add raw audio recordingMarc-André Lureau1-1/+1
2010-11-24gtk: add a couple of new TODOMarc-André Lureau1-0/+2
2010-11-24gtk: add SPICE_MSG_DISCONNECTING handlerMarc-André Lureau1-0/+1
2010-11-24gtk: don't send inputs before the channel is ready, or else it will eofMarc-André Lureau1-0/+12
2010-11-24gtk: ensure we sync key locks after connectionMarc-André Lureau1-1/+20
2010-11-24gtk: add missing copyright headersMarc-André Lureau1-0/+17
2010-11-24gtk: sync keyboard lock (X11 only)Marc-André Lureau1-7/+38
2010-11-24gtk: add a flag to turn debug off, SPICE_DEBUG=1 to overrideMarc-André Lureau1-3/+3
2010-11-24gtk: get rid of the remaining assert()Marc-André Lureau1-2/+2
2010-11-24gtk: remove spice- prefix in signal nameMarc-André Lureau1-1/+2
2010-11-24gtk: use g_log functions instead of fprintf and custom handlerMarc-André Lureau1-9/+3
2010-11-24gtk: GObject Introspection supportMarc-André Lureau1-0/+1
2010-11-23drop+improve debug messages. make protocol a session not a channel property.Gerd Hoffmann1-6/+0
2010-11-23inputs fixupsGerd Hoffmann1-10/+30
2010-11-23inputs: add modifier signal.Gerd Hoffmann1-1/+65
2010-11-23rename spice_msg get/put functions to ref/unrefGerd Hoffmann1-6/+6
2010-11-23Add glib objects + gtk widgets for spice.Gerd Hoffmann1-0/+250