guacamole-common-js.git
12 years agoSet scroll and click thresholds relative to screen pixel density (if readable) and...
Michael Jumper [Mon, 2 Apr 2012 01:20:18 +0000 (18:20 -0700)]
Set scroll and click thresholds relative to screen pixel density (if readable) and size of gesture.

12 years agoAdd scale function, use bounding div for main display element, such that the display...
Michael Jumper [Sun, 1 Apr 2012 08:07:14 +0000 (01:07 -0700)]
Add scale function, use bounding div for main display element, such that the display can be scaled independently of the surrounding div, which provides the layout.

12 years agoMove all thresholds into properties, implement scrollwheel via touch.
Michael Jumper [Sat, 31 Mar 2012 06:12:19 +0000 (23:12 -0700)]
Move all thresholds into properties, implement scrollwheel via touch.

12 years agoCheck for last touch by verifying touch length 0, not 1. Fix wrong use of max() ...
Michael Jumper [Sat, 31 Mar 2012 05:59:46 +0000 (22:59 -0700)]
Check for last touch by verifying touch length 0, not 1. Fix wrong use of max() (should be min).

12 years agoImplement right and middle-click.
Michael Jumper [Sat, 31 Mar 2012 05:48:22 +0000 (22:48 -0700)]
Implement right and middle-click.

12 years agoMove layers using translation via matrices - do not use CSS top/left.
Michael Jumper [Fri, 30 Mar 2012 06:48:45 +0000 (23:48 -0700)]
Move layers using translation via matrices - do not use CSS top/left.

12 years agoPartial cleanup, track and expose key and modifier states.
Michael Jumper [Fri, 30 Mar 2012 06:11:13 +0000 (23:11 -0700)]
Partial cleanup, track and expose key and modifier states.

12 years agoFixed regression with key repeat.
Michael Jumper [Fri, 30 Mar 2012 00:42:34 +0000 (17:42 -0700)]
Fixed regression with key repeat.

12 years agoAllow user of API to decide whether keyboard events are canceled.
Michael Jumper [Thu, 29 Mar 2012 17:05:38 +0000 (10:05 -0700)]
Allow user of API to decide whether keyboard events are canceled.

12 years agoFixed project URL.
Michael Jumper [Tue, 27 Mar 2012 01:51:16 +0000 (18:51 -0700)]
Fixed project URL.

12 years agoChange "Connection does not exist" to more user-friendly error.
Michael Jumper [Mon, 26 Mar 2012 06:03:54 +0000 (23:03 -0700)]
Change "Connection does not exist" to more user-friendly error.

12 years agoAdd error for status code of 0.
Michael Jumper [Mon, 26 Mar 2012 00:56:33 +0000 (17:56 -0700)]
Add error for status code of 0.

