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