summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-28glib-compat: add G_GNUC_DEPRECATED_FOR0.13.17Marc-André Lureau1-0/+9
2012-08-28misc build fix when --disable-smartcardMarc-André Lureau1-3/+6
2012-08-28widget: differentiate key press & release from press only eventsMarc-André Lureau2-6/+72
2012-08-28widget: add keypress-delay propertyMarc-André Lureau2-0/+28
2012-08-28widget: give more context to send_key()Marc-André Lureau1-9/+14
2012-08-28inputs: add spice_inputs_key_press_and_release()Marc-André Lureau4-0/+40
2012-08-28util-priv: factor out spice_make_scancode()Marc-André Lureau3-18/+26
2012-08-28Update spice-commonMarc-André Lureau1-0/+0
2012-08-28channel-smartcard: do not attach temporary migration channel to smartcardYonit Halperin3-19/+38
2012-08-28migration: copy enable-smartcard/audio/usbredir state to the migrated sessionYonit Halperin3-12/+7
2012-08-28seamless migration: don't reset messages data when swapping channelsYonit Halperin5-11/+25
2012-08-28seamless migration: transfer pending msgs to the destination, instead of send...Yonit Halperin1-4/+8
2012-08-28seamless migration: src and dest servers handshakeYonit Halperin4-18/+158
2012-08-28seamless-migration: update spice-common submoduleYonit Halperin1-3/+3
2012-08-28channel_main: handle SPICE_MSG_AGENT_CONNECTED_TOKENSYonit Halperin1-0/+12
2012-08-28channel-base: remove bad check of SpiceMsgWaitForChannels validityYonit Halperin1-3/+0
2012-08-28Update spice-commonMarc-André Lureau1-0/+0
2012-08-28Release v0.13v0.13Marc-André Lureau2-0/+12
2012-08-26spicy: connect from cli only if hostname and port are providedDunrong Huang1-1/+19
2012-08-10Check --spice-disable-effects parameter validityChristophe Fergeau1-1/+24
2012-08-10Check --spice-color-depth parameter validityChristophe Fergeau1-1/+28
2012-08-09Update spice-commonMarc-André Lureau1-0/+0
2012-08-08build: make spice-controller.pc installation conditionalChristophe Fergeau1-1/+4
2012-08-08build: generate sym-fileChristophe Fergeau3-5/+112
2012-08-07build: add --enable-smartcard=auto supportChristophe Fergeau1-9/+13
2012-08-07build: make controller build optionalChristophe Fergeau2-1/+12
2012-08-05Don't use GDK_THREADS_ENTER/LEAVEMatthias Clasen1-2/+2
2012-07-30Remove "usbredirhost: " prefix from usbredirhost error messagesHans de Goede1-2/+7
2012-07-28channel-display: Set monitors_max to 1 on initHans de Goede1-0/+1
2012-07-28spice-widget: release mouse grab on keyboard-grab-inhibitHans de Goede1-1/+4
2012-07-18Run-time check monitor per display count <= 256Marc-André Lureau1-1/+15
2012-07-16Enable the display early when the widget is created0.12.101Marc-André Lureau1-1/+1
2012-07-16Add SpiceDisplay:ready propertyMarc-André Lureau2-6/+56
2012-07-16Handle MonitorsConfig::max_allowedMarc-André Lureau1-2/+27
2012-07-16main: send monitor config immediatelyMarc-André Lureau1-3/+6
2012-07-16Implement simple monitors alignmentMarc-André Lureau1-3/+69
2012-07-16widget: use display monitors configurationMarc-André Lureau1-9/+56
2012-07-16spicy: disable display when deleting windowMarc-André Lureau1-1/+15
2012-07-16spicy: learn to deal with monitorsMarc-André Lureau1-14/+85
2012-07-16Make-up a MonitorConfig if the server doesn't provide oneMarc-André Lureau1-1/+12
2012-07-16Handle SPICE_MSG_DISPLAY_MONITORS_CONFIGMarc-André Lureau1-0/+33
2012-07-16Don't attempt to draw an invalid areaMarc-André Lureau1-2/+4
2012-07-16Use monitor_id to compute display_idMarc-André Lureau2-4/+17
2012-07-16Document spice_main_send_monitor_config()Marc-André Lureau1-0/+9
2012-07-16widget: don't forget to disconnect all signals handlersMarc-André Lureau1-90/+32
2012-07-16spice_channel_connect() success if state >= CONNECTINGMarc-André Lureau1-1/+1
2012-07-16widget: add monitor property with ctorMarc-André Lureau5-3/+52
2012-07-16Claim SPICE_DISPLAY_CAP_MONITORS_CONFIGMarc-André Lureau1-0/+1
2012-07-16Add spice_display_get_primary()Marc-André Lureau3-1/+51
2012-07-16display: add readonly monitors propertyMarc-André Lureau2-0/+38