aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2012-04-10add tab completion supportNiklas Baumstark
2012-04-10fix relevancy heuristicNiklas Baumstark
2012-04-10move some logic from background to content pageNiklas Baumstark
2012-04-10improve relevancy calculationNiklas Baumstark
2012-04-10underscore is not a word character in our contextNiklas Baumstark
2012-04-10document the HTML matching algorithm betterNiklas Baumstark
2012-04-10allow custom functions as commands, add example in form of forced web searchNiklas Baumstark
2012-04-10allow fuzzy completion of HTML-decorated content and implement this for ↵Niklas Baumstark
history and bookmarks
2012-04-10fix some issues with asynchronous filtering and refreshingNiklas Baumstark
2012-04-10add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵Niklas Baumstark
(goto) as custom commands
2012-04-10remove trimming from isUrlNiklas Baumstark
2012-04-10make failing test pass again :)Niklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark
2012-03-28Style changes.Jez Ng
2012-03-06Indicate clicked element via border style rather than focus.Jez Ng
This makes it slightly more obvious, and it promotes decoupling -- changing focus affects a lot of other behavior, and it's more elegant not to have to juggle that.
2012-02-11Show hints for links that are slightly out of the screen.Jez Ng
Closes #472.
2012-02-11Set scroll position only after DOM has loaded.Jez Ng
2012-01-26Simulate the full sequence of mouse click events.Jez Ng
Some sites expect it, e.g. GMail.
2012-01-26Add migration code for old localStorage values.Jez Ng
Finish up the wrapping of localStorage. All background code should now modify localStorage via settings.js rather than doing it directly.
2012-01-26Factor out common DOM functions.Jez Ng
2012-01-22Treat navigation queries starting with slashes as file URIs.Jez Ng
2012-01-17Add niklasb to CREDITS, and make a minor style edit.Jez Ng
2012-01-17improve URL detectionNiklas Baumstark
2012-01-15Handle pasted URLs intelligently.Jez Ng
2012-01-15Add URL pasting functions. Closes #353.Jez Ng
2012-01-15Scroll the body element if last activated node is not visible.Jez Ng
2012-01-09Make focusInput detect textareas as well, and refactor the XPath code.Jez Ng
Together with e2f3b54, this closes issue #276.
2011-05-17Fix mapping of bad keyIdentifiers. Closes #337.jez
2011-02-01Use only one key[event] handler for all modes.jez
2011-02-01Merge remote branch 'ajkovar/master' into bookmarksjez
2011-01-31Remove util functions that the refactor has rendered unnecessaryjez
2011-01-04Factor out invokeCommandString.jez
Had to make 'this' point explicitly to 'window'.
2011-01-04Comments and renaming.jez
2011-01-03Revise how the linkHints object is generated. Add lib/utils.js.jez
Extend a template object rather than using prototype inheritance. The previous method created confusion about whether a given property resided in the base or in the specialization.
2010-10-30Merge branch 'master' of http://github.com/philc/vimiumAlex Kovar
2010-10-24fixed bug which showed help page on searching with /Christof Musik
2010-10-20initial code for bookmark mode completion dialogAlex Kovar
2010-06-29Merge branch 'branden'ilya
Conflicts: CREDITS lib/keyboardUtils.js
2010-06-01Allow mapping to arrow keys and f-keysConrad Irwin
Conflicts: commands.js
2010-04-28Shift key toggles current/new tab in link hints mode.Branden Rolston
2010-03-07Move some of the keyboard-translation code into another file.Phil Crosby
This keeps things tidy and will allow this code to be accessed from the Options page.
2010-01-03Implement 'y' -- yank (copy) the current tab's url to the clipboard.ilya