aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
AgeCommit message (Expand)Author
2012-04-29Rename reverseAction and alternative to simply "open in new tab".Phil Crosby
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ...Phil Crosby
2012-04-26Allow a leading '0' to be used as a mapping.Jez Ng
2012-04-10don't complete tabs in omni modeNiklas Baumstark
2012-04-10add domain completion a la Chrome omniboxNiklas Baumstark
2012-04-10move completion logic to background pageNiklas Baumstark
2012-04-10fix bug when history maxResults is too highNiklas Baumstark
2012-04-10sort history by last visit time and raise number of history items to be searchedNiklas Baumstark
2012-04-10prevent duplicate history itemsNiklas Baumstark
2012-04-10improve comments and fix some naming style inconsistenciesNiklas Baumstark
2012-04-10improve perfmance by caching history results in the background page.Niklas Baumstark
2012-04-10remove debug statementNiklas Baumstark
2012-04-10really get more history itemsNiklas Baumstark
2012-04-10add tab completion supportNiklas Baumstark
2012-04-10move some logic from background to content pageNiklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark
2012-04-04Strip whitespace when excluding urlsDaniel MacDougall
2012-04-01Fix buggy icon update statesDaniel MacDougall
2012-03-31Correctly synchronize icon and active stateDaniel MacDougall
2012-03-31Immediately disable Vimium if current page is excluded via the popupDaniel MacDougall
2012-03-28Add ability to exclude URLs from browser buttonDaniel MacDougall
2012-03-28Add browser icon that displays enabled/disabled stateDaniel MacDougall
2012-03-06Clean up link copying code.Jez Ng
2012-02-26Revert "Exit implicit insert mode only upon tab switch."Jez Ng
2012-02-26Revert "Make <ESC> do defocusing."Jez Ng
2012-02-15StylePhil Crosby
2012-02-15Fix the hudEnabled logic to work with the new settings framework.Phil Crosby
2012-02-15Merge pull request #466 from fernandezpablo85/masterPhil Crosby
2012-02-14some changes in boolean checksPablo Fernandez
2012-01-26Make <ESC> do defocusing.Jez Ng
2012-01-26Add migration code for old localStorage values.Jez Ng
2012-01-26Refactor settings storage and make it support empty strings.Jez Ng
2012-01-25Allow content scripts to both read and write settings.Jez Ng
2012-01-24hide HUD optionPablo Fernandez
2012-01-19Fix formatting of userDefinedLinkHintCss default value.Peter Parks
2012-01-19Exit implicit insert mode only upon tab switch.Jez Ng
2012-01-18Add in missing vimiumReset class to helpDialog.Jez Ng
2012-01-15Harden and move CSS declarations out of the code.Peter Parks
2012-01-15Adjusted CSS for linkhints, help menu, text search, and bookmarks search UI e...Peter Parks
2012-01-15Defined margin as 0 on .vimiumHintMarker and .vimiumHUD to protect against ma...Peter Parks
2012-01-15Changed the default settings for css links options page. Includes the new dec...Peter Parks
2012-01-15Added additional css properties to span definition that could possibly be ove...Peter Parks
2012-01-15In response to issue 363 I Adjusted the CSS for .internalVimiumHintMarker for...Peter Parks
2012-01-15Handle pasted URLs intelligently.Jez Ng
2012-01-15Add URL pasting functions. Closes #353.Jez Ng
2012-01-14Style link hints with nowrap.Jez Ng
2012-01-10Fix tests and make them easier to run.Jez Ng
2012-01-09Merge remote-tracking branch 'daning/master'Jez Ng
2011-12-16add support to go to the first or last tabBernardo B. Marques
2011-12-16refactory of selectTab functionBernardo B. Marques