Commit Graph

1509 Commits

Author SHA1 Message Date
Michael Jumper
27af176bbd Add doc/Doxyfile and tests to distribution. Reorder build. 2013-06-06 09:35:27 -07:00
Michael Jumper
9d27b6cce9 Build wasn't working just because of trailing slash... 2013-06-05 15:58:22 -07:00
Michael Jumper
02258ff5b1 Moved and updated help text displayed at end of configure. 2013-06-05 15:18:53 -07:00
Michael Jumper
3456fc0418 Reword docs (as no longer guacd-specific). 2013-06-05 14:59:57 -07:00
Michael Jumper
99c5a76d1e Remove accidentally-committed binary file. 2013-06-05 14:36:06 -07:00
Michael Jumper
80688b2a2f Fix doxyfile, update .gitignore's 2013-06-05 14:33:43 -07:00
Michael Jumper
effedda762 Update tests to use new include path. 2013-06-05 12:12:32 -07:00
Michael Jumper
e9e2d628b6 Add remaining protocols, fix client.h in RDP. 2013-06-05 12:05:39 -07:00
Michael Jumper
1d3fa12747 Build guacd and libguac. 2013-06-05 11:50:48 -07:00
Michael Jumper
4c089caeb9 Massively reorganize source tree. 2013-06-05 11:00:28 -07:00
Michael Jumper
82b4d27566 One configure.ac to rule them all. 2013-06-05 10:45:07 -07:00
Michael Jumper
e750d1aabb Convert SSH and SPICE to new system. Add options for disabling packages. 2013-06-04 23:39:15 -07:00
Michael Jumper
e0d09d4be8 Convert RDP and VNC to new build system. 2013-06-04 20:19:33 -07:00
Michael Jumper
7f1eb77c8f Move libguac headers to a location others can pull. Modify guacd to use bundled libguac if present. 2013-06-04 19:50:26 -07:00
Michael Jumper
8a18afeb1d Fix configure.ac for guacd and libguac. 2013-06-04 16:55:23 -07:00
Michael Jumper
ecb1508ecf Add m4/README and .gitignore. 2013-06-04 16:31:14 -07:00
Michael Jumper
e6a1521e75 Improved build scripts for guacd and libguac, added parent build scripts. 2013-06-04 16:29:31 -07:00
Michael Jumper
2754cfbcdc Merge libguac-client-spice. 2013-06-04 15:53:32 -07:00
Michael Jumper
d9cfd35647 Merge libguac-client-ssh. 2013-06-04 15:52:49 -07:00
Michael Jumper
aaf8a0829d Merge libguac-client-rdp. 2013-06-04 15:52:33 -07:00
Michael Jumper
2c8aa7f8d1 Merge libguac-client-vnc. 2013-06-04 15:52:18 -07:00
Michael Jumper
801338b06b Merge libguac project. 2013-06-04 15:51:58 -07:00
Michael Jumper
897010cd23 Initial highly-stubbed guac_client_init(). 2013-05-31 16:10:34 -07:00
Michael Jumper
d07830ea33 Implement compatibility with older libssh. 2013-05-31 09:54:06 -07:00
Michael Jumper
b3bf7bd700 Actually link with libspice-client-glib. 2013-05-30 17:11:04 -07:00
Michael Jumper
05a9a7524a Fix includes. Add handlers. 2013-05-30 16:35:23 -07:00
Michael Jumper
365c314705 Initial stub commit. 2013-05-30 16:33:02 -07:00
Michael Jumper
fc8eae8d2a Bump version, update ChangeLog and AUTHORS. 2013-05-29 11:37:27 -07:00
Michael Jumper
48bd214868 Remove unnecessary logging. 2013-05-26 02:03:54 -07:00
Michael Jumper
8f0be20b35 Implement tab setting/resetting. 2013-05-26 01:49:47 -07:00
Michael Jumper
8019063214 Fix home/end and function keys. 2013-05-26 00:49:06 -07:00
Michael Jumper
d583dbb990 Add keyboard shortcuts for paste and scrolling. Allow middle click for paste. 2013-05-26 00:17:31 -07:00
Michael Jumper
417642eb8e Implement insert mode. 2013-05-26 00:01:47 -07:00
Michael Jumper
2f7e0eec41 Add comments to client data. 2013-05-25 23:56:59 -07:00
Michael Jumper
2a6de3aaed Add port and font options. 2013-05-25 23:50:13 -07:00
Michael Jumper
6d33be152c Fix prompt() handling of backspace/enter. Format name based on username and hostname. Add port parameter (not yet used). Determine parameter indices based on enum. 2013-05-25 23:15:55 -07:00
Michael Jumper
cf8ec8dbc2 Properly cleanup SSH sessions. 2013-05-25 23:05:58 -07:00
Michael Jumper
763ed37179 Add remaining keys, fix backspace. Add insert flag. 2013-05-25 22:45:26 -07:00
Michael Jumper
88ca59a5b3 Implement terminal reporting features. 2013-05-25 20:24:44 -07:00
Michael Jumper
3a14c864a6 Only send DA response if no private mode. 2013-05-25 18:20:35 -07:00
Michael Jumper
f2520ca91c Send 0x0D for return. 2013-05-25 16:09:28 -07:00
Michael Jumper
b823192f03 Ignore unhandled control codes. Implement ENQ. 2013-05-24 22:54:56 -07:00
Michael Jumper
8967afefb6 Only send response to ESC[0c. 2013-05-24 22:26:24 -07:00
Michael Jumper
43eddc14c0 Implement G0/G1 switching. 2013-05-24 21:28:14 -07:00
Michael Jumper
0f5b5d39b4 Initial support for G0/G1 character sets. 2013-05-24 21:18:47 -07:00
Michael Jumper
94ee3c87fc Implement ESC-Z identify and ESC-c reset. 2013-05-24 16:29:43 -07:00
Michael Jumper
7216f734b5 Add some Linux-specific missing codes, reorder SGR. Add explicit ignores for unapplicable features. 2013-05-24 15:00:54 -07:00
Michael Jumper
e0c46a41a2 Interpret ESC[3J as if ESC[2J 2013-05-24 13:44:51 -07:00
Michael Jumper
b513e4ba93 Add LF/NL mode. 2013-05-24 13:33:32 -07:00
Michael Jumper
e3f89052e5 Specify terminal type. 2013-05-23 23:43:35 -07:00