| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-08 | Ensure help dialog stays fully within the viewport. | Jez Ng | |
| 2012-08-21 | Style input hints as number-less overlays. | 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-20 | Merge pull request #623 from cespare/options-restyle | Phil Crosby | |
| Options restyle | |||
| 2012-08-20 | Clean up the font stacks | Caleb Spare | |
| 2012-08-19 | Don't show a useless scrollbar on the help dialog. | Caleb Spare | |
| 2012-07-26 | Fix HUD font size. | Jez Ng | |
| 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-06-10 | Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisy | Phil Crosby | |
| 2012-06-03 | Show relevancy in the ui for debugging search ranking | Phil Crosby | |
| 2012-06-03 | A WIP rewrite of completion in the vomnibar. | Phil Crosby | |
| The purpose of this refactor is to simplify the contract so it's easier to modify, and to make some substantial usability improvements. One of the key differences is that matching is no longer fuzzy. If you want to search more than one term, separate them by spaces. This matches the behavior in Firefox. While fuzzy matching is a nice experience for a limited set of known items (like files in the current project), it doesn't work well for a huge messy collection, like URLs in your history. The query "hello" will match random stuff from your google search results for instance, and it's hard to prune that noise using ranking intelligence. | |||
| 2012-05-29 | Css changes to accomodate a 2-lined suggestions UI. | Phil Crosby | |
| 2012-05-26 | Rename class to searchArea | Phil Crosby | |
| 2012-05-26 | In css, emphasize fuzzy matches in the title. | Phil Crosby | |
| 2012-05-26 | Add a developer flag to render the relevancy scores of the vomnibox | Phil Crosby | |
| 2012-05-26 | use important in a few places I missed, to be consistent. | Phil Crosby | |
| 2012-05-26 | Whitespace, fix invalid comments | Phil Crosby | |
| 2012-05-26 | Remove some obsolete css which was for the old bookmark selector | Phil Crosby | |
| 2012-05-26 | Restyle the vomnibar to be more chrome-like (at least on OSX). Feedback welcome. | Phil Crosby | |
| 2012-05-05 | Rename fuzzymode.js to vomnibar.js | Phil Crosby | |
| 2012-05-05 | Rename "fuzzybox" to vomnibarUI. Not as easy to type, but more precise. | Phil Crosby | |
| 2012-04-27 | Touch up on previous commit. | Jez Ng | |
| 2012-04-27 | flashElement: use an overlay, so zero-sized links are flashed as well | Björn | |
| (no css manupulation of the target element) Conflicts: lib/domUtils.js | |||
| 2012-04-25 | Merge pull request #459 from niklasb/fuzzy | Phil Crosby | |
| Vimium Omnibox implementation, with fuzzy completion | |||
| 2012-04-25 | Set overflow:none on hints. | Jez Ng | |
| Just in case a website sets a global overflow:auto/scroll. | |||
| 2012-04-13 | improve CSS, fix input width | Niklas Baumstark | |
| 2012-04-13 | change to real input box | Niklas Baumstark | |
| 2012-04-10 | make CSS more robust | Niklas Baumstark | |
| 2012-04-10 | allow fuzzy completion of HTML-decorated content and implement this for ↵ | Niklas Baumstark | |
| history and bookmarks | |||
| 2012-04-10 | make CSS more specific | Niklas Baumstark | |
| 2012-04-10 | remove useless CSS directive | Niklas Baumstark | |
| 2012-04-10 | add fuzzy mode | Niklas Baumstark | |
| 2012-01-26 | Tweak the linkhints CSS to use slightly less padding and bigger text, for ↵ | Phil Crosby | |
| readability. | |||
| 2012-01-26 | Merge remote-tracking branch 'remotes/eproxus/linkhint-restyling' | Phil Crosby | |
| Conflicts: background_page.html vimium.css | |||
| 2012-01-26 | Color find matches orange. | Jez Ng | |
| The brighter color makes them more visible. The orange is chosen to match Chrome's default color. | |||
| 2012-01-26 | Style link hints with nowrap. | Jez Ng | |
| This was previously done in e84617a but the change was lost in a merge. | |||
| 2012-01-20 | Re-style link hints | Adam Lindberg | |
| 2012-01-15 | Harden and move CSS declarations out of the code. | Peter Parks | |
| Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override. | |||
