summaryrefslogtreecommitdiff
path: root/src/spice-widget.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Sync only on focus changeclient_syncFrediano Ziglio1-1/+4
2016-12-08gtk: Temporarily ignore the keyboard/mouse grabbing deprecation warningsFrancois Gouget1-1/+26
2016-10-31gtk: Ignore GLib's too-new warnings where we explicitly check its versionFrancois Gouget1-0/+6
2016-10-31gtk: Remove an obsolete commentFrancois Gouget1-1/+0
2016-09-14widget: Inform about transfer failurePavel Grunt1-1/+19
2016-08-26mouse: Fix pointer grabbing in server modeChristophe Fergeau1-0/+11
2016-08-26widget: set keypress-delay to 0 on unix socketMarc-André Lureau1-1/+24
2016-08-26widget: make set_keypress_delay a functionMarc-André Lureau1-9/+17
2016-08-16widget: Fix rendering issues with CSD on WindowsPavel Grunt1-1/+3
2016-07-28spice-widget: init egl only after first gl_scanoutLukas Venhoda1-13/+23
2016-07-27Handle pause key correctlyFrediano Ziglio1-0/+29
2016-07-14SpiceWidget: limit scope of 'area' variableJonathon Jongsma1-3/+1
2016-06-20build-sys: fix win32 buildMarc-André Lureau1-16/+18
2016-06-20widget: fix keyboard ungrab after clickMarc-André Lureau1-0/+2
2016-06-20widget: use scanout offset when using virglMarc-André Lureau1-1/+1
2016-06-16widget: Disable IME context on display widgetFrediano Ziglio1-0/+9
2016-06-13widget: Do not mix function linkageFrediano Ziglio1-1/+5
2016-06-09widget: Do not ignore unsupported keys from keyboardFrediano Ziglio1-18/+20
2016-06-06widget: Avoid using GDK_GRAB_FAILED defined in Gtk 3.16.Pavel Grunt1-5/+7
2016-06-06mingw: Fix -Werror format & missing-prototypesPavel Grunt1-1/+1
2016-06-01Fix many -Werror=format warningsMarc-André Lureau1-6/+6
2016-05-25egl: fix delayed widget realizeMarc-André Lureau1-12/+16
2016-05-25gtk: remove unneeded checkMarc-André Lureau1-1/+0
2016-05-25gtk: rename spicex_* functionsMarc-André Lureau1-14/+13
2016-05-25gtk: move canvas related data in its own structureMarc-André Lureau1-31/+31
2016-05-25spice-widget: Use correct enum valuePavel Grunt1-1/+1
2016-05-19Spice-widget: Use new gdk_event_get_scancode if availableFrediano Ziglio1-3/+19
2016-05-04gtk: fix server-mode mouseMarc-André Lureau1-11/+13
2016-04-22Spice-widget: Allow smaller widget with scaling enabledJavier Celaya1-1/+3
2016-04-18Send Hangul key in KR keyboardTakao Fujiwara1-0/+9
2016-04-18Send key release event for some keys in JP keyboardTakao Fujiwara1-0/+48
2016-04-18Send Zenkaku_Hankaku key in JP keyboardTakao Fujiwara1-2/+40
2016-04-07Do not call spice_egl_cursor_set when egl is disabledPavel Grunt1-1/+2
2016-04-07Use g_clear_pointer if possiblePavel Grunt1-12/+4
2016-04-07Use g_clear_object if possiblePavel Grunt1-18/+4
2016-04-07Use g_object_unref instead of gdk_cursor_unrefPavel Grunt1-6/+6
2016-03-29widget: Avoid combining ternary with another operatorsPavel Grunt1-5/+6
2016-03-24widget: modify update-area to not require primary surfaceMarc-André Lureau1-13/+28
2016-03-24widget: update d->ready based on scanout image availableMarc-André Lureau1-1/+5
2016-03-24widget: make gl-scanout and update-monitor-area privately exportedMarc-André Lureau1-6/+11
2016-03-24display: return NULL in spice_display_get_gl_scanout()Marc-André Lureau1-0/+1
2016-03-24widget: enable egl before updating scanoutMarc-André Lureau1-3/+3
2016-03-24egl: check context is readyMarc-André Lureau1-0/+5
2016-03-24widget: remove superflous WIN32 checkMarc-André Lureau1-2/+0
2016-03-23widget: use allocation instead of window sizeMarc-André Lureau1-5/+4
2016-03-23widget: offset draw updates by widget allocation if necessaryMarc-André Lureau1-8/+23
2016-03-23Avoid to access array with negative numbersFrediano Ziglio1-1/+1
2016-03-21mingw: Fix build failure due to epoxy/egl.h headerFabiano Fidêncio1-1/+26
2016-03-18Adjust to GLib 2.36Pavel Grunt1-1/+0
2016-03-17spice-display: Remove auto-clipboard notifyPavel Grunt1-12/+0