Generic error messages from status codes.
[guacamole-common-js.git] / src /
2012-03-25 Michael JumperGeneric error messages from status codes.
2012-03-24 Michael JumperDo not use X-Guacamole-Error-Message - use status code...
2012-03-23 Michael JumperUse screenX/screenY for touch.
2012-03-20 Michael JumperFix ticket #114 - mouse position calculated incorrectly.
2012-03-19 Michael JumperIn chained tunnel, clear handlers in old tunnel when...
2012-03-14 Michael JumperProperly handle errors on write as well as read.
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-13 Michael JumperRefactored to more reasonable path operations.
2012-03-12 Michael JumperBuffers should be resizable, too.
2012-03-12 Michael JumperReset internal stack state when stack automatically...
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 JumperFix reset() to properly reset EVERYTHING.
2012-03-12 Michael JumperAccidentally used getLayer() in RGBA component ints.
2012-03-12 Michael JumperImplement cfill.
2012-03-12 Michael JumperImplemented remaining operations as possible.
2012-03-12 Michael JumperRefactor rect, rename copyRect -> copy, add several...
2012-03-10 Michael JumperFor OSK modifiers, call keydown/keyup events only on...
2012-03-10 Michael JumperErrors thrown by connect() of a chained tunnel should...
2012-03-10 Michael JumperFixed comment on self reference.
2012-03-10 Michael JumperJSDoc, remove useless onerror initialization.
2012-03-10 Michael JumperOnly chain to next tunnel if no instructions received...
2012-03-09 Michael JumperImplement ChainedTunnel, which wraps an arbitrary list...
2012-03-09 Michael JumperImplement tunnel onerror() for WebSocket.
2012-03-09 Michael JumperImplemented WebSocketTunnel.
2012-03-08 Michael JumperRevert "Removing WebSocket tunnel for stable release...
2012-03-05 Michael JumperAdding Matt Hortman to list of contributors.
2012-03-05 Michael JumperMerge remote branch 'matthortman/MBH' into merge-matt
2012-03-05 Matt HortmanJS bitwise operators use all 32-bits, added mask to...
2012-03-02 Michael JumperFix OSK to work in IE9+
2012-02-29 Michael JumperOnly use classList.add() and classList.remove() if...
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 composite operation instead of channel mask.
2012-02-27 Michael JumperUse transfer function within copy, if set.
2012-02-27 Michael JumperImplement raster operations as transfer functions,...
2012-02-23 Michael JumperUpdate cursor position when cursor image/hotspot is...
2012-02-23 Michael JumperFix mousewheel support.
2012-02-22 Michael JumperNo capture for anything.
2012-02-22 Michael JumperUse addEventListener() for mouse, fix handling of mouseout.
2012-02-20 Michael JumperImplement dispose instruction.
2012-02-15 Michael JumperLayer should preserve composite operation through resize.
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 JumperWrong location for declaration.
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-02-09 Michael JumperCorrect description of touch support.
2012-02-09 Michael JumperMust only check response if readyState >= 2.
2012-01-30 Michael JumperSynchronize layers properly in copy.
2012-01-26 Michael JumperProperly block source layer until copy to destination...
2012-01-25 Michael JumperHandle events via addEventListener(). This solves an...
2012-01-23 Michael JumperTrack pressed status of keys. Only release/press keys...
2012-01-23 Michael JumperAdd call for key events, refactor to onkeydown and...
2012-01-23 Michael JumperRound to nearest tenth, rather than integer.
2012-01-23 Michael JumperRelease key on mouse out.
2012-01-23 Michael JumperSupport for user-defined classes in keyboard XML.
2012-01-23 Michael JumperUse pressed classname for pressed keys.
2012-01-21 Michael JumperTrack pressed state for modifiers globally. Do not...
2012-01-21 Michael JumperOnly modifier states should toggle.
2012-01-21 Michael JumperToggle modifier pressed states.
2012-01-21 Michael JumperInitial version of onclick for keys, improved classes.
2012-01-21 Michael JumperBetter classname assignment for keycaps, restructure...
2012-01-20 Michael JumperStore caps by modifier in keys within central key array.
2012-01-19 Michael JumperResizable elements.
2012-01-19 Michael JumperImproved placement and available classes.
2012-01-19 Michael JumperStyle key containers, add line-height.
2012-01-19 Michael JumperFixed style and positioning.
2012-01-19 Michael JumperSet key size, improve class names.
2012-01-19 Michael JumperFixed parsing.
2012-01-19 Michael JumperRefactor XML parse, use getElement() instead of overrid...
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...
2012-01-09 Michael JumperOnly send sync response if timestamp is changing.
2012-01-09 Michael JumperAutomatically ping every 5 seconds.
2011-12-20 Michael JumperPrevent mouse from leaving screen when moved via touch...
2011-12-11 Michael JumperFixes ticket #61 - adds catches where necessary to...
2011-12-11 Michael JumperFix errors in IE due to lack of textContent support.
2011-12-10 Michael JumperRemoving WebSocket tunnel for stable release. It will...
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
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.
next