aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-12-30Expose completion keys via sendRequest interface in background page.ilya
2009-12-30Add logic to the background page to calculate the keys that will complete a v...ilya
2009-12-30Add infrastructure to handle sendRequest calls in the background page.ilya
2009-12-30Missing return statement.ilya
2009-12-30Bring up insert mode if the user opens up the native find interface. Closes i...ilya
2009-12-30Add support for excluded URL patterns; these URL patterns can be configured f...Phil Crosby
2009-12-30Add a UI in the settings page for excluding URLsPhil Crosby
2009-12-30Make the settings page look nicerPhil Crosby
2009-12-30Remove some unnecessary indentationPhil Crosby
2009-12-13Expanded the README a bit with keyboard bindings and other information.ilya
2009-12-07Switch up the scroll restoration logic for in place search to occur before th...ilya
2009-12-07Prevent the space bar from scrolling us if we're in find mode.ilya
2009-12-07Cooked up some in-place finding. The search results won't jump around the pag...ilya
2009-12-06Use "p" instead of "u" when generating link hints, because typing FU seems a ...Phil Crosby
2009-12-06Make sure the HUD shows on top of page elements.Phil Crosby
2009-12-06Override any line height in the HUD set by the page's css.Phil Crosby
2009-12-06Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-12-06Guard against trying to use the HUD prior to document.body being ready. Close...Phil Crosby
2009-12-06Show the zoom level in the HUD when you increase or decrease it. Closes #15.Phil Crosby
2009-12-06Add a tween class for fading an element's alpha. Use it to fade our HUD in an...Phil Crosby
2009-12-06Use both the upper-left corner and the center of a link's bounding box to det...Phil Crosby
2009-12-06A harness which demonstrates various types of links, for use in debugging lin...Phil Crosby
2009-12-06Simplify our key handling further.ilya
2009-12-06Merge branch 'master' of git://github.com/philc/vimiumilya
2009-12-06Enable non-alphanumeric characters in find queries. Closes #14.ilya
2009-12-06Explicitly set the width of our link hints, so they aren't affected by page l...Phil Crosby
2009-12-06Add a note as to why the links on Google's homepage are shown in the link hints.Phil Crosby
2009-12-06Style our HUD to match chrome's perfectly. Also avoid zooming it if the page ...Phil Crosby
2009-12-06Add a test harness for previewing chrome's various HUDs.Phil Crosby
2009-12-06Enter insert mode when we click on a flash embed. Fixes #23.Phil Crosby
2009-12-06Make opening links in the background tab feel a little snappier by removing t...Phil Crosby
2009-12-06Put the cursor at the end of the text field when selecting it via link hints....Phil Crosby
2009-12-06Use the center of a link's bounding box instead of its upper-left corner to d...Phil Crosby
2009-12-05Use more characters in the link hints, and do a better job of converting a nu...Phil Crosby
2009-12-05Show a link hint instead of empty-string for the first link on a page with fe...Phil Crosby
2009-12-05Support shift+F to open a link in a background tabPhil Crosby
2009-12-05Refactor the command parser to not store invalid keys in the two-key buffer. ...ilya
2009-12-05Exit out of find mode if you try to delete the backspace. Closes #13ilya
2009-11-30Fix bug where find mode HUD matched its own searches.ilya
2009-11-30Add extra sanity checking to partially address issue #12 -- insert mode detec...ilya
2009-11-30Merge branch 'master' of git://github.com/philc/vimiumilya
2009-11-30Minor cleanup per Phil's comments.ilya
2009-11-29Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-11-29Avoid using getSelected in getSetting and getZoomLevel, because the tab may b...Phil Crosby
2009-11-29When shwoing hints, handle links which have nested elements, like <em> (googl...Phil Crosby
2009-11-29Password text inputs should send us into insert mode too.Ilya
2009-11-28Case-insensitive search.ilya
2009-11-28First pass at find interface. Still needs some UI love and a highlight-all fe...ilya
2009-11-28semicolonilya
2009-11-28When shwoing hints, handle links which have nested elements, like <em> (googl...Phil Crosby