Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-28 | inputs: add spice_inputs_key_press_and_release() | Marc-André Lureau | 1 | -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-20 | doc: gtk-doc cleanup | Marc-André Lureau | 1 | -1/+0 | |
Fix all the unused symbols and a few warnings (a lot left) | |||||
2011-08-31 | doc: various improvements | Marc-André Lureau | 1 | -0/+15 | |
2011-07-18 | build: fix introspection warnings | Marc-André Lureau | 1 | -4/+4 | |
The only one left is related to GOptionGroup, which is not boxed. | |||||
2010-12-09 | gtk: continue API documentation | Marc-André Lureau | 1 | -0/+1 | |
2010-11-25 | gtk: remove spice prefix in default signal handler | Marc-André Lureau | 1 | -1/+1 | |
2010-11-24 | gtk: add missing copyright headers | Marc-André Lureau | 1 | -0/+17 | |
2010-11-24 | gtk: sync keyboard lock (X11 only) | Marc-André Lureau | 1 | -1/+8 | |
2010-11-23 | inputs: add modifier signal. | Gerd Hoffmann | 1 | -0/+3 | |
2010-11-23 | Add glib objects + gtk widgets for spice. | Gerd Hoffmann | 1 | -0/+46 | |