summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
Commit message (Expand)AuthorAgeFilesLines
* spicec: Remove spice-client watermark (rhbz#662450)Hans de Goede2011-02-021-19/+2
* client: --help should not need platform initializationAlon Levy2011-01-271-32/+58
* client/server: add missing USE_TUNNELAlon Levy2011-01-251-0/+4
* client/server: add missing smartchannel channel security handlingAlon Levy2011-01-251-0/+6
* spicec: Add a --title cmdline option (rhbz#662452)Hans de Goede2010-12-161-0/+6
* smartcard: client: add keyboard shortcuts for remove/insert virtual cardAlon Levy2010-12-071-0/+20
* smartcard: client side (not enabled yet)Alon Levy2010-12-071-0/+45
* spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede2010-11-251-0/+30
* 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-091-0/+4
* spicec: Fix info layer sometimes not showingHans de Goede2010-11-091-0/+1
* client: Interpret the title control message as utf8 instead of unicode16Hans de Goede2010-10-211-2/+2
* Make the gui use Application::hide_gui rather then hide_meHans de Goede2010-10-181-2/+0
* client: change monitor mode setting <-> fullscreen window mode setting orderHans de Goede2010-10-181-2/+2
* spicec: add controllerArnon Gilboa2010-10-181-30/+115
* spicec: add foreign menuArnon Gilboa2010-10-181-3/+71
* client: support clipboard/selection-owner model (v2)Arnon Gilboa2010-10-011-6/+0
* client: Include config.h from common.hAlexander Larsson2010-09-291-4/+0
* Fix warning from OSX compilerAlexander Larsson2010-09-291-4/+1
* client: fix - exit on bad display-effect argumentYonit Halperin2010-08-231-0/+2
* client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy2010-07-291-1/+1
* client: add clipboard supportArnon Gilboa2010-07-191-0/+6
* client: command line arguments for setting windows guest monitors'Yonit Halperin2010-07-191-0/+57
* Make tunnel support optional in client tooAlexander Larsson2010-07-081-0/+4
* Make CEGUI optionalAlon Levy2010-07-011-38/+84
* client: Use ASSERT, not assertAlexander Larsson2010-07-011-1/+1
* fixed unhandled destroy screen in Application:restore_screens_sizeYonit Halperin2010-06-291-1/+1
* Replace log4cpp with custom log functionAlexander Larsson2010-06-281-19/+72
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-3/+3
* Revert "[debug] migration troubleshooting"Gerd Hoffmann2010-05-191-1/+1
* [debug] migration troubleshootingGerd Hoffmann2010-05-191-1/+1
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-4/+4
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin2010-04-061-1/+41
* client: add command line support for ciphers, ca file, and host certificate s...Yonit Halperin2010-03-181-5/+91
* Remove no longer needed CAIRO_CANVAS_CACH_IS_SHARED define and codeAlexander Larsson2010-02-231-8/+0
* Replace custom region implementation with pixman_region32_tAlexander Larsson2010-02-231-5/+15
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-35/+35
* client: add Platform::term_printfYaniv Kamay2010-01-111-28/+38
* client: fix logger init mix-upYaniv Kamay2010-01-111-3/+3
* client: move log file to spicec appdata dirYaniv Kamay2010-01-111-5/+9
* server,client: server authentication for secured channels.Yonit Halperin2010-01-111-2/+8
* spice: on_activate_screen generates on_key_down for any modifier pressedArnon Gilboa2009-12-301-15/+42
* client: add GUI infrastructure + functional login dialogYaniv Kamay2009-12-281-142/+411
* client: smiplify DisconnectedEventYaniv Kamay2009-12-281-15/+11
* client: move visibility change logic from screen to appYaniv Kamay2009-12-281-0/+15
* client: improve screen resizingYaniv Kamay2009-12-281-30/+58
* client: KeyHandler now receive unicode char event in addition to RedKey eventsYaniv Kamay2009-11-301-1/+6
* client: move scan code translation to InputsChannelYaniv Kamay2009-11-301-198/+23
* remove unuse Application::is_cad_pressed()Yaniv Kamay2009-11-301-7/+0