summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-15NEWS: update for v0.6v0.6Marc-André Lureau1-0/+11
2011-04-15TODO: updateMarc-André Lureau1-2/+3
2011-04-15gtk/display: move some RANDR code to X11 fileMarc-André Lureau4-16/+25
2011-04-15build: fix make distcheckMarc-André Lureau1-0/+4
2011-04-13Merge commit 'refs/merge-requests/6' of git://gitorious.org/spice-gtk/spice-g...Marc-André Lureau6-46/+43
2011-04-13gtk/map-file: fix spice_main_send_monitor_config function nameMarc-André Lureau1-1/+1
2011-04-11gtk/controller: fix build with non-default argumentsMarc-André Lureau1-1/+1
2011-04-11gtk: fix "set but not used" gcc 4.6 warningsChristophe Fergeau3-32/+15
2011-04-11python_modules/codegen.py: fix indent error in an unused functionAlon Levy1-1/+1
2011-04-11demarshaller/marshaller fix gcc 4.6.0Alon Levy2-9/+21
2011-04-11codegen: avoid creating out if not used (fix gcc 4.6.0 warning)Alon Levy1-3/+5
2011-04-11mingw32 build: python_modules/marshal: use unsigned for for_loop index variableAlon Levy1-1/+1
2011-04-10gtk/spicy: do not show again toolbar when going full-screen, if mark receivedMarc-André Lureau1-2/+4
2011-04-10gtk: calling connect() on a connecting channel is fineMarc-André Lureau1-0/+6
2011-04-10gtk: allow to drag-and-drop between displays / windowsMarc-André Lureau1-1/+4
2011-04-10gtk/controller: install spice-controller libraryMarc-André Lureau6-12/+32
2011-04-09common: fix build error of used uninitializedMarc-André Lureau1-1/+1
2011-04-08TODO: updateMarc-André Lureau1-5/+4
2011-04-08build: fix gtk/controller/Makefile valac line which had custom.vapiMarc-André Lureau1-1/+1
2011-04-08Merge commit 'refs/merge-requests/5' of git://gitorious.org/spice-gtk/spice-g...Marc-André Lureau1-14/+0
2011-04-08gtk: don't send MonitorConfig after agent startMarc-André Lureau2-3/+5
2011-04-08gtk: introduce more complete spice_main_send_monitor_config()Marc-André Lureau4-22/+79
2011-04-08gtk: add disable-display-positionMarc-André Lureau3-3/+26
2011-04-08gtk: remove unnecessary invalidate mark signalMarc-André Lureau1-9/+0
2011-04-08gtk: send FALSE mark when destroying the primary surface after 1s...Marc-André Lureau1-0/+37
2011-04-08gtk: hide the cursor after setting itMarc-André Lureau1-2/+2
2011-04-08gtk/spicy: hide the display if mark is FALSEMarc-André Lureau1-0/+2
2011-04-08gtk/spicy: update status of all windowsMarc-André Lureau1-12/+28
2011-04-08gtk/spicy: only show window when we receive the markMarc-André Lureau1-2/+13
2011-04-08gtk: not having a window is not critical, if the widget is not yet shownMarc-André Lureau1-3/+14
2011-04-08gtk: fixup clipboard_by_guest trackingHans de Goede1-5/+15
2011-04-08gtk: Clear hasdata when we do a clipboard_set_with_dataHans de Goede1-0/+2
2011-04-08gtk: receiving a grab from the agent implies releasing our ownHans de Goede1-4/+5
2011-04-08gtk: use a separate var to keep track of self caused new clipboard owner eventsHans de Goede3-5/+10
2011-04-05gtk: take selection into account in clipboard_releaseHans de Goede1-1/+4
2011-04-05gtk: only release clipboard when neither guest nor client own itMarc-André Lureau1-2/+3
2011-04-04gtk: fix multi-head support by sync the display cacheMarc-André Lureau2-2/+32
2011-04-04gtk: add some debugging in glz decoder and avoid crashesMarc-André Lureau2-0/+6
2011-04-04gtk: display now use the cache from the sessionMarc-André Lureau2-68/+42
2011-04-03gtk: the caches are shared with the sessionMarc-André Lureau2-0/+67
2011-04-03common: get rid of abort() in canvasesMarc-André Lureau5-167/+220
2011-04-03common: remove unnecessary outdated c++ debugMarc-André Lureau1-3/+0
2011-04-01configure.ac: remove detection of WARN_UNUSED_RESULTChristophe Fergeau1-14/+0
2011-04-01adding THANKSMarc-André Lureau2-0/+7
2011-04-01configure.ac: remove unused testsChristophe Fergeau1-31/+0
2011-03-31gtk: correct CLIPBOARD_LAST so that array are sized correctlyMarc-André Lureau1-1/+1
2011-03-31gtk: show cursor when cursor-moveMarc-André Lureau2-2/+13
2011-03-31gtk: fix handling of incoming large clipboard dataMarc-André Lureau1-15/+19
2011-03-31gtk: multi-clipboard improvementsMarc-André Lureau2-26/+40
2011-03-30build: fix make distMarc-André Lureau5-16/+35