summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* client/windows: arraysize(inf.bmiColors) == 1 in mingw32Alon Levy2012-01-132-0/+6
* client/windows: fix typo, make error messages uniqueAlon Levy2012-01-131-2/+2
* client/windows/main: mingw32 provides PACKAGE_VERSIONAlon Levy2012-01-131-0/+8
* client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy2012-01-131-0/+3
* client: mingw32 build needs the jpeg_boolean defineAlon Levy2012-01-133-3/+3
* client/common.h: mingw32 fixAlon Levy2012-01-131-2/+2
* client/Makefile.am: mingw32 fixesAlon Levy2012-01-131-1/+14
* client: log command line (rhbz 767581)Alon Levy2012-01-131-0/+7
* client-x11: Fix building with gcc-4.7Hans de Goede2012-01-132-4/+4
* client: screen: fix typo _forec_update_timerUri Lublin2011-12-222-6/+6
* client: RedScreen::RedScreen: fix initialization order of _menu_needs_updateUri Lublin2011-12-221-1/+1
* client: foreign-menu: pass "active" param when creating a ForeignMenu (#769020)Uri Lublin2011-12-203-4/+4
* client: update menu if needed when exiting full-screen mode (#758260)Uri Lublin2011-12-202-1/+7
* client: menu: make RedWindow::set_menu() return an error-code (#758260)Uri Lublin2011-12-203-5/+14
* client controller/foreign_menu: use memmove instead of memcpy in readersUri Lublin2011-12-202-2/+2
* build: remove unused variableMarc-André Lureau2011-12-151-1/+0
* spelling: s/cupture/captureMarc-André Lureau2011-12-144-4/+4
* client: handle the redundant right ctrl windows' message send when a alt-gr i...Gal Hammer2011-11-241-0/+34
* client: handle the redundant right ctrl windows' message send when a alt-gr i...Gal Hammer2011-11-241-11/+14
* client: add xinerama supportArnon Gilboa2011-11-142-0/+149
* client: support semi-seamless migration between spice servers with different ...Yonit Halperin2011-11-024-6/+40
* client: display channel - destroy all surfaces on disconnectYonit Halperin2011-11-022-6/+13
* client: display channel migrationYonit Halperin2011-11-022-14/+153
* client: playback/record channels: implement on_disconnectYonit Halperin2011-11-023-19/+54
* client: main channel migration: do partial cleanup when switching hostsYonit Halperin2011-11-022-0/+11
* client: handle SPICE_MSG_MAIN_MIGRATE_ENDYonit Halperin2011-11-024-11/+187
* client: handle SpiceMsgMainMigrationBegin (semi-seamless migration)Yonit Halperin2011-11-021-3/+20
* client: rewrite surfaces cacheYonit Halperin2011-11-0210-263/+101
* client/x11: reset screen positions in XMonitor::do_restoreChristophe Fergeau2011-10-051-2/+2
* client/x11: fix mode setting in MultyMonScreen::restoreChristophe Fergeau2011-10-051-7/+1
* client/x11: fix typos (finde => find)Christophe Fergeau2011-10-051-7/+7
* client: fix typo commnad=>commandChristophe Fergeau2011-09-202-3/+3
* client: don't crash when booting a Xinerama setupChristophe Fergeau2011-09-191-4/+6
* fix typosChristophe Fergeau2011-09-154-41/+41
* fix bug #692833Marc-André Lureau2011-09-011-1/+7
* client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin2011-08-252-12/+33
* use Xkb to get keyboard modifier maskChristophe Fergeau2011-08-171-23/+2
* fix harmless typo in InputsChannel::handle_modifiersChristophe Fergeau2011-08-171-1/+1
* fix 2 X11 related leaksChristophe Fergeau2011-08-152-4/+8
* channel: fix EVP_PKEY leakChristophe Fergeau2011-08-151-3/+7
* always set VDAgentDisplayConfig::depthChristophe Fergeau2011-08-151-0/+1
* client/red_client: fix broken switch host migration (RHBZ 727969)Alon Levy2011-08-031-0/+1
* Fix typo: treshold -> thresholdLiang Guo2011-08-021-1/+1
* Fix typo: seperator -> separatorLiang Guo2011-08-023-24/+24
* client: fix 30s timeout regressionChristophe Fergeau2011-07-311-2/+7
* fix make distcheckChristophe Fergeau2011-07-221-1/+1
* client: don't die if initial agent timeout triggersChristophe Fergeau2011-07-222-2/+10
* client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messagesChristophe Fergeau2011-07-222-8/+16
* client: split overlong option descriptionsChristophe Fergeau2011-07-221-2/+5
* client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin2011-07-214-50/+55