summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Disable -Wwrite-strings for Python bindingDaniel P. Berrange2012-03-141-1/+1
* Replace %02hhx with %02x in UUID formatDaniel P. Berrange2012-03-131-1/+1
* Avoid 'goto' jumping over variable initializationDaniel P. Berrange2012-03-131-1/+2
* Add missing includes & make some functions staticDaniel P. Berrange2012-03-134-3/+6
* Ensure all no-args methods are declared (void) not ()Daniel P. Berrange2012-03-131-1/+1
* Replace duplicated header declarationsDaniel P. Berrange2012-03-132-4/+0
* Remove arithmetic on void* pointersDaniel P. Berrange2012-03-131-1/+1
* Fix some integer range checks which always evaluate falseDaniel P. Berrange2012-03-132-2/+2
* Fix deprecation warning handlingDaniel P. Berrange2012-03-138-7/+15
* Fix const-correctness of functions & add explicit castsDaniel P. Berrange2012-03-134-11/+11
* Remove non-existant include directories from CFLAGSDaniel P. Berrange2012-03-131-2/+0
* Release v0.11v0.11Marc-André Lureau2012-03-081-1/+1
* Update since annotation for some session propertiesMarc-André Lureau2012-03-081-0/+6
* channel-usbredir: Handle some more usbredirhost_read_guest_data errorsHans de Goede2012-03-082-3/+23
* Do not warn when starting spicy if usbredir is disabledMarc-André Lureau2012-03-071-6/+5
* sasl: sasl authentication failure results in disconnectionMarc-André Lureau2012-03-071-2/+1
* sasl: lower visibility of normal debug messageMarc-André Lureau2012-03-071-2/+2
* Fix semi-seamless migration handlingMarc-André Lureau2012-03-061-42/+25
* Warn if a message is dropped (before connection or after reset)Marc-André Lureau2012-03-051-15/+20
* Support name & uuidMarc-André Lureau2012-03-055-1/+108
* Add a spice-controller-dump testing toolMarc-André Lureau2012-02-293-6/+137
* Add controller foreign menu supportMarc-André Lureau2012-02-296-1/+437
* Fix a few warnings on windows buildMarc-André Lureau2012-02-292-5/+12
* Allow open_fd() to be called with -1Marc-André Lureau2012-02-292-4/+14
* buildsys: Don't link glib-compat.o into libspice-client-gtk.soHans de Goede2012-02-242-1/+1
* Fix building with policykit < 0.101Hans de Goede2012-02-241-0/+19
* Release v0.10v0.10Marc-André Lureau2012-02-231-1/+1
* use :glz-window-size not :glz_window_sizeMarc-André Lureau2012-02-231-1/+1
* usbredir: Add awareness of host/guest side filteringHans de Goede2012-02-223-4/+39
* usbredir: Add a spice_usb_device_manager_can_redirect_device functionHans de Goede2012-02-224-32/+144
* usb-device-widget: Use an info_bar for error messagesHans de Goede2012-02-222-14/+79
* usbredir: Treat the user cancelling the policykit dialog as a cancelHans de Goede2012-02-222-3/+15
* usbredir: Add device rejected errorsHans de Goede2012-02-226-3/+117
* usbredir: Shrink the usb device selection dialog when devices are unpluggedHans de Goede2012-02-201-0/+9
* usbredir: make channel lifetime equal to session lifetimeHans de Goede2012-02-205-75/+120
* usbutil: Add support for getting strings from usb.idsHans de Goede2012-02-202-0/+151
* usbutil: Add a spice_usb_util_get_device_strings helper functionHans de Goede2012-02-203-28/+50
* usb: Move various helper functions into usbutil.[c,h]Hans de Goede2012-02-207-83/+149
* Add controller ENABLE_SMARTCARD messageMarc-André Lureau2012-02-171-0/+4
* widget: fix mouse wrapping failing when the window is outsideMarc-André Lureau2012-02-131-33/+14
* Set keepalive on channel socketNicolas Prochazka2012-02-132-5/+8
* Use an openssl BIO stream using GSocketMarc-André Lureau2012-02-126-6/+152
* Don't warn if setsockopt(TCP_NDELAY) fails with errno==ENOTSUPDaniel P. Berrange2012-02-091-1/+1
* Lower or silence some harmless debug messagesMarc-André Lureau2012-02-032-5/+3
* widget: allow defining a zoom-levelMarc-André Lureau2012-02-012-4/+34
* widget: factor out update_size_request() and scaling_updated()Marc-André Lureau2012-02-011-26/+37
* Report the scaling is 1.0 if the widget isn't realized yetMarc-André Lureau2012-01-311-1/+1
* Do not grab/release the clipboard on guest without clipboard supportMarc-André Lureau2012-01-314-2/+30
* Release 0.9v0.9Hans de Goede2012-01-311-1/+1
* Add a USB device selection widgetHans de Goede2012-01-316-9/+536