guacamole-common-js.git
2011-12-10 Michael JumperRemoving WebSocket tunnel for stable release. It will...
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
2011-11-04 Michael JumperBumped versions to 0.5.0.
2011-10-11 Michael JumperCode cleanup.
2011-09-16 Michael JumperUpdated comments
2011-09-11 Michael JumperPartial implementation of new format instructions in...
2011-09-11 Michael JumperSupport for new instruction format.
2011-09-02 Michael JumperAutomatically handle relative URLs.
2011-09-01 Michael JumperWorking initial implementation of websocket tunnel.
2011-08-29 Michael JumperDrag support.
2011-08-27 Michael JumperTap support, ignore mouse events while touch events...
2011-08-26 Michael JumperChanged simulated mouse to simulated touchpad. Temporar...
2011-08-26 Michael JumperMerge branch 'unstable' into touch-support
2011-08-19 Michael JumperFixed layer resize(), avoid multiple handlePengingTasks...
2011-08-09 Michael JumperAlpha for rgba() is from 0.0 to 1.0, not 0 to 255.
2011-07-21 Michael JumperRect and clip instructions.
2011-07-13 Michael JumperFixed message generation logic.
2011-07-13 Michael JumperClient now handles tunnel errors.
2011-07-11 Michael JumperTunnel JSDoc.
2011-07-09 Michael JumperMore JSDoc and cleanup.
2011-07-08 Michael JumperCleanup, JSDoc for keyboard events.
2011-07-08 Michael JumperSome JSDoc for keyboard, cleaned up keymap.
2011-07-08 Michael JumperFixed type error in copy rect of Layer.
2011-07-08 Michael JumperBetter mouse state object, more JSDoc, cleanup.
2011-07-06 Michael JumperFixed autosize -> layer.autosize.
2011-07-06 Michael JumperFinished JSDoc of Layer, more cleanup.
2011-07-06 Michael JumperMore JSDoc, renamed Update to Task, fixed wording.
2011-07-06 Michael JumperMore JSDoc.
2011-07-06 Michael JumperJSDoc + namespace, some cleanup.
2011-07-05 Michael JumperMore migration to traditional JS events.
2011-07-04 Michael JumperMigrating to traditional JS handlers.
2011-07-03 Michael JumperRemoved keymap (merged into keyboard), fixed JS semicol...
2011-06-09 Michael JumperExperimental working touch-based mouse.
2011-05-27 Michael JumperUpdated version numbers to 0.4.0
2011-05-18 Michael JumperFixed initial draw location for new cursors
2011-05-17 Michael JumperFixed issue with moving cursor when icon updates.
2011-04-26 Michael JumperRelease mouse buttons if mouse leaves browser window.
2011-04-09 Michael JumperError handling, added data submission for connect.
2011-04-08 Michael JumperAdded support for multiple tunnels (tunnel UUID returne...
2011-04-03 Michael JumperFixed potential layer sync issue (if multiple layers...
2011-04-03 Michael JumperFixed copyrect: although synchronization was properly...
2011-04-01 Michael JumperFixed typo in copy.
2011-03-30 Michael JumperAdded channel mask.
2011-03-12 Michael JumperSupport for sync instruction
2011-03-09 Michael JumperRemoved unnecessary (and often ignored) setting of...
2011-03-09 Michael JumperAdded missing semicolons, improved state handling
2011-03-09 Michael JumperAdded disconnect function to tunnel, added automatic...
2011-03-07 Michael JumperRevert "Added busy handlers for layer, implemented...
2011-03-05 Michael JumperAdded busy handlers for layer, implemented ready instru...
2011-03-03 Michael JumperFixed error in call to redrawCursor() and layer
2011-03-03 Michael JumperExtracted tunnel, mouse, and keyboard handling from...
2011-02-20 Michael JumperFixed layer positioning.
2011-02-20 Michael JumperMore efficient layer implementation (job queue, rather...
2011-02-19 Michael JumperAutodetect whether polling should be stopped (whether...
2011-02-19 Michael JumperFIX: Not all browsers send onreadystatechange for new...
2011-02-18 Michael JumperMerge branch 'unstable' of ssh://guacamole.git.sourcefo...
2011-02-18 Michael JumperRemoved SNAPSHOT
2011-02-17 Michael JumperremoveChild(), not removeNode()
2011-02-17 Michael JumperMerge branch 'unstable' of ssh://guacamole.git.sourcefo...
2011-02-17 Michael JumperAdding a layer should not remove ALL contents of displa...
2011-02-16 Michael JumperFixed deadlock in layer
2011-02-13 Michael JumpercopyRect should be synchronized with source layer/buffe...
2011-02-13 Michael JumperFixed error when layers are missing
2011-02-13 Michael JumperAdded autosize to layer
2011-02-12 Michael JumperTrue layer and buffer support (not stub)
2011-02-12 Michael JumperStub implementation of layer/buffer support (initial...
2011-01-24 Michael JumperUsing handler for name message, rather than setting...
2011-01-24 Michael JumperUsing UTF-8 source encoding.
2011-01-23 Michael JumperUsing new tunnel servlet API
2011-01-23 Michael JumperMoved error style change into hook
2011-01-23 Michael JumperInitial commit