guacamole-spice-protocol/src/terminal
2016-01-28 10:47:04 -08:00
..
blank.c GUAC-653: Update namespace in common terminal code. 2014-05-05 16:36:49 -07:00
blank.h GUAC-653: Update namespace in common terminal code. 2014-05-05 16:36:49 -07:00
buffer.c GUAC-764: Fully initialize character structure, to satisfy some C compilers and static analyzers. 2014-07-07 08:39:39 -07:00
buffer.h GUAC-653: Update namespace in common terminal code. 2014-05-05 16:36:49 -07:00
char_mappings.c GUAC-653: Move terminal code to common location. 2014-05-05 16:17:59 -07:00
char_mappings.h GUAC-653: Update namespace in common terminal code. 2014-05-05 16:36:49 -07:00
common.c GUAC-803: Write to terminal STDOUT using length-prefixed packets, such that zero-length writes are legal. 2015-02-04 19:22:22 -08:00
common.h GUAC-803: Write to terminal STDOUT using length-prefixed packets, such that zero-length writes are legal. 2015-02-04 19:22:22 -08:00
cursor.c GUAC-653: Update namespace in common terminal code. 2014-05-05 16:36:49 -07:00
cursor.h GUAC-730: Fix headers in src/terminal. 2014-06-10 17:40:58 -07:00
display.c GUAC-240: Associate Guacamole client with surface. 2015-09-04 12:58:13 -07:00
display.h GUAC-1195: Define and use color constants for terminal. 2015-07-28 16:20:14 -07:00
ibar.c GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg(). 2015-09-04 12:59:00 -07:00
ibar.h GUAC-653: Update namespace in common terminal code. 2014-05-05 16:36:49 -07:00
Makefile.am GUAC-1452: Add base typescript implementation and stubs. 2016-01-25 17:04:15 -08:00
packet.c GUAC-803: Write to terminal STDOUT using length-prefixed packets, such that zero-length writes are legal. 2015-02-04 19:22:22 -08:00
packet.h GUAC-803: Write to terminal STDOUT using length-prefixed packets, such that zero-length writes are legal. 2015-02-04 19:22:22 -08:00
pointer.c GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg(). 2015-09-04 12:59:00 -07:00
pointer.h GUAC-803: Use normal pointer when mouse is over scrollbar. 2015-02-04 01:01:39 -08:00
scrollbar.c GUAC-1195: Migrate to scrollbar style which works against dark OR light backgrounds. 2015-07-28 16:51:01 -07:00
scrollbar.h GUAC-803: Actually scroll when the scrollbar handle is dragged. 2015-02-04 00:41:45 -08:00
terminal_handlers.c GUAC-1452: Echo to pipe stream if open (buffered). 2016-01-13 17:38:13 -08:00
terminal_handlers.h GUAC-1452: Document terminal char handlers. 2016-01-13 10:37:40 -08:00
terminal.c GUAC-1452: Log typescript creation/failure. 2016-01-27 12:43:53 -08:00
terminal.h GUAC-1452: Add base typescript implementation and stubs. 2016-01-25 17:04:15 -08:00
types.h GUAC-717: Add GUAC_CHAR_CONTINUATION sentinel. Add width property to characters. 2014-06-04 11:24:39 -07:00
typescript.c GUAC-1451: Fix order of resource release in case typescript creation failure. 2016-01-28 10:47:04 -08:00
typescript.h GUAC-1452: Store filenames within typescript struct. 2016-01-27 12:43:53 -08:00