Dietmar Maurer
77133eeeca
use new unicode spice input extension
2013-08-21 07:36:44 +02:00
Dietmar Maurer
4cc3dc5a6a
remove batch commands
2013-08-06 13:01:22 +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
9f9c8d832f
correct set bg color, try to use g_alloc/g_free
2013-08-06 08:32:59 +02:00
Dietmar Maurer
8a22eb4f37
remove wakup timer
2013-08-05 14:18:45 +02:00
Dietmar Maurer
f6cb554cab
implement connection timeout
2013-08-05 13:32:03 +02:00
Dietmar Maurer
6faab5d55d
iexit if client disconnects
2013-08-05 13:22:02 +02:00
Dietmar Maurer
474762d892
add keyboard interface
2013-08-05 12:57:43 +02:00
Dietmar Maurer
9462ba15d8
add code to draw a simply glyph
2013-08-05 12:25:34 +02:00
Dietmar Maurer
4219b121fd
iinclude glyphs.h (from vncterm), simplify drawing code
2013-08-05 11:33:57 +02:00
Dietmar Maurer
26c649411f
remove unnecessary code
2013-08-05 11:24:30 +02:00
Dietmar Maurer
aae9306062
iremove secondary surface code
2013-08-05 10:45:04 +02:00
Dietmar Maurer
7f30e76014
remove regression test code
2013-08-05 10:14:35 +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