aboutsummaryrefslogtreecommitdiffstats
path: root/pages/hud.coffee
AgeCommit message (Expand)Author
2017-09-29Manually inject custom user CSS into our own frames/pagesmrmr1993
2017-04-18Avoid repeating Backspace and Delete keys.Stephen Blott
2017-04-18Remove use of keyCodes entirely.Stephen Blott
2017-04-16Guard against unsupported non-standard contentEditable=plaintext-onlymrmr1993
2016-12-12Float find-mode matches to the right.Stephen Blott
2016-04-18Remove unused message data.Stephen Blott
2016-04-18Simplify find-mode exit event.Stephen Blott
2016-04-16Minor code review.Stephen Blott
2016-04-16Remove dead code from the HUD initialization.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-11Only add find-mode HUD text if there is any.Stephen Blott
2016-02-20Use for (not for own) when iterating over an event's propertiesmrmr1993
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2015-06-13Pad the HUD leading / with a "hair space"mrmr1993
2015-06-13Suppress arrow events in find-mode HUD.Stephen Blott
2015-06-13Place cursor at end of find-mode input...Stephen Blott
2015-06-10Tweaks to up/down handler in find mode HUD to give it the data it needsmrmr1993
2015-06-10Handle up and down keys directly in the HUDmrmr1993
2015-06-10Move FindModeHistory to its own file to be used by the HUD iframe toomrmr1993
2015-06-10Replace   with normal spaces for HUD find modemrmr1993
2015-06-10Accept input in the HUD iframemrmr1993
2015-06-10Reduce down the HUD's match count string codemrmr1993
2015-06-10Make all find mode updates go via the HUD in preparation to use an inputmrmr1993
2015-06-10Decide find mode text in the HUD iframe, not in frontendmrmr1993
2015-05-13Minor fixes for #1658.Stephen Blott
2015-05-13Move the HUD to an iframe, managed by UIComponentmrmr1993