Dietmar Maurer
d6a5f5a9fc
rename vncterm to spiceterm
2013-09-11 07:20:40 +02:00
Dietmar Maurer
8c22ae7f43
move include directive to correct place
2013-09-10 13:08: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
a1cf2514dd
code cleanup
2013-08-21 15:23:52 +02:00
Dietmar Maurer
7b4a7650fc
implement scroll
2013-08-21 14:30:16 +02:00
Dietmar Maurer
63a34f43cb
protect command ring with mutex
2013-08-21 12:58:20 +02:00
Dietmar Maurer
867d1eb5dd
always update watch mask
2013-08-21 12:20:23 +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
6500712322
use correct colors
2013-08-21 08:14:37 +02:00
Dietmar Maurer
3affb0e77c
delete trailing whitespace
2013-08-21 07:47:07 +02:00
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
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
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
db8e5ef835
use g_new instead of calloc/malloc
2013-08-05 10:07:05 +02:00
Dietmar Maurer
52983d31d0
idisable pinger (not needed)
2013-08-05 10:01:17 +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
08e17e0c30
iremove binary fro repository
2013-08-05 09:35: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