Fix jsdoc, add missing documentation.
[guacamole-common-js.git] / src / main / resources / layer.js
2012-08-11 Michael JumperFix jsdoc, add missing documentation.
2012-04-05 Michael JumperRevert fixes for iPad #90 due to performance regression...
2012-04-03 Michael JumperMore efficient blocking, leveraging the now-necessary...
2012-04-03 Michael JumperFix iPad synchronization issue (ticket #90).
2012-03-14 Michael JumperRefactor arc to include drawing direction.
2012-03-13 Michael JumperRefactored to more reasonable path operations.
2012-03-12 Michael JumperReset internal stack state when stack automatically...
2012-03-12 Michael JumperFix reset() to properly reset EVERYTHING.
2012-03-12 Michael JumperImplemented remaining operations as possible.
2012-03-12 Michael JumperRefactor rect, rename copyRect -> copy, add several...
2012-02-27 Michael JumperTransfer functions on abstract pixels.
2012-02-27 Michael JumperActually DRAW image data.
2012-02-27 Michael JumperInitial refactor of raster operations to real transfer...
2012-02-27 Michael JumperUse transfer function within copy, if set.
2012-02-27 Michael JumperImplement raster operations as transfer functions,...
2012-02-15 Michael JumperLayer should preserve composite operation through resize.
2012-02-15 Michael JumperWrong location for declaration.
2012-02-15 Michael JumperAdded pre-defined channel mask constants. Setting curso...
2012-01-30 Michael JumperSynchronize layers properly in copy.
2012-01-26 Michael JumperProperly block source layer until copy to destination...
2012-01-12 Michael JumperAdded Task.unblock(), updated block check and update...
2012-01-11 Michael JumperFix race condition where the source of a copy operation...
2012-01-10 Michael JumperCopying from a buffer with no width/height should not...
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
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-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-03 Michael JumperRemoved keymap (merged into keyboard), fixed JS semicol...
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-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-02-20 Michael JumperFixed layer positioning.
2011-02-20 Michael JumperMore efficient layer implementation (job queue, rather...
2011-02-16 Michael JumperFixed deadlock in layer
2011-02-13 Michael JumpercopyRect should be synchronized with source layer/buffe...
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-23 Michael JumperInitial commit