5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-01-22 22:03:56 +03:00

12 Commits

Author SHA1 Message Date
Dietmar Maurer
64bc7a2f9d use reasonable names (instead of 'test') 2013-09-11 11:59:40 +02:00
Dietmar Maurer
e3759a340c cleanup/merge header files 2013-09-11 07:44:47 +02:00
Dietmar Maurer
abc133121d code cleanup - compile with -Wall 2013-09-10 13:05:05 +02:00
Dietmar Maurer
7409b684d8 remove test code 2013-09-10 12:14:45 +02:00
Dietmar Maurer
0535e19165 use glib event loop 2013-09-10 11:57:19 +02:00
Dietmar Maurer
63a34f43cb protect command ring with mutex 2013-08-21 12:58:20 +02:00
Dietmar Maurer
c46a8251af use gdk keysyms instead of utf
There is no way to encode function keys with utf!
2013-08-21 12:00:42 +02:00
Dietmar Maurer
2cc3e3cc8a Makefile: add clean/distclean targets 2013-08-06 11:01:17 +02:00
Dietmar Maurer
22e5ba0286 add first version of spiceterm (copied from vncterm)
Input does not work for now, because spice only delivers scan-codes.
2013-08-06 10:58:17 +02:00
Dietmar Maurer
4219b121fd iinclude glyphs.h (from vncterm), simplify drawing code 2013-08-05 11:33:57 +02:00
Dietmar Maurer
1d7f2da4a4 exit if spice_server_init fails (socket already in use?) 2013-08-05 09:56:02 +02:00
Dietmar Maurer
cc04455b7f Initial import
This is a simple copy of the test example from spice-0.12.4,
directory server/tests.

To make it compile outside spice source tree, I had to copy
ring.h from spice-common/common/ring.h, and remove calls to
spice-common/common/mem.h (use glib for memory management).

Also replaces spice_assert() and ASSERT() with g_assert().
2013-08-05 09:26:20 +02:00