summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* spicec-x11: Let the window manager place our window the 1st time (rhbz#662407)Hans de Goede2010-12-162-1/+8
* spicec-x11: Add a class hint to our window managet hintsHans de Goede2010-12-161-1/+10
* spicec: Add a --title cmdline option (rhbz#662452)Hans de Goede2010-12-161-0/+6
* spicec: do not call connect_secure when connect_unsecure fails due to protoco...Arnon Gilboa2010-12-071-5/+7
* client/smartcard: add files to Makefile.am for make distAlon Levy2010-12-071-2/+4
* smartcard: configure option --enable-smartcardAlon Levy2010-12-072-1/+16
* smartcard: client: add keyboard shortcuts for remove/insert virtual cardAlon Levy2010-12-073-0/+54
* smartcard: client side (not enabled yet)Alon Levy2010-12-074-0/+639
* add .gitignore for testsAlon Levy2010-11-301-0/+1
* spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede2010-11-254-2/+34
* spicec: fix ASSERT to accept size == 0Arnon Gilboa2010-11-241-1/+1
* spicec-win: add image copy-paste supportArnon Gilboa2010-11-242-69/+151
* spicec-x11: Fix unhandled exception: no window proc crash (rhbz#655836)Hans de Goede2010-11-231-1/+9
* spicec-x11: Fix modifier keys getting stuck (rhbz#655048)Hans de Goede2010-11-221-0/+10
* spicec-x11: Add a few missing XLockDisplay calls (rhbz#654265)Hans de Goede2010-11-171-0/+6
* spicec: Don't show gui when connection info is specified on the cmdlineHans de Goede2010-11-091-6/+4
* spicec: Remove empty show / hide gui functionsHans de Goede2010-11-092-4/+4
* spicec: Fix info layer sometimes not showingHans de Goede2010-11-091-0/+1
* gitignore: add generated_*, vim temps, pycAlon Levy2010-11-081-0/+4
* spicec-win: ignore MSVCRT.lib in x86 buildArnon Gilboa2010-11-081-2/+3
* spicec: Make cegui log to <app_data_dir>/cegui.logHans de Goede2010-11-051-1/+8
* spicec-x11: Listen for selection owner window destroy / close events tooHans de Goede2010-10-281-3/+15
* client: add verbose link error messagesAlon Levy2010-10-251-1/+19
* spicec-tests: add controller_test (v2)Arnon Gilboa2010-10-254-0/+424
* spicec-win: remove redundent strdup & buggy freeArnon Gilboa2010-10-251-5/+4
* controller: Make menu text utf-8Hans de Goede2010-10-252-22/+19
* spicec-x11: Do not set _NET_WM_USER_TIME to 0 on startupHans de Goede2010-10-252-5/+7
* spicec-win: add x64 to vcproj & sln (v2)Arnon Gilboa2010-10-252-0/+242
* spicec-win: map title string from utf8 to utf16Arnon Gilboa2010-10-251-1/+8
* spicec-win: add #ifndef _WIN64 for u/intptr_t typedefsArnon Gilboa2010-10-241-1/+3
* spicec-win: Replace Set/GetWindowLong to LongPtr for x64 competabilityArnon Gilboa2010-10-241-5/+5
* Remove no longer used wstring_printf functionsHans de Goede2010-10-214-42/+0
* client: Interpret the title control message as utf8 instead of unicode16Hans de Goede2010-10-219-23/+19
* spicec-x11: Change source of controller socket name, fixing CVE-2010-2792Hans de Goede2010-10-211-4/+8
* Make the gui use Application::hide_gui rather then hide_meHans de Goede2010-10-183-5/+3
* spicec-x11: Fix window management under KDEHans de Goede2010-10-182-0/+13
* client: change monitor mode setting <-> fullscreen window mode setting orderHans de Goede2010-10-181-2/+2
* spicec-x11: Change WmSizeHints in fullscreen modeHans de Goede2010-10-182-21/+38
* spicec-x11: Add missing XLockDisplay around XRRSet* callsHans de Goede2010-10-181-0/+10
* client: Do not try to send display_config until we've received the agent capsHans de Goede2010-10-181-9/+4
* spicec: add controllerArnon Gilboa2010-10-187-31/+700
* spicec: add foreign menuArnon Gilboa2010-10-187-10/+574
* spicec-win: move named_pipe definesArnon Gilboa2010-10-172-3/+4
* spicec-win: fix menu id push to free_sys_menu_idArnon Gilboa2010-10-171-1/+1
* spicec: enable multiple CmdLineParser instantiationsArnon Gilboa2010-10-171-0/+5
* spicec: name host paramArnon Gilboa2010-10-171-1/+1
* spicec: add ProcessLoop::on_start_running()Arnon Gilboa2010-10-172-1/+2
* spicec: extract RedScreen::update_menu()Arnon Gilboa2010-10-172-2/+8
* spicec: add menu id & find_sub()Arnon Gilboa2010-10-172-2/+21
* spicec-x11: add support for image copy and pasteHans de Goede2010-10-151-56/+70