12 years agoAssume space cap if blank (blank caps would otherwise not render, and IE trims the...
Michael Jumper [Sun, 25 Mar 2012 20:36:01 +0000 (13:36 -0700)]
Assume space cap if blank (blank caps would otherwise not render, and IE trims the contents of XML tags, which breaks the OSK spacebar).

12 years agoGeneric error messages from status codes.
Michael Jumper [Sun, 25 Mar 2012 02:13:32 +0000 (19:13 -0700)]
Generic error messages from status codes.

12 years agoDo not use X-Guacamole-Error-Message - use status code only.
Michael Jumper [Sat, 24 Mar 2012 23:57:58 +0000 (16:57 -0700)]
Do not use X-Guacamole-Error-Message - use status code only.

12 years agoUse screenX/screenY for touch.
Michael Jumper [Fri, 23 Mar 2012 00:28:24 +0000 (17:28 -0700)]
Use screenX/screenY for touch.

12 years agoFix ticket #114 - mouse position calculated incorrectly.
Michael Jumper [Tue, 20 Mar 2012 17:14:49 +0000 (10:14 -0700)]
Fix ticket #114 - mouse position calculated incorrectly.

12 years agoIn chained tunnel, clear handlers in old tunnel when new tunnel is taking over.
Michael Jumper [Mon, 19 Mar 2012 22:11:05 +0000 (15:11 -0700)]
In chained tunnel, clear handlers in old tunnel when new tunnel is taking over.

12 years agoProperly handle errors on write as well as read.
Michael Jumper [Wed, 14 Mar 2012 23:18:11 +0000 (16:18 -0700)]
Properly handle errors on write as well as read.

12 years agoRefactor arc to include drawing direction.
Michael Jumper [Wed, 14 Mar 2012 01:59:57 +0000 (18:59 -0700)]
Refactor arc to include drawing direction.

12 years agoImplement set instruction.
Michael Jumper [Tue, 13 Mar 2012 19:12:59 +0000 (12:12 -0700)]
Implement set instruction.

12 years agoLayers should clip contents.
Michael Jumper [Tue, 13 Mar 2012 07:29:21 +0000 (00:29 -0700)]
Layers should clip contents.

12 years agoImplemented push and pop.
Michael Jumper [Tue, 13 Mar 2012 06:58:07 +0000 (23:58 -0700)]
Implemented push and pop.

12 years agoImplement distort, shade.
Michael Jumper [Tue, 13 Mar 2012 06:25:23 +0000 (23:25 -0700)]
Implement distort, shade.

12 years agoImplement identity, transform.
Michael Jumper [Tue, 13 Mar 2012 00:42:44 +0000 (17:42 -0700)]
Implement identity, transform.

12 years agoImplemented lfill, lstroke.
Michael Jumper [Tue, 13 Mar 2012 00:39:18 +0000 (17:39 -0700)]
Implemented lfill, lstroke.

12 years agoImplemented close, curve, arc.
Michael Jumper [Tue, 13 Mar 2012 00:37:04 +0000 (17:37 -0700)]
Implemented close, curve, arc.

12 years agoImplement start, line, and curve instructions.
Michael Jumper [Tue, 13 Mar 2012 00:27:42 +0000 (17:27 -0700)]
Implement start, line, and curve instructions.

12 years agoRefactored to more reasonable path operations.
Michael Jumper [Tue, 13 Mar 2012 00:04:29 +0000 (17:04 -0700)]
Refactored to more reasonable path operations.

12 years agoBuffers should be resizable, too.
Michael Jumper [Mon, 12 Mar 2012 05:21:54 +0000 (22:21 -0700)]
Buffers should be resizable, too.

12 years agoReset internal stack state when stack automatically reset from resize.
Michael Jumper [Mon, 12 Mar 2012 05:13:10 +0000 (22:13 -0700)]
Reset internal stack state when stack automatically reset from resize.

12 years agoAlphabetized instruction set for future instruction-adding convenience.
Michael Jumper [Mon, 12 Mar 2012 04:59:19 +0000 (21:59 -0700)]
Alphabetized instruction set for future instruction-adding convenience.

12 years agoImplement reset instruction.
Michael Jumper [Mon, 12 Mar 2012 04:48:06 +0000 (21:48 -0700)]
Implement reset instruction.

12 years agoFix cursor - copyRect() has been renamed to copy().
Michael Jumper [Mon, 12 Mar 2012 04:33:39 +0000 (21:33 -0700)]
Fix cursor - copyRect() has been renamed to copy().

12 years agoFix reset() to properly reset EVERYTHING.
Michael Jumper [Mon, 12 Mar 2012 04:30:00 +0000 (21:30 -0700)]
Fix reset() to properly reset EVERYTHING.

12 years agoAccidentally used getLayer() in RGBA component ints.
Michael Jumper [Mon, 12 Mar 2012 04:17:16 +0000 (21:17 -0700)]
Accidentally used getLayer() in RGBA component ints.

12 years agoImplement cfill.
Michael Jumper [Mon, 12 Mar 2012 04:10:07 +0000 (21:10 -0700)]
Implement cfill.

12 years agoImplemented remaining operations as possible.
Michael Jumper [Mon, 12 Mar 2012 04:00:08 +0000 (21:00 -0700)]
Implemented remaining operations as possible.

12 years agoRefactor rect, rename copyRect -> copy, add several necessary operations, remove...
Michael Jumper [Mon, 12 Mar 2012 03:16:36 +0000 (20:16 -0700)]
Refactor rect, rename copyRect -> copy, add several necessary operations, remove unused functions.

12 years agoFor OSK modifiers, call keydown/keyup events only on press, calling keydown if modifi...
Michael Jumper [Sat, 10 Mar 2012 00:38:17 +0000 (16:38 -0800)]
For OSK modifiers, call keydown/keyup events only on press, calling keydown if modifier activated, and keyup if modifier deactivated. Do not call keyup on release if key is a modifier.

12 years agoErrors thrown by connect() of a chained tunnel should be resent to onerror() if caugh...
Michael Jumper [Sat, 10 Mar 2012 00:27:22 +0000 (16:27 -0800)]
Errors thrown by connect() of a chained tunnel should be resent to onerror() if caught within ChainedTunnel.attach().

12 years agoFixed comment on self reference.
Michael Jumper [Sat, 10 Mar 2012 00:12:12 +0000 (16:12 -0800)]
Fixed comment on self reference.

12 years agoJSDoc, remove useless onerror initialization.
Michael Jumper [Sat, 10 Mar 2012 00:11:16 +0000 (16:11 -0800)]
JSDoc, remove useless onerror initialization.

12 years agoOnly chain to next tunnel if no instructions received. Pass through errors otherwise.
Michael Jumper [Sat, 10 Mar 2012 00:00:23 +0000 (16:00 -0800)]
Only chain to next tunnel if no instructions received. Pass through errors otherwise.

12 years agoImplement ChainedTunnel, which wraps an arbitrary list of tunnels, using each in...
Michael Jumper [Fri, 9 Mar 2012 23:53:54 +0000 (15:53 -0800)]
Implement ChainedTunnel, which wraps an arbitrary list of tunnels, using each in order if a tunnel fails.

12 years agoImplement tunnel onerror() for WebSocket.
Michael Jumper [Fri, 9 Mar 2012 22:56:41 +0000 (14:56 -0800)]
Implement tunnel onerror() for WebSocket.

12 years agoImplemented WebSocketTunnel.
Michael Jumper [Fri, 9 Mar 2012 20:27:16 +0000 (12:27 -0800)]
Implemented WebSocketTunnel.

12 years agoRevert "Removing WebSocket tunnel for stable release. It will be back."
Michael Jumper [Thu, 8 Mar 2012 05:38:47 +0000 (21:38 -0800)]
Revert "Removing WebSocket tunnel for stable release. It will be back."

This reverts commit 31a7ce3912ebed5d6fee8b5d400b982b2e87cbfd.

12 years agoAdding Matt Hortman to list of contributors.
Michael Jumper [Mon, 5 Mar 2012 20:18:15 +0000 (12:18 -0800)]
Adding Matt Hortman to list of contributors.

12 years agoMerge remote branch 'matthortman/MBH' into merge-matt
Michael Jumper [Mon, 5 Mar 2012 19:52:14 +0000 (11:52 -0800)]
Merge remote branch 'matthortman/MBH' into merge-matt

12 years agoJS bitwise operators use all 32-bits, added mask to keep bitwise NOT to 8-bits
Matt Hortman [Mon, 5 Mar 2012 17:07:45 +0000 (12:07 -0500)]
JS bitwise operators use all 32-bits, added mask to keep bitwise NOT to 8-bits

12 years agoFix OSK to work in IE9+
Michael Jumper [Fri, 2 Mar 2012 00:00:07 +0000 (16:00 -0800)]
Fix OSK to work in IE9+

12 years agoOnly use classList.add() and classList.remove() if classList is supported.
Michael Jumper [Wed, 29 Feb 2012 21:34:11 +0000 (13:34 -0800)]
Only use classList.add() and classList.remove() if classList is supported.

12 years agoTransfer functions on abstract pixels.
Michael Jumper [Mon, 27 Feb 2012 21:23:07 +0000 (13:23 -0800)]
Transfer functions on abstract pixels.

12 years agoActually DRAW image data.
Michael Jumper [Mon, 27 Feb 2012 20:36:25 +0000 (12:36 -0800)]
Actually DRAW image data.

12 years agoInitial refactor of raster operations to real transfer functions.
Michael Jumper [Mon, 27 Feb 2012 20:23:38 +0000 (12:23 -0800)]
Initial refactor of raster operations to real transfer functions.

12 years agoUse composite operation instead of channel mask.
Michael Jumper [Mon, 27 Feb 2012 19:41:28 +0000 (11:41 -0800)]
Use composite operation instead of channel mask.

12 years agoUse transfer function within copy, if set.
Michael Jumper [Mon, 27 Feb 2012 19:35:02 +0000 (11:35 -0800)]
Use transfer function within copy, if set.

12 years agoImplement raster operations as transfer functions, rename setChannelMask to setCompos...
Michael Jumper [Mon, 27 Feb 2012 19:20:25 +0000 (11:20 -0800)]
Implement raster operations as transfer functions, rename setChannelMask to setCompositeOperation, supporting both channel masks and binary raster operations.

12 years agoBumped version to 0.6.0
Michael Jumper [Thu, 23 Feb 2012 21:27:08 +0000 (13:27 -0800)]
Bumped version to 0.6.0

12 years agoUpdate cursor position when cursor image/hotspot is updated.
Michael Jumper [Thu, 23 Feb 2012 19:22:15 +0000 (11:22 -0800)]
Update cursor position when cursor image/hotspot is updated.

12 years agoFix mousewheel support.
Michael Jumper [Thu, 23 Feb 2012 18:23:36 +0000 (10:23 -0800)]
Fix mousewheel support.

12 years agoNo capture for anything.
Michael Jumper [Wed, 22 Feb 2012 23:23:10 +0000 (15:23 -0800)]
No capture for anything.

12 years agoUse addEventListener() for mouse, fix handling of mouseout.
Michael Jumper [Wed, 22 Feb 2012 23:14:27 +0000 (15:14 -0800)]
Use addEventListener() for mouse, fix handling of mouseout.

12 years agoImplement dispose instruction.
Michael Jumper [Mon, 20 Feb 2012 20:48:26 +0000 (12:48 -0800)]
Implement dispose instruction.

12 years agoLayer should preserve composite operation through resize.
Michael Jumper [Wed, 15 Feb 2012 20:26:56 +0000 (12:26 -0800)]
Layer should preserve composite operation through resize.

12 years agoApplication should hide cursor. Do not require CSS class definitions.
Michael Jumper [Wed, 15 Feb 2012 18:17:27 +0000 (10:17 -0800)]
Application should hide cursor. Do not require CSS class definitions.

12 years agoSupport for new buffered cursor instruction.
Michael Jumper [Wed, 15 Feb 2012 18:10:49 +0000 (10:10 -0800)]
Support for new buffered cursor instruction.

12 years agoWrong location for declaration.
Michael Jumper [Wed, 15 Feb 2012 07:07:39 +0000 (23:07 -0800)]
Wrong location for declaration.

12 years agoAdded pre-defined channel mask constants. Setting cursor layer to Guacamole.Layer...
Michael Jumper [Wed, 15 Feb 2012 06:58:52 +0000 (22:58 -0800)]
Added pre-defined channel mask constants. Setting cursor layer to Guacamole.Layer.SRC.

12 years agoMove cursor layer, rather than redrawing cursor image.
Michael Jumper [Wed, 15 Feb 2012 05:11:38 +0000 (21:11 -0800)]
Move cursor layer, rather than redrawing cursor image.

12 years agoInitial support for move instruction and layer containers.
Michael Jumper [Wed, 15 Feb 2012 04:46:48 +0000 (20:46 -0800)]
Initial support for move instruction and layer containers.

12 years agoModify to support new size instruction format (stub).
Michael Jumper [Sun, 12 Feb 2012 06:00:18 +0000 (22:00 -0800)]
Modify to support new size instruction format (stub).

12 years agoCorrect description of touch support.
Michael Jumper [Thu, 9 Feb 2012 18:43:25 +0000 (10:43 -0800)]
Correct description of touch support.

12 years agoMust only check response if readyState >= 2.
Michael Jumper [Thu, 9 Feb 2012 18:01:55 +0000 (10:01 -0800)]
Must only check response if readyState >= 2.

12 years agoSynchronize layers properly in copy.
Michael Jumper [Mon, 30 Jan 2012 08:53:13 +0000 (00:53 -0800)]
Synchronize layers properly in copy.

12 years agoProperly block source layer until copy to destination is complete.
Michael Jumper [Thu, 26 Jan 2012 19:48:19 +0000 (11:48 -0800)]
Properly block source layer until copy to destination is complete.

12 years agoHandle events via addEventListener(). This solves an issue with touch events firing...
Michael Jumper [Wed, 25 Jan 2012 06:56:53 +0000 (22:56 -0800)]
Handle events via addEventListener(). This solves an issue with touch events firing twice (they were firing once for bubble and once for capture). With addEventListener(), they fire once.

12 years agoTrack pressed status of keys. Only release/press keys if not already in that status.
Michael Jumper [Mon, 23 Jan 2012 23:24:35 +0000 (15:24 -0800)]
Track pressed status of keys. Only release/press keys if not already in that status.

12 years agoAdded DTD for keyboard XML.
Michael Jumper [Mon, 23 Jan 2012 23:18:16 +0000 (15:18 -0800)]
Added DTD for keyboard XML.

12 years agoAdd call for key events, refactor to onkeydown and onkeyup.
Michael Jumper [Mon, 23 Jan 2012 23:14:47 +0000 (15:14 -0800)]
Add call for key events, refactor to onkeydown and onkeyup.

12 years agoRound to nearest tenth, rather than integer.
Michael Jumper [Mon, 23 Jan 2012 21:48:30 +0000 (13:48 -0800)]
Round to nearest tenth, rather than integer.

12 years agoRelease key on mouse out.
Michael Jumper [Mon, 23 Jan 2012 18:51:12 +0000 (10:51 -0800)]
Release key on mouse out.

12 years agoSupport for user-defined classes in keyboard XML.
Michael Jumper [Mon, 23 Jan 2012 18:41:39 +0000 (10:41 -0800)]
Support for user-defined classes in keyboard XML.

12 years agoUse pressed classname for pressed keys.
Michael Jumper [Mon, 23 Jan 2012 18:04:27 +0000 (10:04 -0800)]
Use pressed classname for pressed keys.

12 years agoTrack pressed state for modifiers globally. Do not track pressed state of non-modifiers.
Michael Jumper [Sat, 21 Jan 2012 20:58:44 +0000 (12:58 -0800)]
Track pressed state for modifiers globally. Do not track pressed state of non-modifiers.

12 years agoOnly modifier states should toggle.
Michael Jumper [Sat, 21 Jan 2012 20:53:59 +0000 (12:53 -0800)]
Only modifier states should toggle.

12 years agoToggle modifier pressed states.
Michael Jumper [Sat, 21 Jan 2012 20:53:18 +0000 (12:53 -0800)]
Toggle modifier pressed states.

12 years agoInitial version of onclick for keys, improved classes.
Michael Jumper [Sat, 21 Jan 2012 20:06:43 +0000 (12:06 -0800)]
Initial version of onclick for keys, improved classes.

12 years agoBetter classname assignment for keycaps, restructure of keyboard (keyboard/key-contai...
Michael Jumper [Sat, 21 Jan 2012 06:33:14 +0000 (22:33 -0800)]
Better classname assignment for keycaps, restructure of keyboard (keyboard/key-container(s)/key/cap(s)).

12 years agoStore caps by modifier in keys within central key array.
Michael Jumper [Fri, 20 Jan 2012 21:57:32 +0000 (13:57 -0800)]
Store caps by modifier in keys within central key array.

12 years agoResizable elements.
Michael Jumper [Thu, 19 Jan 2012 23:05:53 +0000 (15:05 -0800)]
Resizable elements.

12 years agoImproved placement and available classes.
Michael Jumper [Thu, 19 Jan 2012 22:25:42 +0000 (14:25 -0800)]
Improved placement and available classes.

12 years agoStyle key containers, add line-height.
Michael Jumper [Thu, 19 Jan 2012 20:07:53 +0000 (12:07 -0800)]
Style key containers, add line-height.

12 years agoFixed style and positioning.
Michael Jumper [Thu, 19 Jan 2012 19:47:41 +0000 (11:47 -0800)]
Fixed style and positioning.

12 years agoSet key size, improve class names.
Michael Jumper [Thu, 19 Jan 2012 19:22:49 +0000 (11:22 -0800)]
Set key size, improve class names.

12 years agoFixed parsing.
Michael Jumper [Thu, 19 Jan 2012 19:19:02 +0000 (11:19 -0800)]
Fixed parsing.

12 years agoRefactor XML parse, use getElement() instead of overriding DOM.
Michael Jumper [Thu, 19 Jan 2012 18:39:39 +0000 (10:39 -0800)]
Refactor XML parse, use getElement() instead of overriding DOM.

12 years agoAdded Task.unblock(), updated block check and update handling mechanism.
Michael Jumper [Thu, 12 Jan 2012 18:48:31 +0000 (10:48 -0800)]
Added Task.unblock(), updated block check and update handling mechanism.

12 years agoFix race condition where the source of a copy operation may be altered before the...
Michael Jumper [Wed, 11 Jan 2012 07:06:28 +0000 (23:06 -0800)]
Fix race condition where the source of a copy operation may be altered before the destination is drawn to (thus the copy may not always copy what we THINK it should be copying, especially if many buffers are repeatedly used and quickly discarded).