summaryrefslogtreecommitdiff
path: root/gtk/channel-inputs.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-28inputs: add spice_inputs_key_press_and_release()Marc-André Lureau1-0/+1
If the server is capable of SPICE_INPUTS_CAP_SCANCODE, then we send can send a single message with key press and release, to avoid unwanted guest side key repeatition due to network jitter. If the server is not capable, spice-gtk will use some compatibility mode and send the existing DOWN and UP key events seperately.
2012-03-20doc: gtk-doc cleanupMarc-André Lureau1-1/+0
Fix all the unused symbols and a few warnings (a lot left)
2011-08-31doc: various improvementsMarc-André Lureau1-0/+15
2011-07-18build: fix introspection warningsMarc-André Lureau1-4/+4
The only one left is related to GOptionGroup, which is not boxed.
2010-12-09gtk: continue API documentationMarc-André Lureau1-0/+1
2010-11-25gtk: remove spice prefix in default signal handlerMarc-André Lureau1-1/+1
2010-11-24gtk: add missing copyright headersMarc-André Lureau1-0/+17
2010-11-24gtk: sync keyboard lock (X11 only)Marc-André Lureau1-1/+8
2010-11-23inputs: add modifier signal.Gerd Hoffmann1-0/+3
2010-11-23Add glib objects + gtk widgets for spice.Gerd Hoffmann1-0/+46