summaryrefslogtreecommitdiff
path: root/gtk/spice-widget.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07spice-widget: Fix rendering issue with X11 backend enabledDunrong Huang1-0/+4
2012-11-27win32: fix rendering issue when widget is partially off screenMarc-André Lureau1-1/+1
2012-11-19win32: translate virtual-key code to scancode via MapVirtualKeyMarc-André Lureau1-0/+6
2012-11-18win32: track current window handleMarc-André Lureau1-8/+17
2012-11-14win32: clip and move cursor within window regionMarc-André Lureau1-19/+71
2012-11-12widget: regrab when widget is reconfiguredMarc-André Lureau1-0/+4
2012-11-12widget: don't redraw server mouse until movedMarc-André Lureau1-1/+2
2012-10-23win32: implement disabling mouse accelMarc-André Lureau1-0/+11
2012-10-23move mouse acceleration code in a seperate functionMarc-André Lureau1-23/+28
2012-10-23Fix disabling mouse acceleration on X11Marc-André Lureau1-14/+9
2012-10-17win32: implement sync_keyboard_lock_modifiers()Marc-André Lureau1-0/+35
2012-10-16widget: apply color conversion when creating imageMarc-André Lureau1-2/+14
2012-10-15win32: ignore hardware keycode 255Marc-André Lureau1-1/+7
2012-10-15Add a warning if scancode lookup failedMarc-André Lureau1-0/+3
2012-08-31Fix X11 backendMarc-André Lureau1-1/+19
2012-08-31Update SpiceDisplay:only-downscale documentationMarc-André Lureau1-1/+8
2012-08-30Add only_downscale propertyAlexander Larsson1-2/+22
2012-08-30Centralize scaling handlingAlexander Larsson1-75/+118
2012-08-28widget: differentiate key press & release from press only eventsMarc-André Lureau1-6/+70
2012-08-28widget: add keypress-delay propertyMarc-André Lureau1-0/+27
2012-08-28widget: give more context to send_key()Marc-André Lureau1-9/+14
2012-07-28spice-widget: release mouse grab on keyboard-grab-inhibitHans de Goede1-1/+4
2012-07-16Enable the display early when the widget is created0.12.101Marc-André Lureau1-1/+1
2012-07-16Add SpiceDisplay:ready propertyMarc-André Lureau1-6/+54
2012-07-16widget: use display monitors configurationMarc-André Lureau1-9/+56
2012-07-16Don't attempt to draw an invalid areaMarc-André Lureau1-2/+4
2012-07-16Use monitor_id to compute display_idMarc-André Lureau1-2/+15
2012-07-16widget: don't forget to disconnect all signals handlersMarc-André Lureau1-90/+32
2012-07-16widget: add monitor property with ctorMarc-André Lureau1-2/+46
2012-07-16widget: add main channel before other channelsMarc-André Lureau1-1/+8
2012-07-16display: learn to restrict display to an areaMarc-André Lureau1-64/+96
2012-07-16widget: simplify redraw callMarc-André Lureau1-2/+1
2012-07-06spice-widget: Don't change usbredir/automount settings while redirectingHans de Goede1-6/+19
2012-06-26spice-gtk-session: rename update_keyboard_focus to request_auto_usbredirHans de Goede1-2/+2
2012-06-11misc: use g_value_dup_objectMarc-André Lureau1-1/+2
2012-05-29widget: disconnect session_inhibit_keyboard_grab_changedMarc-André Lureau1-0/+2
2012-05-18Reset grab-sequence on matchMarc-André Lureau1-6/+12
2012-05-18If grab sequence is matched, still send modifier keysMarc-André Lureau1-1/+4
2012-04-27Fix annotations for GrabSequence classDaniel P. Berrange1-4/+4
2012-04-16gtk: scroll event are not received with recent gtk+Marc-André Lureau1-1/+2
2012-04-10Fix cursor hide not hiding in some casesMarc-André Lureau1-7/+11
2012-04-03SpiceDisplay: Fix rounding of mouse motion events with GTK-3.0Hans de Goede1-5/+15
2012-04-03SpiceDisplay: Don't try to scale mouse coordinates when we're not scalingHans de Goede1-1/+1
2012-03-31Handle grab-broken eventMarc-André Lureau1-1/+18
2012-03-31widget: fix invalid memory ref after channel is distroyedMarc-André Lureau1-0/+1
2012-03-21Fix cursor not being shown in client mode in some casesMarc-André Lureau1-2/+2
2012-03-19Hide cursor when it is on a different screen in server modeMarc-André Lureau1-15/+15
2012-03-18Do not grab display widgetMarc-André Lureau1-1/+1
2012-03-13Fix deprecation warning handlingDaniel P. Berrange1-2/+0
2012-02-13widget: fix mouse wrapping failing when the window is outsideMarc-André Lureau1-33/+14