guacamole-common-js.git
13 years agoAdded busy handlers for layer, implemented ready instruction handling in client
Michael Jumper [Sat, 5 Mar 2011 22:47:50 +0000 (14:47 -0800)]
Added busy handlers for layer, implemented ready instruction handling in client

13 years agoFixed error in call to redrawCursor() and layer
Michael Jumper [Thu, 3 Mar 2011 01:21:26 +0000 (17:21 -0800)]
Fixed error in call to redrawCursor() and layer

13 years agoExtracted tunnel, mouse, and keyboard handling from GuacamoleClient
Michael Jumper [Thu, 3 Mar 2011 00:01:03 +0000 (16:01 -0800)]
Extracted tunnel, mouse, and keyboard handling from GuacamoleClient

13 years agoFixed layer positioning.
Michael Jumper [Sun, 20 Feb 2011 21:50:22 +0000 (13:50 -0800)]
Fixed layer positioning.

13 years agoMore efficient layer implementation (job queue, rather than array + ids... should...
Michael Jumper [Sun, 20 Feb 2011 21:20:17 +0000 (13:20 -0800)]
More efficient layer implementation (job queue, rather than array + ids... should be less mem)

13 years agoAutodetect whether polling should be stopped (whether browser supports multiple ready...
Michael Jumper [Sat, 19 Feb 2011 07:50:35 +0000 (23:50 -0800)]
Autodetect whether polling should be stopped (whether browser supports multiple readyState==3 events).

13 years agoFIX: Not all browsers send onreadystatechange for new data (Opera doesn't)
Michael Jumper [Sat, 19 Feb 2011 07:26:47 +0000 (23:26 -0800)]
FIX: Not all browsers send onreadystatechange for new data (Opera doesn't)

13 years agoMerge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole...
Michael Jumper [Fri, 18 Feb 2011 03:23:02 +0000 (19:23 -0800)]
Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-common-js into unstable

13 years agoRemoved SNAPSHOT
Michael Jumper [Fri, 18 Feb 2011 03:19:05 +0000 (19:19 -0800)]
Removed SNAPSHOT

13 years agoremoveChild(), not removeNode()
Michael Jumper [Thu, 17 Feb 2011 10:27:49 +0000 (02:27 -0800)]
removeChild(), not removeNode()

13 years agoMerge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole...
Michael Jumper [Thu, 17 Feb 2011 10:11:59 +0000 (02:11 -0800)]
Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-common-js into unstable

13 years agoAdding a layer should not remove ALL contents of display (the on-screen keyboard...
Michael Jumper [Thu, 17 Feb 2011 10:05:36 +0000 (02:05 -0800)]
Adding a layer should not remove ALL contents of display (the on-screen keyboard, for example, is a child of the display)

13 years agoFixed deadlock in layer
Michael Jumper [Wed, 16 Feb 2011 02:46:02 +0000 (18:46 -0800)]
Fixed deadlock in layer

13 years agocopyRect should be synchronized with source layer/buffer's updates (as it may not...
Michael Jumper [Sun, 13 Feb 2011 02:22:39 +0000 (18:22 -0800)]
copyRect should be synchronized with source layer/buffer's updates (as it may not be finished drawing by the time a copy is issued)

13 years agoFixed error when layers are missing
Michael Jumper [Sun, 13 Feb 2011 02:10:46 +0000 (18:10 -0800)]
Fixed error when layers are missing

13 years agoAdded autosize to layer
Michael Jumper [Sun, 13 Feb 2011 00:14:29 +0000 (16:14 -0800)]
Added autosize to layer

13 years agoTrue layer and buffer support (not stub)
Michael Jumper [Sat, 12 Feb 2011 22:07:12 +0000 (14:07 -0800)]
True layer and buffer support (not stub)

13 years agoStub implementation of layer/buffer support (initial compat for new version of protocol)
Michael Jumper [Sat, 12 Feb 2011 09:35:32 +0000 (01:35 -0800)]
Stub implementation of layer/buffer support (initial compat for new version of protocol)

13 years agoUsing handler for name message, rather than setting document.title directly (as this...
Michael Jumper [Mon, 24 Jan 2011 22:06:56 +0000 (14:06 -0800)]
Using handler for name message, rather than setting document.title directly (as this is now a JS library)

13 years agoUsing UTF-8 source encoding.
Michael Jumper [Mon, 24 Jan 2011 01:02:56 +0000 (17:02 -0800)]
Using UTF-8 source encoding.

13 years agoUsing new tunnel servlet API
Michael Jumper [Sun, 23 Jan 2011 23:22:06 +0000 (15:22 -0800)]
Using new tunnel servlet API

13 years agoMoved error style change into hook
Michael Jumper [Sun, 23 Jan 2011 09:42:37 +0000 (01:42 -0800)]
Moved error style change into hook

13 years agoInitial commit
Michael Jumper [Sun, 23 Jan 2011 06:08:14 +0000 (22:08 -0800)]
Initial commit