Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-19 | Add channel_reset method | Marc-André Lureau | 1 | -0/+21 | |
This new private method is to reset the channel to its initial state, used by semi-seamless migration | |||||
2011-12-16 | spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOut | Hans de Goede | 1 | -3/+0 | |
All callers of spice_msg_out[_send_internal] unref the message immediately after calling spice_msg_out[_send_internal]. This patch changes the semantics so that spice_msg_out[_send_internal] takes ownership and it is responsible for unref-ing the passed in SpiceMsgOut. This is a preparation patch for changing the buffered write code to use a queue of SpiceMsgOut-s, rather then memcpy the message contents into an intermediate buffer. Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||||
2011-11-23 | Do not send specific messages in read-only | Marc-André Lureau | 1 | -0/+5 | |
2011-11-07 | Drop useless memset | Marc-André Lureau | 1 | -3/+1 | |
Private data in GObject's is initialized to 0's upon constuction | |||||
2011-07-18 | build: fix introspection warnings | Marc-André Lureau | 1 | -21/+21 | |
The only one left is related to GOptionGroup, which is not boxed. | |||||
2011-06-22 | factor base message handling in SpiceChannel | Christophe Fergeau | 1 | -10/+13 | |
Currently, every channel has to define all the server messages it handles, including the "generic" ones. Since it's error prone (easy to forget the handling of default messages in new sources), it's better to move this handling to the base channel class, and to call the parent method when the message is unknown in the ::handle_msg method. On top of this, another factoring that can be done is to make the message handling function generic instead of reimplementing it in every class. Each class would only have to register its own (class-specific) set of handlers. Conflicts: gtk/channel-playback.c gtk/channel-record.c | |||||
2011-06-21 | gtk/audio: announce volume capability | Marc-André Lureau | 1 | -0/+1 | |
2011-06-21 | playback/record: add audio volume properties | Marc-André Lureau | 1 | -0/+109 | |
2011-03-23 | gtk: remove unused variables | Christophe Fergeau | 1 | -10/+0 | |
They were spotted by the clang static analyzer. | |||||
2011-01-12 | gtk: simplify debugging of coroutine-related path | Marc-André Lureau | 1 | -8/+0 | |
2010-12-09 | gtk: continue API documentation | Marc-André Lureau | 1 | -0/+37 | |
2010-12-05 | gtk: WIP coroutines playback & record | Marc-André Lureau | 1 | -5/+58 | |
2010-12-01 | gtk: add CELT recording | Marc-André Lureau | 1 | -7/+104 | |
2010-11-25 | gtk: remove spice prefix in default signal handler | Marc-André Lureau | 1 | -2/+2 | |
2010-11-25 | gtk: add raw audio recording | Marc-André Lureau | 1 | -1/+96 | |
2010-11-24 | gtk: add a couple of new TODO | Marc-André Lureau | 1 | -0/+2 | |
2010-11-24 | gtk: add SPICE_MSG_DISCONNECTING handler | Marc-André Lureau | 1 | -0/+1 | |
2010-11-24 | gtk: add missing copyright headers | Marc-André Lureau | 1 | -0/+17 | |
2010-11-24 | gtk: add a flag to turn debug off, SPICE_DEBUG=1 to override | Marc-André Lureau | 1 | -1/+1 | |
2010-11-24 | gtk: get rid of the remaining assert() | Marc-André Lureau | 1 | -2/+2 | |
2010-11-24 | gtk: remove spice- prefix in signal name | Marc-André Lureau | 1 | -2/+2 | |
2010-11-24 | gtk: use g_log functions instead of fprintf and custom handler | Marc-André Lureau | 1 | -5/+3 | |
2010-11-24 | gtk: GObject Introspection support | Marc-André Lureau | 1 | -0/+1 | |
2010-11-23 | sound: add recording [not finished yet] | Gerd Hoffmann | 1 | -0/+117 | |
2010-11-23 | Add glib objects + gtk widgets for spice. | Gerd Hoffmann | 1 | -0/+0 | |