aboutsummaryrefslogtreecommitdiffstats
path: root/pages
AgeCommit message (Expand)Author
2016-04-21Revert "Rework the help dialog styling."Stephen Blott
2016-04-18Rework the help dialog styling.Stephen Blott
2016-04-18Ensure help dialog is scrollable.Stephen Blott
2016-04-18Remove unused message data.Stephen Blott
2016-04-18Simplify find-mode exit event.Stephen Blott
2016-04-18Abandon HUD on help-dialog close.Stephen Blott
2016-04-17Make showHelp a top-frame command.Stephen Blott
2016-04-17Make showHelp not a background command.Stephen Blott
2016-04-17More code review of UI-component focus handling.Stephen Blott
2016-04-17Use register/unregister frame in help dialog.Stephen Blott
2016-04-16Minor code review.Stephen Blott
2016-04-16Do not focus a hidden help dialog.Stephen Blott
2016-04-16Remove dead code from the HUD initialization.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-14Rework UI component init sequence.Stephen Blott
2016-04-11Only add find-mode HUD text if there is any.Stephen Blott
2016-03-27Finally fix help-dialog focus issue.Stephen Blott
2016-03-27Handle focus events for UI components.Stephen Blott
2016-03-27Do not hide help dialog on click (on options page).Stephen Blott
2016-03-26selected wasn't being used here.Stephen Blott
2016-03-13Tweak options page class names...Stephen Blott
2016-03-05Key bindings; and yet more tiny tweaks.Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; and yet more minor tweaks.Stephen Blott
2016-03-05Key bindings; fix exit help page.Stephen Blott
2016-03-04Consistent capitalisation on the options page.Stephen Blott
2016-03-04Merge pull request #2031 from smblott-github/clickable-command-namesStephen Blott
2016-03-04Use role/link to make command names clickable.Stephen Blott
2016-03-04Do not use standalone @.Stephen Blott
2016-03-04Make command names in the help diablog clickable.Stephen Blott
2016-02-28Merge pull request #2014 from smblott-github/record-install-dateStephen Blott
2016-02-27Remove unnecessary vomnibar click code.Stephen Blott
2016-02-22Format branch better on logging pagemrmr1993
2016-02-22Include branch information in the logging pagemrmr1993
2016-02-22Correct name on the logging page.Stephen Blott
2016-02-22Add install date to logging page; remove console.log.Stephen Blott
2016-02-22Add install date to logging page.Stephen Blott
2016-02-20Use for (not for own) when iterating over an event's propertiesmrmr1993
2016-02-20hideHUD option applies to insert mode only.Stephen Blott
2016-02-18Wait-for-enter: better wording on options page.Stephen Blott
2016-02-18Wait-for-enter: add necessary option support.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-11Add a comment explaining why HelpDialog has seemingly redundant fieldsmrmr1993
2016-02-05Stop options page link from blurring the help dialog iframemrmr1993
2016-02-03Hide help dialog when clicking outside of itmrmr1993
2016-02-03Fix closing the help dialogmrmr1993
2016-02-03Move help dialog into an iframemrmr1993
2016-02-03Rename VimiumHelpDialog to HelpDialogmrmr1993
2016-02-03Remove redundant functions show/hideHelpDialogmrmr1993
2016-02-03Update only help dialog contents when showingmrmr1993