Add scale function, use bounding div for main display element, such that the display...
[guacamole-common-js.git] / src / main / resources / guacamole.js
2012-04-01 Michael JumperAdd scale function, use bounding div for main display...
2012-03-30 Michael JumperMove layers using translation via matrices - do not...
2012-03-14 Michael JumperRefactor arc to include drawing direction.
2012-03-13 Michael JumperImplement set instruction.
2012-03-13 Michael JumperLayers should clip contents.
2012-03-13 Michael JumperImplemented push and pop.
2012-03-13 Michael JumperImplement distort, shade.
2012-03-13 Michael JumperImplement identity, transform.
2012-03-13 Michael JumperImplemented lfill, lstroke.
2012-03-13 Michael JumperImplemented close, curve, arc.
2012-03-13 Michael JumperImplement start, line, and curve instructions.
2012-03-12 Michael JumperBuffers should be resizable, too.
2012-03-12 Michael JumperAlphabetized instruction set for future instruction...
2012-03-12 Michael JumperImplement reset instruction.
2012-03-12 Michael JumperFix cursor - copyRect() has been renamed to copy().
2012-03-12 Michael JumperAccidentally used getLayer() in RGBA component ints.
2012-03-12 Michael JumperImplement cfill.
2012-03-12 Michael JumperRefactor rect, rename copyRect -> copy, add several...
2012-03-05 Michael JumperAdding Matt Hortman to list of contributors.
2012-03-05 Matt HortmanJS bitwise operators use all 32-bits, added mask to...
2012-02-27 Michael JumperTransfer functions on abstract pixels.
2012-02-27 Michael JumperInitial refactor of raster operations to real transfer...
2012-02-27 Michael JumperUse composite operation instead of channel mask.
2012-02-23 Michael JumperUpdate cursor position when cursor image/hotspot is...
2012-02-20 Michael JumperImplement dispose instruction.
2012-02-15 Michael JumperApplication should hide cursor. Do not require CSS...
2012-02-15 Michael JumperSupport for new buffered cursor instruction.
2012-02-15 Michael JumperAdded pre-defined channel mask constants. Setting curso...
2012-02-15 Michael JumperMove cursor layer, rather than redrawing cursor image.
2012-02-15 Michael JumperInitial support for move instruction and layer containers.
2012-02-12 Michael JumperModify to support new size instruction format (stub).
2012-01-09 Michael JumperOnly send sync response if timestamp is changing.
2012-01-09 Michael JumperAutomatically ping every 5 seconds.
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
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