5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-01-06 13:17:56 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
Dietmar Maurer
dc0ff83b9d set gcc flags to avoid lintian hardening-no-relro warning 2015-02-28 08:18:01 +01:00
Dietmar Maurer
1c00de2b76 link with libsasl2 to avoid linker error 2015-02-28 08:10:46 +01:00
Dietmar Maurer
b52b953498 updates for debian jessie 2015-02-27 16:40:45 +01:00
Dietmar Maurer
f801ff196c bump version to 1.0-2 2013-12-11 11:48:59 +01:00
Dietmar Maurer
6c31241b12 add upload target 2013-12-10 12:21:37 +01:00
Dietmar Maurer
300ace05e1 add am manual page (replaces README) 2013-10-31 07:48:51 +01:00
Dietmar Maurer
3777ece9f9 build debian packages 2013-10-31 07:12:24 +01:00
Dietmar Maurer
b06b4cdc97 add install target 2013-10-31 06:34:22 +01:00
Dietmar Maurer
ca84c6f190 iscan all font files (include arabic font) 2013-10-29 13:17:47 +01:00
Dietmar Maurer
31b5cce2a6 import genfont.c from vncterm 2013-10-29 12:45:30 +01:00
Dietmar Maurer
c4d1da1490 implement unicode keysyms 2013-10-29 12:21:11 +01:00
Dietmar Maurer
7f3ff8c0e4 use kvm keymap files 2013-10-29 09:45:21 +01:00
Dietmar Maurer
68c2b067e2 implement command line options using getopt 2013-10-25 13:31:16 +02:00
Dietmar Maurer
1631c5a9a7 use SASL for auth, always use TLS 2013-10-23 10:58:24 +02:00
Dietmar Maurer
f424be980a move spice input/vdagent related code to input.c 2013-10-17 08:44:52 +02:00
Dietmar Maurer
88f87fbcbc enable debugging 2013-10-16 08:50:44 +02:00
Dietmar Maurer
f3112e0013 use new VD_AGENT_KEYVAL protocol extension 2013-10-07 11:19:32 +02:00
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