index
:
spice/spice-gtk
master
client library using glib and gtk (mirrored from https://gitlab.freedesktop.org/spice/spice-gtk)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtk
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-16
Enable the display early when the widget is created
0.12.101
Marc-André Lureau
1
-1
/
+1
2012-07-16
Add SpiceDisplay:ready property
Marc-André Lureau
2
-6
/
+56
2012-07-16
Handle MonitorsConfig::max_allowed
Marc-André Lureau
1
-2
/
+27
2012-07-16
main: send monitor config immediately
Marc-André Lureau
1
-3
/
+6
2012-07-16
Implement simple monitors alignment
Marc-André Lureau
1
-3
/
+69
2012-07-16
widget: use display monitors configuration
Marc-André Lureau
1
-9
/
+56
2012-07-16
spicy: disable display when deleting window
Marc-André Lureau
1
-1
/
+15
2012-07-16
spicy: learn to deal with monitors
Marc-André Lureau
1
-14
/
+85
2012-07-16
Make-up a MonitorConfig if the server doesn't provide one
Marc-André Lureau
1
-1
/
+12
2012-07-16
Handle SPICE_MSG_DISPLAY_MONITORS_CONFIG
Marc-André Lureau
1
-0
/
+33
2012-07-16
Don't attempt to draw an invalid area
Marc-André Lureau
1
-2
/
+4
2012-07-16
Use monitor_id to compute display_id
Marc-André Lureau
2
-4
/
+17
2012-07-16
Document spice_main_send_monitor_config()
Marc-André Lureau
1
-0
/
+9
2012-07-16
widget: don't forget to disconnect all signals handlers
Marc-André Lureau
1
-90
/
+32
2012-07-16
spice_channel_connect() success if state >= CONNECTING
Marc-André Lureau
1
-1
/
+1
2012-07-16
widget: add monitor property with ctor
Marc-André Lureau
4
-3
/
+51
2012-07-16
Claim SPICE_DISPLAY_CAP_MONITORS_CONFIG
Marc-André Lureau
1
-0
/
+1
2012-07-16
Add spice_display_get_primary()
Marc-André Lureau
3
-1
/
+51
2012-07-16
display: add readonly monitors property
Marc-André Lureau
2
-0
/
+38
2012-07-16
glib-compat: add g_clear_pointer
Marc-André Lureau
1
-0
/
+20
2012-07-16
Change surface_id to a guint32
Marc-André Lureau
2
-3
/
+3
2012-07-16
widget: add main channel before other channels
Marc-André Lureau
1
-1
/
+8
2012-07-16
Add missing agent cap description
Marc-André Lureau
1
-0
/
+1
2012-07-16
display: learn to restrict display to an area
Marc-André Lureau
4
-87
/
+134
2012-07-16
widget: simplify redraw call
Marc-André Lureau
1
-2
/
+1
2012-07-16
usb-device-manager: mingw: connect: cleanup device if it's libdev is missing
Uri Lublin
1
-0
/
+9
2012-07-12
migration/channel-inputs: reset motion count after migration
Yonit Halperin
1
-0
/
+10
2012-07-11
usb-device-manager: do not try to connect a usb device that was removed
Uri Lublin
1
-0
/
+7
2012-07-11
usbutil: be more explicit about usbids_vendor_count usage
Marc-André Lureau
1
-4
/
+5
2012-07-11
usbutil: fix crash on windows
Marc-André Lureau
1
-2
/
+15
2012-07-11
usbutil: look up usb.ids under g_get_system_data_dirs() by default
Marc-André Lureau
2
-23
/
+50
2012-07-10
usb-device-manager: mingw: win driver install callback: add missing ifdef
Uri Lublin
1
-0
/
+2
2012-07-10
win-usb-driver-install: initialize "req" with memset
Uri Lublin
1
-1
/
+2
2012-07-10
usb-device-manager: mingw: ignore "remove" udev event when un/installing a dr...
Uri Lublin
1
-0
/
+10
2012-07-10
usb-device-manager: mingw: keep driver install/uninstall state of a device
Uri Lublin
1
-0
/
+4
2012-07-10
usb-device-manager: add 'state' field to SpiceUsbDeviceInfo
Uri Lublin
1
-0
/
+37
2012-07-10
Win32/mingw: win-usb-dev: skip hubs
Uri Lublin
1
-2
/
+24
2012-07-10
Win32/mingw: usb-device-manager: uninstall win usb driver upon device disconnect
Uri Lublin
1
-5
/
+37
2012-07-10
win-usb-driver-install: add capability to remove (uninstall) a win usb driver
Uri Lublin
2
-20
/
+53
2012-07-10
Windows mingw: usb: Dynamically install a libusb driver for USB devices
Uri Lublin
5
-5
/
+626
2012-07-10
Windows mingw: usb: implement GUdevDevice & GUdevClient for windows
Arnon Gilboa
4
-0
/
+641
2012-07-10
Make SpiceUsbDevice a box for SpiceUsbDeviceInfo, instead of a box for libusb...
Uri Lublin
1
-35
/
+102
2012-07-10
Introduce SpiceUsbDeviceInfo to be kept instead of a libusb_device
Uri Lublin
2
-0
/
+137
2012-07-10
Windows mingw: usb: configure.ac: do not require GUDEV for USBREDIR
Uri Lublin
1
-0
/
+2
2012-07-10
usb-device-manager: mingw: add_dev: ignore already known devices
Uri Lublin
1
-0
/
+8
2012-07-10
usb-device-manager: add a helper function to find a usb device <bus, addr>
Uri Lublin
1
-11
/
+21
2012-07-10
spice_usb_device_get_description: use device-descriptor only to get <vid,pid>
Uri Lublin
1
-6
/
+11
2012-07-10
spice_usb_device_manager_device_error: replace SpiceUsbDevice with libusb_device
Uri Lublin
3
-3
/
+7
2012-07-10
spice_usb_device_manager_auto_connect_cb: use type SpiceUsbDevice for "device"
Uri Lublin
1
-3
/
+3
2012-07-10
spice_usb_device_manager_add_dev: use type SpiceUsbDevice for "device"
Uri Lublin
1
-6
/
+10
[next]