| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-20 | Merge pull request #623 from cespare/options-restyle | Phil Crosby | |
| Options restyle | |||
| 2012-08-20 | Merge pull request #621 from cespare/help-dialog-no-scrollbar | Phil Crosby | |
| Don't show a useless scrollbar on the help dialog. | |||
| 2012-08-20 | [Options] Get rid of Consolas in mono stack | Caleb Spare | |
| 2012-08-20 | [Options] Make width settings uniform. | Caleb Spare | |
| 2012-08-20 | [Options] Remove unused CSS. | Caleb Spare | |
| 2012-08-20 | [Options] Code cleanup including some Mac OS tweaks. | Caleb Spare | |
| 2012-08-20 | [Options] Get rid of the scroll overlay effect. | Caleb Spare | |
| This just doesn't look good with the hint text on the right. | |||
| 2012-08-20 | [Options] Styling help for the 'examples' hint text. | Caleb Spare | |
| 2012-08-20 | [Options] Initial options restyling. | Caleb Spare | |
| * Tidy up CSS for consistency * Remove inline styles * Fonts, sizes, colors, borders, etc. based on Chrome's settings pages. | |||
| 2012-08-20 | [Options] Remove trailing whitespace. | Caleb Spare | |
| 2012-08-20 | Clean up the font stacks | Caleb Spare | |
| 2012-08-20 | Merge pull request #622 from dmacdougall/options-link | Jez Ng | |
| Fix options link broken by 486ba68a42e2ba7b96a7a14b0ae34aca7ac7e780 | |||
| 2012-08-20 | Fix options link broken by 486ba68a42e2ba7b96a7a14b0ae34aca7ac7e780 | Daniel MacDougall | |
| 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-19 | Merge pull request #620 from cespare/options.js-gitignore | Phil Crosby | |
| Add a generated file to gitignore. | |||
| 2012-08-19 | Don't show a useless scrollbar on the help dialog. | Caleb Spare | |
| 2012-08-19 | Add a generated file to gitignore. | Caleb Spare | |
| 2012-08-19 | Merge pull request #618 from dmacdougall/browser_action_icon | Phil Crosby | |
| Re-enable browser action icon | |||
| 2012-08-19 | Convert options.js -> options/options.coffee. | Jez Ng | |
| 2012-08-19 | Use more idiomatic CS. | Jez Ng | |
| 2012-08-19 | Tabs -> spaces. | Jez Ng | |
| 2012-08-18 | Re-enable browser action with new icons | Daniel MacDougall | |
| 2012-08-18 | Move inline popup javascript to popup.js | Daniel MacDougall | |
| 2012-08-09 | Merge pull request #613 from guns/fix-shuffle-regression | Ilya | |
| Fix regression in shuffleHints() | |||
| 2012-08-09 | Fix regression in shuffleHints() | guns | |
| Index variable `i` accidentally undeclared in `for in` loop cf. ed21d9b1abe42c1556f27390476302a1393dedb8 | |||
| 2012-08-07 | Merge pull request #611 from liesen/cake-clean-keep-main-js | Jez Ng | |
| Keep main.js when doing `cake clean`. | |||
| 2012-08-07 | Use path module | Johan Liesén | |
| 2012-08-07 | Keep any .js with a corresponding .coffee | Johan Liesén | |
| 2012-08-07 | Keep main.js when doing `cake clean` | Johan Liesén | |
| 2012-08-06 | README updates | ilya | |
| 2012-08-06 | Merge pull request #610 from chelmertz/gh-594 | Ilya | |
| vomnibar: New tabs for 'O' and 'B' | |||
| 2012-08-06 | readme: Descriptions for O, b and B | Carl Helmertz | |
| Signed-off-by: Carl Helmertz <helmertz@gmail.com> | |||
| 2012-08-06 | vomnibar: New tabs for 'O' and 'B' | Carl Helmertz | |
| 'B' is a new command for searching for a bookmark and opens it in a new tab. 'O' now searches through history and bookmarks and opens the selected item in a new tab. Previously, it started vomnibar with the current URI selected and opened the selection in the same tab. This fixes #594. Signed-off-by: Carl Helmertz <helmertz@gmail.com> | |||
| 2012-08-04 | Refactor link hints to be more functional. | Jez Ng | |
| This paves the way for the hints code to be reused in other modes. | |||
| 2012-08-04 | Re-expose defaults -- options.js needs it. | Jez Ng | |
| 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 | Improve encapsulation of Settings. | Jez Ng | |
| We should eventually do this for the other modules as well. | |||
| 2012-08-04 | linkHintCss should be accessed via settings. Closes #605. | Jez Ng | |
| 2012-08-04 | Miscellaneous cleanups. | Jez Ng | |
| * " -> " because my syntax highlighting gets confused * Remove inline onclick handlers as part of manifest v2 upgrade | |||
| 2012-07-26 | Git hacking: Set up pre-commit test hook. | Jez Ng | |
| Also tweak .gitignore. To activate the hook, symlink .git/hooks to git_hooks. | |||
| 2012-07-26 | Fix tests. | Jez Ng | |
| 2012-07-26 | Fix HUD font size. | Jez Ng | |
| 2012-07-26 | Upgrade to manifest version 2. | Jez Ng | |
| I use the beta channel by default, and it no longer allows me to run development builds with the old manifest version. | |||
| 2012-07-22 | Remove !important from the vomnibar css, and redundant declarations with ↵ | Phil Crosby | |
| vimiumReset. !important is no longer needed now that we're using vimiumReset. | |||
| 2012-07-22 | Use vimium-specific class names, and use vimium reset. Now the vomnibar is ↵ | Phil Crosby | |
| more resistant to a site's css. Previously the vomnibar didn't look great on Quora because of this. | |||
| 2012-07-22 | Use font-size:inheret in the vimium reset | Phil Crosby | |
| It's a better default and allows us to specify the font size on the parent, instead of all children. | |||
| 2012-07-22 | Document what the css reset is used for. | Phil Crosby | |
| 2012-07-16 | Merge pull request #586 from aaronhall/master | Ilya | |
| Close omnibar when enter is pressed (#585) | |||
| 2012-07-15 | Close omnibar when enter is pressed (#585) | Aaron Hall | |
