Fix jsdoc, add missing documentation.
[guacamole-common-js.git] / src / main / resources / oskeyboard.js
2012-08-11 Michael JumperFix jsdoc, add missing documentation.
2012-03-25 Michael JumperAssume space cap if blank (blank caps would otherwise...
2012-03-10 Michael JumperFor OSK modifiers, call keydown/keyup events only on...
2012-03-02 Michael JumperFix OSK to work in IE9+
2012-02-29 Michael JumperOnly use classList.add() and classList.remove() if...
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...
2011-12-11 Michael JumperFix errors in IE due to lack of textContent support.
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
2011-10-11 Michael JumperCode cleanup.
2011-07-09 Michael JumperMore JSDoc and cleanup.
2011-07-06 Michael JumperJSDoc + namespace, some cleanup.
2011-01-23 Michael JumperInitial commit