summaryrefslogtreecommitdiff
path: root/client/x11
AgeCommit message (Expand)AuthorFilesLines
2010-03-24configure.ac: client: replace $(top_srcdir) in x11/Makefile.am (subdir config)Alexander Larsson1-89/+92
2010-03-11Explicitly depend on various X libraries, and -pthreadSøren Sandmann Pedersen1-1/+5
2010-03-11New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson1-0/+1
2010-03-10Define __STDC_LIMIT_MACROS for c++ code to get SIZE_MAXAlexander Larsson1-0/+1
2010-03-10Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson4-5/+0
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson1-1/+1
2010-02-23Remove qcairo dependency, only use pixmanAlexander Larsson1-2/+2
2010-02-23Remove cairo use in clientAlexander Larsson4-118/+149
2010-02-23Remove no longer needed CAIRO_CANVAS_CACH_IS_SHARED define and codeAlexander Larsson1-1/+0
2010-02-23Replace custom region implementation with pixman_region32_tAlexander Larsson1-1/+4
2010-02-23Add line rasterizerAlexander Larsson1-0/+1
2010-02-23Add pixman utilitiesAlexander Larsson1-0/+1
2010-02-10Fix delete vs delete[] mismatchesAlexander Larsson1-1/+1
2010-02-04Use the new header namesAlexander Larsson1-1/+1
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson6-199/+199
2010-02-04Depend on spice-protocol moduleAlexander Larsson1-0/+1
2010-02-04Filter out XIM X eventsAlexander Larsson1-0/+4
2010-01-11client: add Platform::term_printfYaniv Kamay1-0/+8
2010-01-11client: fix logger init mix-upYaniv Kamay1-1/+7
2010-01-11client: move log file to spicec appdata dirYaniv Kamay1-5/+14
2010-01-11server,client: server authentication for secured channels.Yonit Halperin1-0/+14
2010-01-04client: use spice icon instead-of solidice iconYaniv Kamay1-186/+271
2009-12-30spice: position mouse in primary monitor center after full screen toggleArnon Gilboa3-60/+74
2009-12-30spice: on_activate_screen generates on_key_down for any modifier pressedArnon Gilboa1-0/+4
2009-12-28client: remove splash imageYaniv Kamay4-51218/+0
2009-12-28client: add GUI infrastructure + functional login dialogYaniv Kamay2-0/+13
2009-12-28client: add soft renderer and ceguiYaniv Kamay1-2/+8
2009-12-23client: new static title imageYaniv Kamay1-610/+389
2009-12-22spice: client: add checks to see if it is safe to use XShem.Izik Eidus3-3/+25
2009-11-30client: KeyHandler now receive unicode char event in addition to RedKey eventsYaniv Kamay4-2/+79
2009-11-30client: interactive screen layerYaniv Kamay1-8/+10
2009-11-18add missing alt_image.c to Makefile.amYaniv Kamay1-0/+2
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-3/+22
2009-11-16client: change jitter buffer size to 300msYaniv Kamay1-1/+4
2009-11-15spice client: sticky Alt activation when holding an Alt key: bug #505912.Yonit Halperin5-18/+853
2009-11-09client: fix colormap handling.Izik Eidus3-8/+5
2009-11-09spice client: remove timer interface from platform - use Application (via Pro...Yonit Halperin1-35/+0
2009-11-09spice client: cosmetic changesYonit Halperin3-4/+4
2009-11-09spice client: Transfer all channels run loop from EventsLoop class to Process...Yonit Halperin4-404/+3
2009-11-09spice client: creating a general process loop.Yonit Halperin8-273/+494
2009-10-27fix bad initialization of XDisplay in case crt have more then one outputYaniv Kamay1-24/+24
2009-10-26fix build on DebianYaniv Kamay1-0/+1
2009-10-25spice xclient: move xsync() to be at the right place.Izik Eidus1-7/+1
2009-10-18tunnelYonit Halperin2-3/+24
2009-10-14fresh startYaniv Kamay33-0/+60651