| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-05 | Consistent capitalization on the options page. | Stephen Blott | |
| 2014-11-05 | Disable scrolling for `overflow: hidden` elements | mrmr1993 | |
| 2014-11-05 | Make help text on options page more concise. | Stephen Blott | |
| 2014-11-03 | Tone down help messages in footer. | Stephen Blott | |
| 2014-11-03 | Better function name in popupe.coffee. | Stephen Blott | |
| 2014-11-03 | Activate Control-Enter on page popup. | Stephen Blott | |
| Control-Enter in either text input on the page popup saves changes and closes the popup. | |||
| 2014-11-02 | Do not line wrap some text options. | Stephen Blott | |
| 2014-11-02 | Options help text and grammar. | Stephen Blott | |
| 2014-11-02 | Control-ENTER in text option blurs and saves all options. | Stephen Blott | |
| 2014-11-02 | Reposition save button such that "always" on screen. | Stephen Blott | |
| 2014-11-02 | Delete rule button for exclusion rules not tab selectable. | Stephen Blott | |
| 2014-11-02 | Reduce the size of the excluded URLs container. | Stephen Blott | |
| 2014-11-02 | Move custom search engines above the fold. | Stephen Blott | |
| 2014-11-02 | Tweaks to options page. | Stephen Blott | |
| 2014-11-02 | Minor tweak for clarity. | Stephen Blott | |
| 2014-11-02 | Merge branch 'master' into customNewTabPage | Stephen Blott | |
| 2014-11-02 | Fix refresh open tabs and state. | Stephen Blott | |
| Fixes refresh of state bug introduced in 046650ba22ac12ebb18d1eb109fe694016eb77c0. | |||
| 2014-11-02 | Don't skip installing listeners. | Stephen Blott | |
| Fix listener installation bug. To see bug, do: - open vimium options page - use 'b' to select and go to a bookmark - use <alt-LEFT_ARROW> to return to options page - vimium key bindings are now *not* installed Bug was introduced in 28e9c8374bfc7a4fd479dbb958a4a87331fb0857. | |||
| 2014-11-02 | Touch up options page (newTabUrl). | Stephen Blott | |
| 2014-11-02 | Merge branch 'customNewTabPage' of github.com:mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-customNewTabPage | |||
| 2014-11-02 | Cosmetic tweaks for @smblott-github | mrmr1993 | |
| 2014-11-02 | Merge branch 'customNewTabPage' of github.com:mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-customNewTabPage | |||
| 2014-11-02 | Centralize handling of event propagation. | Stephen Blott | |
| 2014-11-02 | Merge pull request #1219 from mrmr1993/fix-google-groups | Stephen Blott | |
| Force our key event handlers to have the highest possible priority | |||
| 2014-11-02 | Automatically load content scripts into the options and blank pages | mrmr1993 | |
| Load all appropriate content scripts by traversing the list in the manifest. This removes the need to list them manually. | |||
| 2014-11-02 | Optional custom new tab URL | mrmr1993 | |
| This resolves #979. | |||
| 2014-11-02 | Merge Utils.hasChromePrefix from mrmr1993. | Stephen Blott | |
| 2014-11-02 | Refactor Utils.hasChromePrefix and add tests. | Stephen Blott | |
| 2014-11-02 | Force our key event handlers to have the highest possible priority | mrmr1993 | |
| * The `window` object receives key events before the `document` object, and so any event listeners on `window` get priority. This commit switches from binding `keydown`, `keypress`, `keyup` on `document` to on `window`. * We were using `event.stopPropagation()` to prevent other event listeners from firing if we had handled an event. This stopped the event from propagating to other elements/objects and triggering their event listeners, but didn't block event listeners registered on the same object as ours. Switching to `event.stopImmediatePropagation()` ensures that our event listener is the last to run for the event. Fixing these issues allows Vimium to regain control over key events in Google Groups (eg. the [vimium-dev group](https://groups.google.com/forum/vimium-dev)). | |||
| 2014-11-02 | Fix browser prefix detection | mrmr1993 | |
| 2014-11-01 | Activate "Save" button on input (non-empty text areas). | Stephen Blott | |
| 2014-11-01 | Activate "Save" button on input. | Stephen Blott | |
| 2014-11-01 | Move "Custom key mappings" above the fold. | Stephen Blott | |
| 2014-11-01 | Remove "Restore to defaults" button. | Stephen Blott | |
| And line up main frame with the first two columns of the main options table. | |||
| 2014-11-01 | Help text for non-empty text options. | Stephen Blott | |
| 2014-10-31 | Fix vomnibar/iframe tests. | Stephen Blott | |
| 2014-10-31 | URLdecode string options for vomnibar. | Stephen Blott | |
| 2014-10-31 | Reinstate .vomnibarIcon style. | Stephen Blott | |
| 2014-10-31 | Merge vomnibarToPage from @mrmr1993. | Stephen Blott | |
| 2014-10-31 | Add comments about moving the Vomnibar to an iframe | mrmr1993 | |
| 2014-10-30 | Merge branch 'fix-tests' of github.com:mrmr1993/vimium | Stephen Blott | |
| 2014-10-29 | Fix tests | mrmr1993 | |
| 2014-10-29 | Revert 2c7bebb5f2c873850c2b2d82013cab4eb3d4913c | Stephen Blott | |
| On reflection, this seems too dangerous: - Somebody excluded flash for a reason, and without knowing that reason, it seems dangerous. - Imagine a flash game with key bindings. Perhaps it uses ? to show the key bindings, and ESC to hide them again. With 2c7bebb5f2c873850c2b2d82013cab4eb3d4913c, you can never hide the key bindings (I think). All in all, this just seems too risky. | |||
| 2014-10-29 | Repair insert mode. | Stephen Blott | |
| I broke it here: 77e1ded091062ca2e52264d222482dcd06290a9b | |||
| 2014-10-27 | Merge branch 'command-option-tests' | Stephen Blott | |
| 2014-10-27 | Note need for more command tests. | Stephen Blott | |
| 2014-10-27 | Merge pull request #1199 from smblott-github/command-option-tests | Stephen Blott | |
| Command tests - validate advanced commands | |||
| 2014-10-27 | Ensure advanced commands are in command groups. | Stephen Blott | |
| 2014-10-27 | Validate each advanced command is in a command group. | Stephen Blott | |
| 2014-10-27 | Fix tests for favicons. | Stephen Blott | |
