aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/hud.coffee
AgeCommit message (Expand)Author
2017-11-18FF: Show HUD (transparently) when pasting, manage focus changes bettermrmr1993
2017-11-18Initialize the HUD for clipboard operations if it hasn't been alreadymrmr1993
2017-11-18FF: Add copy/paste functions to the HUDmrmr1993
2017-10-27Move FindMode exit functions into FindModemrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-04-16Rework FindMode HUD refocusing to not depend directly on the HUDmrmr1993
2016-12-21Don't focus non-focusable node.Stephen Blott
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-18Simplify find-mode exit event.Stephen Blott
2016-04-18Abandon HUD on help-dialog close.Stephen Blott
2016-04-18Require documentReady for all UI components.Stephen Blott
2016-04-18Revert "UI-compnent commands must wait for the document to be ready."Stephen Blott
2016-04-17UI-compnent commands must wait for the document to be ready.Stephen Blott
2016-04-17Do not init() the HUD until it's needed.Stephen Blott
2016-04-16Self code review re. ui-component focus handling.Stephen Blott
2016-04-16Remove dead code from the HUD initialization.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-09A UI component isn't ready until it's ready.Stephen Blott
2016-03-18Refactor the front-end initialisation sequence.Stephen Blott
2016-03-06Initialize UI components only when they're needed.Stephen Blott
2016-03-06Make HUD.init() idempotent.Stephen Blott
2016-02-20hideHUD option applies to insert mode only.Stephen Blott
2015-08-26Use createElementNS for XML documents and remove XML specific codepathsmrmr1993
2015-06-13Refactor duplicate code.Stephen Blott
2015-06-13Refactor findInPlace.Stephen Blott
2015-06-11Make exiting FindMode with <esc> work as it should againmrmr1993
2015-06-10Update rawQuery directly from FindMode.updateQuerymrmr1993
2015-06-10Move findModeQuery to FindMode.querymrmr1993
2015-06-10Move updateFindModeQuery to FindMode.updateQuerymrmr1993
2015-06-10Inline HUD.findModeKeydown at its sole callsitemrmr1993
2015-06-10Remove redundancy in HUD.findModeKeydownmrmr1993
2015-06-10Move findModeQueryHasResults to findModeQuery.hasResultsmrmr1993
2015-06-10Remove global findMode and pass new FindMode instances direct to the HUDmrmr1993
2015-06-10Remove unused argument to HUD.showFindModemrmr1993
2015-06-10Inline HUD.updateMatchesCount at its sole callsitemrmr1993
2015-06-10Inline showFindModeHUDForQuery at its sole callsitemrmr1993
2015-06-10Integrate performFindInPlace into FindMode as findInPlacemrmr1993
2015-06-10Move finding the element at a selection's focus to a library functionmrmr1993
2015-06-10Handle up and down keys directly in the HUDmrmr1993
2015-06-10Move FindMode's keydown to the HUDmrmr1993
2015-06-10Fix returnToViewport support for FindModemrmr1993
2015-06-10Ensure focus is called on the appropriate element when closing the HUDmrmr1993
2015-06-10Accept input in the HUD iframemrmr1993
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-31Replace settings.get with Settings.get in the frontendmrmr1993
2015-05-29Disable Tween on XML pagesmrmr1993
2015-05-13Minor fixes for #1658.Stephen Blott
2015-05-13Move the HUD to an iframe, managed by UIComponentmrmr1993
2015-05-12Fix HUD on options page (temporary fix, v2).Stephen Blott