aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
AgeCommit message (Collapse)Author
2012-01-19Exit implicit insert mode only upon tab switch.Jez Ng
Don't do it when the user has merely switched windows.
2012-01-18Add in missing vimiumReset class to helpDialog.Jez Ng
Closes #95.
2012-01-15Harden 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.
2012-01-15Adjusted CSS for linkhints, help menu, text search, and bookmarks search UI ↵Peter Parks
elements. They should now be able to stand up to base element declarations created by a website. Added comments to the linkhints css settings on the options page and set default properties that a user would change to make it clear where they should be modified. Added a dropshadow to the linkhints to make them stand out better against similarly colored site backgrounds.
2012-01-15Defined margin as 0 on .vimiumHintMarker and .vimiumHUD to protect against ↵Peter Parks
margin settings on the base div element by sites
2012-01-15Changed the default settings for css links options page. Includes the new ↵Peter Parks
declaration for span and entries for the properties users are most likely to want to change to make it easier to know where their changes should be applied.
2012-01-15Added additional css properties to span definition that could possibly be ↵Peter Parks
overwritten by websites.
2012-01-15In response to issue 363 I Adjusted the CSS for .internalVimiumHintMarker ↵Peter Parks
for greater specificity so linkhints won't be so easily tampered with by the sites CSS.
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
Add instructions to the README about running tests.
2012-01-09Merge remote-tracking branch 'daning/master'Jez Ng
Make previous/next-page search patterns configurable. Note: window.find does not search using a regex, so \b is not a word delimiter! Conflicts: CREDITS options.html vimiumFrontend.js
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
and doesn't work as well. Now that Chrome saves your zoom settings, there's no need for our own zoom implementation. This also fixes #370.
2011-07-14Added clipboard copying to linkHints mode (default binding: 'Y')Murphy McMahon
2011-05-14Merge branch 'bookmarks'jez
Conflicts: commands.js linkHints.js vimiumFrontend.js
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 ↵Max Cantor
refreshing a tab breaks frame support because the framesForTab entry is appended with every onUpdate instead of being replaced.
2011-03-17Simplified the completion keys logic and fixed a discovered bug regarding ↵ilya
refreshing completion keys when a new mapping is saved.
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
Conflicts: options.html
2011-02-11fix default fetching with excludedUrlsilya
2011-02-09Preserve the "show advanced commands" setting after you close the vimium ↵Phil Crosby
help dialog.
2011-02-09StylePhil Crosby
2011-02-01Merge remote branch 'ajkovar/master' into bookmarksjez
2011-01-31Merge branch 'master' into filter-hintsjez
Conflicts: CREDITS commands.js
2011-01-30Make "d" and "u" scroll up and down a page instead of closing and restoring ↵Phil Crosby
tabs. This implements #274. The motivation behind this change is that scrolling a page is far more common than closing a tab, and so those actions should be on a hotkey which doesn't require a modifier. Once you get used to scrolling without hitting ctrl, you won't be able to go back. For existing users, this change also adds a custom mapping for them in their preferences to preserve the old behavior as they upgrade from 1.21 to 1.22.
2011-01-30Split the help dialog into common commands and advanced commands. This ↵Phil Crosby
closes #284
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 ↵Julian Naydichev
the current tab.
2010-12-14Fixed a regression with completion key logic after the introduction of frame ↵Ilya Sukhar
support. Closes #249.
2010-12-14Added default exclude URLs. This is a huge pain point for users and it just ↵Ilya Sukhar
makes sense at this point to provide some defaults.
2010-12-12fix named key regexClemens Buchacher
This regular expression was broken since commit 9d0061dc (Allow mapping to arrow keys and f-keys). As a result, keys such as for example "<c-f>" could not be parsed correctly. This fixes https://github.com/philc/vimium/issues#issue/110 .
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
This reverts commit 9c42f380c0e8446ce3a67e8c39711fa6007512f6.
2010-11-26changed default hint characters to numbers, nothing else makes sense in this ↵Bill Casarin
mode
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. ↵Ilya Sukhar
Closes 206. Relevant chrome bug: http://code.google.com/p/chromium/issues/detail?id=55188
2010-09-27Merge branch 'master' of http://github.com/philc/vimiumAlex Kovar
* 'master' of http://github.com/philc/vimium: Revert a rename - not sure why I committed that. Oops, fixed a regression. Code cleanup & README changes for the multiple link hints patch. Fix some frame logic and disable focusing the largest one for now because it's buggy with iframes. A bunch of changes having to do with the frame support patch: Updated README Added ab3 to Credits ;) Clean up code added resetLinkHintsMode Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js and added 'q cmd' and 'q help cmd' to commands.js Update README with new/changed key mappings. Command to go to next frame. Only show the Help Dialog on the focused frame. Fix view source toggle when inside a frame. Basic Support for Frames Conflicts: commands.js manifest.json
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 ↵Ilya Sukhar
it's buggy with iframes.
2010-09-23Merge branch 'frames'Ilya Sukhar
Conflicts: README.markdown background_page.html commands.js vimiumFrontend.js