| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-03 | Ignore content script requests in options page. | Jez Ng | |
| 2012-09-02 | Add comments describing the focusInput behavior. | Jez Ng | |
| 2012-09-02 | Merge branch 'focus-input' | Jez Ng | |
| 2012-09-01 | Merge pull request #628 from mgarriott/help_bug_fixes | Phil Crosby | |
| Help Dialog bug fixes | |||
| 2012-08-31 | Removed unneeded comments. | Matt Garriott | |
| 2012-08-26 | frontend: Error when canceling ('esc') findMode | Carl Helmertz | |
| document.activeElement does not get set prior to 1 Entering find mode; and 2 Canceling ('esc') before being satisfied with keyword ('enter') Signed-off-by: Carl Helmertz <helmertz@gmail.com> | |||
| 2012-08-26 | frontend: performFind was not focusing the next a-element | Carl Helmertz | |
| To reproduce, pre-this-patch: 1 Enter find mode ('/') 2 Search for something that matches multiple a-hrefs on the page 3 'Enter' to indicate that you've found your search term 4 findNext ('n') 4a Now, the next element get's a highlight but is not focused 5 activate/goto ('enter') 5a The first found match (3) is triggered An easy way to reproduce: go to a gitweb page, search for "summary", try to go to any but the first link's href. Signed-off-by: Carl Helmertz <helmertz@gmail.com> | |||
| 2012-08-25 | The help dialog will now properly read the user's preference for showing ↵ | Matt Garriott | |
| advanced commands. | |||
| 2012-08-25 | The help dialog now initializes the javascript from the within | Matt Garriott | |
| vimium_frontend.coffee. All that is left now is to get the user's settings for the showAdvancedCommands option. | |||
| 2012-08-24 | Fixed 'Show advanced commands' link on the options page. | Matt Garriott | |
| 2012-08-21 | Style input hints as number-less overlays. | Jez Ng | |
| 2012-08-21 | Shift-tab scrolls backwards in focus-input mode. | Jez Ng | |
| 2012-08-21 | Highlight the selected hint with a different color. | Jez Ng | |
| The actual color / appearance could probably use some tweaking. | |||
| 2012-08-21 | Don't show hints on `gi` if there is only one input element. | Jez Ng | |
| 2012-08-21 | Prototype for tab-through-input-elements feature. Refs #508. | Jez Ng | |
| 2012-08-21 | Don't follow prev/next links without an exact word match. | Jez Ng | |
| Closes #617. | |||
| 2012-08-20 | More refactoring-cleanup. | Jez Ng | |
| * vimium_frontend now has a pretty decent set of exports * Generic linkHints code has been moved to DomUtils, so future features can reuse the code. | |||
| 2012-08-04 | Convert one-shot ports to requests. Closes #8 (!!) | Jez Ng | |
| 2012-08-04 | Convert 'getScrollPosition' from port to request. | Jez Ng | |
| 2012-08-04 | linkHintCss should be accessed via settings. Closes #605. | Jez Ng | |
| 2012-07-06 | Use more Coffeescript idioms. | Jez Ng | |
| 2012-07-04 | Export frameId as a global. Closes #563. | Jez Ng | |
| 2012-06-30 | Fix goUp. | Jez Ng | |
| 2012-06-21 | Fix regex searching. | Jez Ng | |
| 2012-06-20 | Move focusInput into the global scope. | Jez Ng | |
| This is necessary for the keyboard handler to find it. | |||
| 2012-06-20 | Fix variable name mismatch. | Jez Ng | |
| 2012-06-12 | Remove semicolon | Phil Crosby | |
| 2012-06-12 | Port vimium_frontend.js to coffeescript. This file still needs a ton of cleanup. | Phil Crosby | |
