Code cleanup.
[guacamole-common-js.git] / src / main / resources / guacamole.js
2011-10-11 Michael JumperCode cleanup.
2011-09-11 Michael JumperPartial implementation of new format instructions in...
2011-09-11 Michael JumperSupport for new instruction format.
2011-07-21 Michael JumperRect and clip instructions.
2011-07-13 Michael JumperClient now handles tunnel errors.
2011-07-09 Michael JumperMore JSDoc and cleanup.
2011-07-08 Michael JumperBetter mouse state object, more JSDoc, cleanup.
2011-07-06 Michael JumperMore JSDoc.
2011-07-06 Michael JumperJSDoc + namespace, some cleanup.
2011-07-04 Michael JumperMigrating to traditional JS handlers.
2011-07-03 Michael JumperRemoved keymap (merged into keyboard), fixed JS semicol...
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-09 Michael JumperError handling, added data submission for connect.
2011-04-03 Michael JumperFixed potential layer sync issue (if multiple layers...
2011-03-30 Michael JumperAdded channel mask.
2011-03-12 Michael JumperSupport for sync instruction
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-19 Michael JumperAutodetect whether polling should be stopped (whether...
2011-02-19 Michael JumperFIX: Not all browsers send onreadystatechange for new...
2011-02-17 Michael JumperremoveChild(), not removeNode()
2011-02-17 Michael JumperAdding a layer should not remove ALL contents of displa...
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-23 Michael JumperUsing new tunnel servlet API
2011-01-23 Michael JumperMoved error style change into hook
2011-01-23 Michael JumperInitial commit