aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
AgeCommit message (Expand)Author
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
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ...Phil Crosby
2011-07-14Added clipboard copying to linkHints mode (default binding: 'Y')Murphy McMahon
2011-05-14Merge branch 'bookmarks'jez
2011-05-06implementing ilya's suggestion for incrementing the frameMax Cantor
2011-05-05changed nextFrame so it works with a count given, and fixed a bug where refre...Max Cantor
2011-03-17Simplified the completion keys logic and fixed a discovered bug regarding ref...ilya
2011-03-08issue 315: Suggest to add previous and next page pattern configunknown
2011-02-13Merge branch 'filter-hints' into bookmarksjez
2011-02-13Merge branch 'master' into filter-hintsjez
2011-02-11fix default fetching with excludedUrlsilya
2011-02-09Preserve the "show advanced commands" setting after you close the vimium help...Phil Crosby
2011-02-09StylePhil Crosby
2011-02-01Merge remote branch 'ajkovar/master' into bookmarksjez
2011-01-31Merge branch 'master' into filter-hintsjez
2011-01-30Make "d" and "u" scroll up and down a page instead of closing and restoring t...Phil Crosby
2011-01-30Split the help dialog into common commands and advanced commands. This closes...Phil Crosby
2011-01-01Merge remote branch 'origin/master' into filter-hintsjez
2011-01-01Change 'narrow' to 'filter' in variable names.jez
2010-12-31Merge remote branch 'origin/master' into filter-hintsjez
2010-12-30A little cleanup.Ilya Sukhar
2010-12-29Changing function name, and parameters per Ilya's suggestion.Julian Naydichev
2010-12-28Made is so that viewing source opens in the next tab, instead of replacing th...Julian Naydichev
2010-12-14Fixed a regression with completion key logic after the introduction of frame ...Ilya Sukhar
2010-12-14Added default exclude URLs. This is a huge pain point for users and it just m...Ilya Sukhar
2010-12-12fix named key regexClemens Buchacher
2010-11-26Added narrow link hints option to advanced settingsBill Casarin
2010-11-26Let's not change the default for now, make it an optionBill Casarin
2010-11-26changed default hint characters to numbers, nothing else makes sense in this ...Bill Casarin
2010-10-30Merge branch 'master' of http://github.com/philc/vimiumAlex Kovar
2010-10-24Fix an excluded URLs regression due to frame support.Ilya Sukhar
2010-10-20Implemented a workaround for the Chrome bug that broke the 'yy' command. Clos...Ilya Sukhar
2010-09-27Merge branch 'master' of http://github.com/philc/vimiumAlex Kovar
2010-09-26added initial code for "bookmark find mode"Alex Kovar
2010-09-24Fix some frame logic and disable focusing the largest one for now because it'...Ilya Sukhar
2010-09-23Merge branch 'frames'Ilya Sukhar