Michael Jumper
|
51093201f5
|
GUAC-675: Document return value of __guac_common_surface_transfer_int().
|
2014-05-12 21:46:36 -07:00 |
|
Michael Jumper
|
cad60299e1
|
GUAC-687: Only update backing surface first if the destination rect cannot intersect the source rect.
|
2014-05-12 14:43:50 -07:00 |
|
Michael Jumper
|
3e0828d6da
|
GUAC-687: Initialize newly-allocated buffer space to transparent black.
|
2014-05-12 13:50:51 -07:00 |
|
Michael Jumper
|
9746ea68a4
|
GUAC-687: Use correct rect when checking for fully clipped updates.
|
2014-05-12 13:44:51 -07:00 |
|
Michael Jumper
|
89b0a452a5
|
GUAC-687: Do not allow empty updates to the dirty rect.
|
2014-05-12 13:27:33 -07:00 |
|
Michael Jumper
|
584ca5f35c
|
GUAC-675: Update comments reflecting new use of guac_common_rect.
|
2014-05-12 09:20:22 -07:00 |
|
Michael Jumper
|
2bbbda3ca9
|
GUAC-675: Source coordinates must be updated along with rect.
|
2014-05-12 02:26:04 -07:00 |
|
Michael Jumper
|
07f6712591
|
GUAC-675: Optimize copy.
|
2014-05-12 02:01:09 -07:00 |
|
Michael Jumper
|
573f524dee
|
GUAC-675: Optimize output of rect.
|
2014-05-12 01:45:55 -07:00 |
|
Michael Jumper
|
c0b955fab0
|
GUAC-675: Add rect struct. Migrate surface to new rect struct.
|
2014-05-12 01:39:52 -07:00 |
|
Michael Jumper
|
32474c1114
|
GUAC-675: Lengthen maximum frame duration.
|
2014-05-11 23:42:27 -07:00 |
|
Michael Jumper
|
a9ba417891
|
GUAC-675: Narrow update rect to contain only different pixels.
|
2014-05-11 12:28:19 -07:00 |
|
Michael Jumper
|
442a520150
|
GUAC-674: Fix typo in comment. Make __guac_common_surface_flush_to_png() static.
|
2014-05-11 12:28:07 -07:00 |
|
Michael Jumper
|
0da9df3620
|
GUAC-674: Add comments for all static functions.
|
2014-05-09 18:56:16 -07:00 |
|
Michael Jumper
|
78d7c3e9ab
|
GUAC-674: Inspect and re-inspect queue when combining.
|
2014-05-09 18:45:10 -07:00 |
|
Michael Jumper
|
7fc3fe1fdc
|
GUAC-674: Queue and combine png updates. Lengthen RDP frame timeout to 10ms.
|
2014-05-09 15:39:00 -07:00 |
|
Michael Jumper
|
d42cd23f87
|
GUAC-654: Comment guac_handlers.h properly.
|
2014-05-07 21:29:36 -07:00 |
|
Michael Jumper
|
13e205a0e5
|
GUAC-654: Add missing comments to telnet_client.c
|
2014-05-07 21:19:15 -07:00 |
|
Michael Jumper
|
4a7e5609f5
|
GUAC-654: Implement local echo.
|
2014-05-07 15:30:48 -07:00 |
|
Michael Jumper
|
b87d99cc40
|
GUAC-654: Do NOT block indefinitely while waiting for socket to die.
|
2014-05-07 15:19:53 -07:00 |
|
Michael Jumper
|
6b33c8eeda
|
GUAC-654: Fix namespace and style.
|
2014-05-07 14:36:49 -07:00 |
|
Michael Jumper
|
30a31d07cf
|
GUAC-654: Add negotiation and handling of NAWS (window size).
|
2014-05-07 14:19:27 -07:00 |
|
Michael Jumper
|
a7d1dde24f
|
GUAC-654: Implement simple telnet client. No screen resize yet.
|
2014-05-07 13:46:25 -07:00 |
|
Michael Jumper
|
7c08593b83
|
GUAC-653: Restore file upload for SSH.
|
2014-05-06 17:14:40 -07:00 |
|
Michael Jumper
|
0acd219a88
|
GUAC-653: Remove unneeded includes.
|
2014-05-06 16:45:36 -07:00 |
|
Michael Jumper
|
92f0d4b36b
|
GUAC-653: Remove direct reference to internal terminal pipes.
|
2014-05-06 16:41:48 -07:00 |
|
Michael Jumper
|
470dc67c34
|
GUAC-653: Implement render_frame function.
|
2014-05-06 16:12:29 -07:00 |
|
Michael Jumper
|
81229d9fe4
|
GUAC-653: Separate terminal API into public/internal/low-level pieces (in spirit).
|
2014-05-06 15:55:30 -07:00 |
|
Michael Jumper
|
f2781ed0cc
|
GUAC-653: Move mouse and key handling into terminal. Move clipboard into terminal.
|
2014-05-05 19:02:41 -07:00 |
|
Michael Jumper
|
455f2e543a
|
GUAC-653: Update namespace in common terminal code.
|
2014-05-05 16:36:49 -07:00 |
|
Michael Jumper
|
b4e7f95603
|
GUAC-653: Move terminal code to common location.
|
2014-05-05 16:17:59 -07:00 |
|
Michael Jumper
|
f1b75335ae
|
GUAC-669: Remove include which was intended for debugging only.
|
2014-05-05 11:21:00 -07:00 |
|
Michael Jumper
|
014e245baa
|
GUAC-669: Limit how high the fill pattern heuristic is allowed to increase update cost.
|
2014-05-05 11:17:38 -07:00 |
|
Michael Jumper
|
c5ada6631c
|
GUAC-667: Draw glyphs directly to surface.
|
2014-05-05 00:28:07 -07:00 |
|
Michael Jumper
|
3554e88efa
|
GUAC-667: Add masked paint operation.
|
2014-05-05 00:27:48 -07:00 |
|
Michael Jumper
|
1047c6192c
|
GUAC-667: Implement clipping within common surface.
|
2014-05-04 23:39:02 -07:00 |
|
Michael Jumper
|
b2d74c92a2
|
GUAC-667: Remove unnecessary use of Cairo surface within common - just update buffer.
|
2014-05-04 16:35:09 -07:00 |
|
Michael Jumper
|
dbec5a5957
|
GUAC-666: Detect left-to-right fill pattern.
|
2014-05-03 21:11:42 -07:00 |
|
Michael Jumper
|
84fb0d8681
|
GUAC-665: Narrow cost estimation algorithm.
|
2014-05-01 19:22:47 -07:00 |
|
Michael Jumper
|
5b2f824097
|
GUAC-660: Do not send initial size unless layer is visible. Do not dispose unless layer was created.
|
2014-05-01 12:23:37 -07:00 |
|
Michael Jumper
|
8f1f0907e7
|
GUAC-662: Migrate VNC to guac_common_surface.
|
2014-05-01 11:27:26 -07:00 |
|
Michael Jumper
|
25ab9a0134
|
GUAC-662: Implement resize for guac_common_surface.
|
2014-05-01 11:27:10 -07:00 |
|
Michael Jumper
|
d4aed54ca4
|
GUAC-662: Updates to backing surface should happen AFTER possible flushes.
|
2014-05-01 10:25:54 -07:00 |
|
Michael Jumper
|
25784acc6f
|
GUAC-656: Remove old debug log.
|
2014-04-30 20:46:26 -07:00 |
|
Michael Jumper
|
8cc932391d
|
GUAC-656: Implement transfer and copy.
|
2014-04-30 19:55:56 -07:00 |
|
Michael Jumper
|
c786854b63
|
GUAC-656: Implement rect, clean logic.
|
2014-04-30 19:09:38 -07:00 |
|
Michael Jumper
|
98a041336a
|
GUAC-656: Implement flush. Implement draw.
|
2014-04-30 16:45:09 -07:00 |
|
Michael Jumper
|
db96b5f691
|
GUAC-656: Add logging message noting intent (actual surface not implemented).
|
2014-04-30 15:58:43 -07:00 |
|
Michael Jumper
|
4a4ced40ed
|
GUAC-656: Remove surface resize - not needed for now.
|
2014-04-30 14:33:04 -07:00 |
|
Michael Jumper
|
b6e323a7a2
|
GUAC-656: Flush default surface after handling updates.
|
2014-04-30 13:54:39 -07:00 |
|
Michael Jumper
|
5f0250fb1f
|
GUAC-656: Free buffer last - surface needs to send dispose.
|
2014-04-30 12:32:19 -07:00 |
|
Michael Jumper
|
25d8b47bd3
|
GUAC-656: Send size and dispose when alloc/free surface.
|
2014-04-30 11:59:43 -07:00 |
|
Michael Jumper
|
f8ac59798f
|
GUAC-656: Migrate RDP to guac_common_surface.
|
2014-04-30 11:46:04 -07:00 |
|
Michael Jumper
|
f6ccfd1211
|
GUAC-656: Add instructions to stubs. Match prototype of surface function to that of protocol function.
|
2014-04-29 19:15:21 -07:00 |
|
Michael Jumper
|
5d6e04171c
|
GUAC-656: Implement alloc/free for surface.
|
2014-04-29 16:06:44 -07:00 |
|
Michael Jumper
|
3b541f70ee
|
GUAC-656: Add simple surface and stubs.
|
2014-04-29 15:57:37 -07:00 |
|
Michael Jumper
|
4766970015
|
GUAC-621: During resize, keep cursor on screen and redraw cursor if necessary.
|
2014-04-16 14:46:00 -07:00 |
|
Michael Jumper
|
9229457dd4
|
GUAC-621: Only increase buffer length if real character data was written (not cleared).
|
2014-04-16 14:31:51 -07:00 |
|
Michael Jumper
|
4d48dc384b
|
GUAC-622: Do not log a pointless error every time the client disconnects properly. Just stop the client - we have a function for that now.
|
2014-04-14 12:20:08 -07:00 |
|
Michael Jumper
|
e1ac588296
|
GUAC-622: Just log normal error messages if guac_error not set. Init guac_error before plugin load.
|
2014-04-14 12:01:36 -07:00 |
|
Michael Jumper
|
3823165d7f
|
GUAC-598: Fix warnings against SSH.
|
2014-04-11 13:48:06 -07:00 |
|
Michael Jumper
|
5f84cbc5e4
|
GUAC-598: Use unsigned instead of u_ type.
|
2014-04-11 13:48:06 -07:00 |
|
Michael Jumper
|
d24aaeb614
|
GUAC-598: Bring up to compliance with POSIX standard claimed by source.
|
2014-04-11 13:48:06 -07:00 |
|
Michael Jumper
|
20222beaed
|
GUAC-598: Fix warning regarding unsigned comparison against zero.
|
2014-04-11 13:48:06 -07:00 |
|
Michael Jumper
|
15dc035db1
|
GUAC-597: Remove unnecessary dlopen() test, add automatically generated dlopen() test result to Makefile.am.
|
2014-04-11 13:48:06 -07:00 |
|
Michael Jumper
|
26147afff0
|
GUAC-613: Fix header annotation in Doxygen comment in pool-types.h (wrong filename).
|
2014-04-10 15:54:02 -07:00 |
|
Michael Jumper
|
de8c64a03a
|
GUAC-614: Remove old prototypes from RDP guac handlers.
|
2014-04-10 15:42:46 -07:00 |
|
Michael Jumper
|
7be9a87fae
|
GUAC-614: Remove old prototype.
|
2014-04-10 15:40:40 -07:00 |
|
Michael Jumper
|
0096cf677c
|
GUAC-614: Migrate RDP to simpler stream API. Add missing linkage to RDP build. Fix last character truncation bug.
|
2014-04-10 14:53:32 -07:00 |
|
Michael Jumper
|
83093f1bd3
|
GUAC-614: Migrate SSH to simpler stream API.
|
2014-04-10 13:47:36 -07:00 |
|
Michael Jumper
|
18407fdc37
|
GUAC-614: Migrate VNC to simpler stream API.
|
2014-04-10 13:40:22 -07:00 |
|
Michael Jumper
|
1dd2982f06
|
GUAC-611: Fix initialization of stream.
|
2014-04-09 22:13:49 -07:00 |
|
Michael Jumper
|
479800c711
|
GUAC-608: Add missing Doxygen annotation.
|
2014-04-09 22:08:31 -07:00 |
|
Michael Jumper
|
78b4ad56a1
|
GUAC-611: Add missing headers.
|
2014-04-09 19:09:41 -07:00 |
|
Michael Jumper
|
205f85dafd
|
GUAC-611: Add per-stream handlers for ack/blob/end. Simplify ack/blob/end contents. Reorganize headers to eliminate circular dependencies.
|
2014-04-09 18:42:29 -07:00 |
|
Michael Jumper
|
2c4ae68da0
|
GUAC-608: Add support for outbound clipboard for SSH. Partial inbound support.
|
2014-04-09 11:40:09 -07:00 |
|
Michael Jumper
|
3c70e87aef
|
GUAC-608: Add inbound clipboard. Remove use of iconv().
|
2014-04-08 17:08:29 -07:00 |
|
Michael Jumper
|
c9b077af4c
|
GUAC-608: Convert VNC outbound clipboard to common code. Stub inbound clipboard.
|
2014-04-08 16:42:10 -07:00 |
|
Michael Jumper
|
c95e2fd056
|
GUAC-608: Make guac_iconv input const.
|
2014-04-08 16:33:43 -07:00 |
|
Michael Jumper
|
6743795a68
|
GUAC-608: Migrate RDP to common clipboard code for inbound data.
|
2014-04-08 15:31:56 -07:00 |
|
Michael Jumper
|
3cf644009f
|
GUAC-608: Migrate RDP to common clipboard code for outbound data.
|
2014-04-08 15:06:54 -07:00 |
|
Michael Jumper
|
855e32c7a5
|
GUAC-608: Add common clipboard code.
|
2014-04-08 14:56:37 -07:00 |
|
Michael Jumper
|
2aa7252d1b
|
GUAC-608: Implement outbound clipboard streaming. Stub out inbound.
|
2014-04-07 19:22:53 -07:00 |
|
Michael Jumper
|
85cde821a4
|
GUAC-608: Change semantics of clipboard instruction within libguac.
|
2014-04-07 17:08:16 -07:00 |
|
Michael Jumper
|
e5c34f8661
|
GUAC-594: Update man page regarding certificate chains.
|
2014-04-07 15:31:24 -07:00 |
|
Michael Jumper
|
3b372da120
|
GUAC-593: Allow certificate chain import.
|
2014-04-07 15:16:25 -07:00 |
|
Michael Jumper
|
c180de9444
|
GUAC-447: Implement paste of Unicode text.
|
2014-04-02 15:35:09 -07:00 |
|
Michael Jumper
|
3f19e2b2bb
|
GUAC-584: Name of constant should be CP1252, not ISO-8859-1.
|
2014-04-02 14:22:22 -07:00 |
|
Michael Jumper
|
49ffaf0826
|
GUAC-584: Use CP1252 for RDP copy of non-unicode text.
|
2014-04-02 14:10:45 -07:00 |
|
Michael Jumper
|
da5404f612
|
GUAC-584: Add support for CP1252 and ISO-8859-1.
|
2014-04-02 14:08:41 -07:00 |
|
Michael Jumper
|
b203cf1fd2
|
GUAC-584: Remove old free() - no longer necessary as buffer is static.
|
2014-04-01 23:40:00 -07:00 |
|
Michael Jumper
|
7cf5d02019
|
GUAC-584: Simplify copy logic. Store clipboard in static 256K buffer. Convert from UTF16 properly.
|
2014-04-01 18:41:55 -07:00 |
|
Michael Jumper
|
04ac42811f
|
GUAC-584: Implement UTF16. Clean up tests.
|
2014-04-01 17:42:04 -07:00 |
|
Michael Jumper
|
ccc2526282
|
GUAC-584: Implement UTF8 read and write. Add basic identity test.
|
2014-04-01 16:46:29 -07:00 |
|
Michael Jumper
|
dfc18e14a4
|
GUAC-584: Add iconv-style function in common. Stub implementation and test.
|
2014-04-01 16:25:14 -07:00 |
|
Michael Jumper
|
bbf451a552
|
GUAC-584: Handle Unicode data (STUB). Need real conversion code with actual length calculations.
|
2014-03-31 16:33:23 -07:00 |
|
Michael Jumper
|
0b414ed9b5
|
GUAC-584: Add basic handling for Unicode text - just stubs, no converting to UTF-8 yet.
|
2014-03-31 15:46:49 -07:00 |
|
Michael Jumper
|
78d998a076
|
GUAC-573: Add new keymaps and generator.pl to EXTRA_DIST.
|
2014-03-26 11:07:45 -07:00 |
|
Michael Jumper
|
d1a66f5616
|
GUAC-552: If resolution is above 96 DPI, try to find a reasonable screen size at 96 DPI or 120 DPI, using native resolution as a last resort.
|
2014-03-25 14:25:34 -07:00 |
|
Michael Jumper
|
60d4e90c4b
|
GUAC-569: Bump version numbers of guacamole-server components to 0.9.0. Update libtool version info for libguac.
|
2014-03-25 11:08:36 -07:00 |
|