Michael Jumper
|
a77188a348
|
GUAC-850: Remove unnecessary case conversion of typed keys. Trust case specified by browser.
|
2014-09-17 23:11:00 -07:00 |
|
Michael Jumper
|
5ae22ce206
|
GUAC-805: Use start(), fall back to noteOn() if necessary.
|
2014-08-04 13:20:13 -07:00 |
|
Michael Jumper
|
a1452dd0b0
|
GUAC-772: Update guacamole-common-js API_VERSION.
|
2014-07-21 13:51:11 -07:00 |
|
Michael Jumper
|
db2066fa1f
|
GUAC-772: Bump version numbers to 0.9.2.
|
2014-07-21 13:42:53 -07:00 |
|
Michael Jumper
|
5c049b02b9
|
GUAC-788: When a modifier results in a keysym being pressed, release that same keysym when clearing the modifier, even if the key releasing the modifier is different.
|
2014-07-21 00:56:44 -07:00 |
|
Michael Jumper
|
f03baec73b
|
GUAC-761: Store API version. Perform sanity checks within webapp.
|
2014-07-01 15:45:29 -07:00 |
|
Michael Jumper
|
9ab3a58b2f
|
GUAC-681: Bump version numbers of modified projects to 0.9.1.
|
2014-05-22 14:10:14 -07:00 |
|
Michael Jumper
|
fb610813bf
|
GUAC-685: Ignore keycode 229, sent by some browsers during IME composition (see: http://lists.w3.org/Archives/Public/www-dom/2010JulSep/att-0182/keyCode-spec.html).
|
2014-05-14 16:18:57 -07:00 |
|
Michael Jumper
|
55c9e9f9e4
|
GUAC-676: Remove commented-out code.
|
2014-05-12 21:43:56 -07:00 |
|
Michael Jumper
|
5a6623540f
|
GUAC-676: Conversion to Guacamole.Display wasn't finished - "transfer" and others still directly used layer.
|
2014-05-12 12:25:32 -07:00 |
|
Michael Jumper
|
074e1cf3fa
|
GUAC-676: Fix flatten(), add missing Guacamole.Display comment.
|
2014-05-12 00:04:47 -07:00 |
|
Michael Jumper
|
299c341ce0
|
GUAC-676: Implement Guacamole.Display. Perform initial refactor.
|
2014-05-11 23:23:36 -07:00 |
|
Michael Jumper
|
dc62788d86
|
GUAC-644: Fix regression in handling of browser key repeat.
|
2014-04-23 19:28:18 -07:00 |
|
Michael Jumper
|
28e941675f
|
GUAC-324: Do not stop propagation within Mouse objects - allow multiple touch objects to coexist.
|
2014-04-22 11:43:01 -07:00 |
|
Michael Jumper
|
07a4ec6637
|
GUAC-324: Fix override of keyboard events (space was not registering when event allowed through to browser).
|
2014-04-22 11:43:01 -07:00 |
|
Michael Jumper
|
13cefc9296
|
GUAC-608: Automatically divide outbound data into roughly 8K (max) blobs.
|
2014-04-08 12:49:17 -07:00 |
|
Michael Jumper
|
92a9213fd0
|
GUAC-608: Implement UTF-8 encode in StringWriter.
|
2014-04-08 12:34:02 -07:00 |
|
Michael Jumper
|
22c88b834a
|
GUAC-608: Implement UTF-8 decode in StringReader.
|
2014-04-07 19:21:22 -07:00 |
|
Michael Jumper
|
05a7c87b4c
|
GUAC-608: Add support for stream style clipboard.
|
2014-04-07 17:32:26 -07:00 |
|
Michael Jumper
|
ac61c798e5
|
GUAC-569: Bump version numbers of guacamole-client components to 0.9.0.
|
2014-03-25 10:38:02 -07:00 |
|
Michael Jumper
|
5ad6d77ef6
|
GUAC-561: Close tunnel with timeout error code if data not received from server.
|
2014-03-23 12:48:07 -07:00 |
|
Michael Jumper
|
28711720f7
|
GUAC-558: Use same error handling function throughout HTTP tunnel. Ignore RESOURCE_NOT_FOUND for connected HTTP tunnels as that actually signals end-of-stream.
|
2014-03-21 19:28:17 -07:00 |
|
Michael Jumper
|
7cb933c9c1
|
GUAC-558: Ensure state/error handlers are called ONLY on the last tunnel. Rewrite to clean program flow.
|
2014-03-21 18:54:04 -07:00 |
|
Michael Jumper
|
f183e29586
|
GUAC-558: Fix calls to onerror handler, switch to corresponding close_tunnel() prototype.
|
2014-03-21 18:22:12 -07:00 |
|
Michael Jumper
|
c5573f9811
|
GUAC-558: Do NOT make initial request if connect failed.
|
2014-03-21 18:10:27 -07:00 |
|
Michael Jumper
|
7dbb1b1ac0
|
GUAC-558: Do not send pending messages if tunnel is closed.
|
2014-03-21 18:06:59 -07:00 |
|
Michael Jumper
|
627271953d
|
GUAC-558: Add specific handler for tunnel state change. Add state property and values. Clean up warnings.
|
2014-03-21 16:46:55 -07:00 |
|
Michael Jumper
|
af4de98277
|
GUAC-558: Do not trigger client onerror for tunnel onerror.
|
2014-03-21 11:19:07 -07:00 |
|
Michael Jumper
|
ec614c2f83
|
GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped.
|
2014-03-19 22:12:16 -07:00 |
|
Michael Jumper
|
6a70dd5582
|
GUAC-549: Use Guacamole.Status for ack messages.
|
2014-03-19 14:35:31 -07:00 |
|
Michael Jumper
|
d4a6fd21f7
|
GUAC-549: Throw status instead of error for connect() in tunnel and client. Pass status instead of message/code parameters for onerror event handlers.
|
2014-03-19 13:58:52 -07:00 |
|
Michael Jumper
|
52395f6c2e
|
GUAC-549: Add status code object and enum.
|
2014-03-19 13:54:13 -07:00 |
|
Michael Jumper
|
4851ba8b5c
|
Fix movement calculations.
|
2014-03-05 01:10:03 -08:00 |
|
Michael Jumper
|
bacc5406ec
|
Handle start/end of gestures more cleanly.
|
2014-03-04 16:56:12 -08:00 |
|
Michael Jumper
|
462525c08c
|
Further cleanup. Implement long-press for right click.
|
2014-03-04 16:31:46 -08:00 |
|
Michael Jumper
|
e54d164113
|
Use tap+hold for click+drag.
|
2014-03-04 15:14:56 -08:00 |
|
Michael Jumper
|
6d1c9ba550
|
Modify Guacamole.Touchscreen to play nicely with other gesture-handling objects. Send click only on touchend. Move mouse only if related to a drag.
|
2014-03-04 13:42:14 -08:00 |
|
Michael Jumper
|
f0c62ff82a
|
Clean up Mouse.js a bit.
|
2014-03-04 13:08:29 -08:00 |
|
Michael Jumper
|
cc72cba29a
|
Allow default action of key events to be manually enabled.
|
2014-03-03 09:48:30 -08:00 |
|
Michael Jumper
|
da7112b2f5
|
Fix reference to old object.
|
2014-03-03 09:48:08 -08:00 |
|
Michael Jumper
|
4982971fec
|
Remove automatic calls to sendAck().
|
2014-02-28 18:34:08 -08:00 |
|
Michael Jumper
|
d09019b413
|
Implement ArrayBufferWriter.
|
2014-02-28 17:32:53 -08:00 |
|
Michael Jumper
|
1229c42152
|
Add StringWriter object.
|
2014-02-28 15:53:02 -08:00 |
|
Michael Jumper
|
71ae352208
|
Migrate to cleaner InputStream and OutputStream with Reader wrappers.
|
2014-02-28 15:25:01 -08:00 |
|
Michael Jumper
|
beb9e5c684
|
Refactor InputStream API.
|
2014-02-28 10:03:01 -08:00 |
|
Michael Jumper
|
4478e91c8a
|
Add support for pipe instruction.
|
2014-02-27 22:26:53 -08:00 |
|
Michael Jumper
|
03a67cc3c5
|
Rename guacamole.js to all.js.
|
2014-01-22 14:20:38 -08:00 |
|
Michael Jumper
|
b8c4419bf5
|
Set default layer and cursor layer z-index so they display correctly.
|
2014-01-17 01:55:25 -08:00 |
|
Michael Jumper
|
8936faa6a5
|
Sort layer containers within flatten().
|
2014-01-16 17:17:51 -08:00 |
|
Michael Jumper
|
f706e0febf
|
Add new layers to default layer by default.
|
2014-01-16 11:12:38 -08:00 |
|