guacamole-spice-protocol/src/terminal
2016-03-14 16:00:21 -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
display.c GUAC-1389: Include select layer when syncing. 2016-03-14 16:00:21 -07:00
display.h GUAC-1389: Redraw / resync terminal contents. 2016-03-14 16:00:21 -07:00
Makefile.am GUAC-1389: Update terminal to support screen sharing. 2016-03-09 12:57:41 -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
scrollbar.c GUAC-1389: Redraw / resync scrollbar state when a new user joins a terminal session. 2016-03-14 16:00:21 -07:00
scrollbar.h GUAC-1389: Redraw / resync scrollbar state when a new user joins a terminal session. 2016-03-14 16:00:21 -07:00
terminal_handlers.c GUAC-1389: Update terminal to support screen sharing. 2016-03-09 12:57:41 -08:00
terminal_handlers.h GUAC-1452: Document terminal char handlers. 2016-01-13 10:37:40 -08:00
terminal.c GUAC-1389: Remove use of guac_common_display from terminal. 2016-03-14 16:00:21 -07:00
terminal.h GUAC-1389: Remove use of guac_common_display from terminal. 2016-03-14 16:00:21 -07: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