summaryrefslogtreecommitdiff
path: root/client/windows/platform.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-06-14client: fix for redundant shift+f11 RHBZ #674532Yonit Halperin1-10/+19
2011-05-03common: add windows.h where required, make gdi_handlers staticMarc-André Lureau1-1/+0
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-01-27client/windows: don't allocate console unless requiredAlon Levy1-9/+27
2010-12-08mingw32 build: check for CXImage, disable if not found (only on mingw32)Alon Levy1-0/+15
2010-12-08mingw32 build: eol fixesAlon Levy1-11/+11
2010-12-08mingw32 build: remove unused, initialize uninitialized, reorder constructor i...Alon Levy1-4/+4
2010-12-08mingw32 build: fix assignement as condition warningAlon Levy1-1/+1
2010-12-08mingw32 build: fix signed/unsigned warnings as errorsAlon Levy1-6/+6
2010-11-24spicec-win: add image copy-paste supportArnon Gilboa1-61/+143
2010-10-11spice-win: handle multiple types on clipboard grab send & receiveArnon Gilboa1-19/+36
2010-10-11spice-win: remove clipboard_changer hackArnon Gilboa1-9/+2
2010-10-11spice-win: handle type VD_AGENT_CLIPBOARD_NONE in Platform::on_clipboard_noti...Arnon Gilboa1-1/+10
2010-10-11spice-win: remove windows-specific bitmap cut & paste supportArnon Gilboa1-17/+0
2010-10-06spicec: Move setting of clipboard_owner to guest to platform codeHans de Goede1-0/+7
2010-10-04spicec-x11: Force processing of ownerchange event when releasing the cbHans de Goede1-0/+1
2010-10-02Keep track of clipboard ownershipHans de Goede1-0/+13
2010-10-02Rename platform clipboard handling functionsHans de Goede1-4/+4
2010-10-01Change VD_AGENT_CLIPBOARD_GRAB to an array of typesHans de Goede1-5/+6
2010-10-01client: support clipboard/selection-owner model (v2)Arnon Gilboa1-52/+212
2010-07-19client: add clipboard supportArnon Gilboa1-0/+90
2010-07-19fix typo DisplayModeListner -> DisplayModeListenerAlon Levy1-1/+1
2010-06-28Replace log4cpp with custom log functionAlexander Larsson1-0/+1
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-16/+16
2010-01-11client: add Platform::term_printfYaniv Kamay1-0/+64
2010-01-11client: move log file to spicec appdata dirYaniv Kamay1-6/+11
2010-01-11server,client: server authentication for secured channels.Yonit Halperin1-0/+19
2010-01-06spice: add missing breakArnon Gilboa1-0/+1
2009-12-30spice: position mouse in primary monitor center after full screen toggleArnon Gilboa1-8/+25
2009-12-28client: add GUI infrastructure + functional login dialogYaniv Kamay1-0/+5
2009-11-18spice: add [pid:tid] to log linesArnon Gilboa1-0/+11
2009-11-18spice: on toggle_full_screen, generate on_key_down if shift is still pressedArnon Gilboa1-2/+19
2009-11-09spice client: calling the timers during modal loop in WindowsYonit Halperin1-0/+52
2009-11-09spice client: remove timer interface from platform - use Application (via Pro...Yonit Halperin1-35/+0
2009-11-09spice client: cosmetic changesYonit Halperin1-1/+1
2009-11-09spice client: creating a general process loop.Yonit Halperin1-179/+48
2009-10-14fresh startYaniv Kamay1-0/+786