guacamole-common-js.git
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 JumperBumped version to 0.6.0
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 JumperAdded DTD for keyboard XML.
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-14 Michael JumperFixed typo in README
2011-12-13 Michael JumperRemoved unused repo.
2011-12-13 Michael JumperRemoved SSH plugin requirement and dist management.
2011-12-12 Michael JumperAdded changelog.
2011-12-11 Michael JumperAdded README.
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-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.
next