summaryrefslogtreecommitdiff
path: root/client/application.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-20client: foreign-menu: pass "active" param when creating a ForeignMenu (#769020)Uri Lublin1-1/+1
2011-09-20client: fix typo commnad=>commandChristophe Fergeau1-2/+2
2011-08-25client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin1-10/+30
2011-07-22client: split overlong option descriptionsChristophe Fergeau1-2/+5
2011-07-21client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin1-45/+50
2011-07-21spicec: Make loglevel configurable through the environmentHans de Goede1-0/+7
2011-07-19client: add missing "," in option listChristophe Fergeau1-1/+1
2011-07-18client: improve WAN option descriptionChristophe Fergeau1-2/+2
2011-06-14client: fix for redundant shift+f11 RHBZ #674532Yonit Halperin1-0/+4
2011-05-12client: fix return code when missing hostAlon Levy1-0/+1
2011-05-03client: make use of ssl_verify.cMarc-André Lureau1-8/+11
2011-05-03s/USE_OGL/USE_OPENGLChristophe Fergeau1-3/+3
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-05-03autotools: correctly build canvas-related codeChristophe Fergeau1-2/+4
2011-04-18client: skip spaces in --host-subjectChristophe Fergeau1-1/+8
2011-04-18client: add --version cmdline option to spicecChristophe Fergeau1-1/+9
2011-04-18client: s/AVAILIBLE/AVAILABLE in CmdLineParserChristophe Fergeau1-1/+1
2011-03-11client: Don't handle hotkeys while sticky alt is activeHans de Goede1-4/+6
2011-03-08client/smartcard: handle the --smartcard-db optionAlon Levy1-1/+4
2011-01-27client: fix broken vs2008 buildAlon Levy1-2/+0
2011-01-27client: --help should not need platform initializationAlon Levy1-32/+58
2011-01-25client/server: add missing USE_TUNNELAlon Levy1-0/+4
2011-01-25client/server: add missing smartchannel channel security handlingAlon Levy1-0/+6
2010-12-16spicec: Remove spice-client watermark (rhbz#662450)Hans de Goede1-19/+2
2010-12-16spicec: Add a --title cmdline option (rhbz#662452)Hans de Goede1-0/+6
2010-12-08mingw32 build: use PRIu64 instead of llAlon Levy1-2/+6
2010-12-08mingw32 build: fix signed/unsigned warnings as errorsAlon Levy1-2/+2
2010-12-07smartcard: client: add keyboard shortcuts for remove/insert virtual cardAlon Levy1-0/+20
2010-12-07smartcard: client side (not enabled yet)Alon Levy1-0/+45
2010-11-25spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede1-0/+30
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 Goede1-0/+4
2010-11-09spicec: Fix info layer sometimes not showingHans de Goede1-0/+1
2010-10-21client: Interpret the title control message as utf8 instead of unicode16Hans de Goede1-2/+2
2010-10-18Make the gui use Application::hide_gui rather then hide_meHans de Goede1-2/+0
2010-10-18client: change monitor mode setting <-> fullscreen window mode setting orderHans de Goede1-2/+2
2010-10-18spicec: add controllerArnon Gilboa1-30/+115
2010-10-18spicec: add foreign menuArnon Gilboa1-3/+71
2010-10-01client: support clipboard/selection-owner model (v2)Arnon Gilboa1-6/+0
2010-09-29client: Include config.h from common.hAlexander Larsson1-4/+0
2010-09-29Fix warning from OSX compilerAlexander Larsson1-4/+1
2010-08-23client: fix - exit on bad display-effect argumentYonit Halperin1-0/+2
2010-07-29client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy1-1/+1
2010-07-19client: add clipboard supportArnon Gilboa1-0/+6
2010-07-19client: command line arguments for setting windows guest monitors'Yonit Halperin1-0/+57
2010-07-08Make tunnel support optional in client tooAlexander Larsson1-0/+4
2010-07-01Make CEGUI optionalAlon Levy1-38/+84
2010-07-01client: Use ASSERT, not assertAlexander Larsson1-1/+1
2010-06-29fixed unhandled destroy screen in Application:restore_screens_sizeYonit Halperin1-1/+1
2010-06-28Replace log4cpp with custom log functionAlexander Larsson1-19/+72