aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
AgeCommit message (Expand)Author
2012-01-29Make check for document.body more robust.Jez Ng
2012-01-27Fix minor bug with scrolling.Jez Ng
2012-01-26Next / prev links should be visible.Jez Ng
2012-01-26Isolate zero-width spaces in <span>s.Jez Ng
2012-01-26Color find matches orange.Jez Ng
2012-01-26Add some feedback messages for find service.Jez Ng
2012-01-26Re-enable Vimium on the options page.Jez Ng
2012-01-26Make <ESC> do defocusing.Jez Ng
2012-01-26Favor next / prev links with fewer words.Jez Ng
2012-01-26When activating links, click instead of setting window.location.Jez Ng
2012-01-26Ensure we always pass a number for scrolling.Jez Ng
2012-01-26Factor out common DOM functions.Jez Ng
2012-01-25Do not enter insert mode automatically when searching.Jez Ng
2012-01-25Trap more keystrokes when in find mode. Closes #310.Jez Ng
2012-01-25Make find queries browser-global and persistent.Jez Ng
2012-01-25Allow content scripts to both read and write settings.Jez Ng
2012-01-25Ensure the find mode HUD doesn't match its own searches.Jez Ng
2012-01-25Add enhancements and bugfixes for find mode.Jez Ng
2012-01-25Finish initial implementation of regex find.Jez Ng
2012-01-25Add in angelonuffer's code, and add angelonuffer to CREDITS.Ângelo Otávio Nuffer Nunes
2012-01-20Fix a rogue suppressEvent() exceptionPhil Crosby
2012-01-19bubbleEvent should manage the native event propagation.Jez Ng
2012-01-19Exit implicit insert mode only upon tab switch.Jez Ng
2012-01-18Handle special keys with keydown handler.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-15Scroll the body element if last activated node is not visible.Jez Ng
2012-01-13Enable scrolling for <div> elements.Jez Ng
2012-01-13Exit insert mode upon tab switch. Closes #314.Jez Ng
2012-01-12Add password boxes to list of input focus-able elements.Jez Ng
2012-01-10Detect contentEditable elements for hinting / input focus.Jez Ng
2012-01-09Merge remote-tracking branch 'daning/master'Jez Ng
2012-01-09Consider all clientRects when checking for visibility.Jez Ng
2012-01-09Capture all key events when in delayMode.Jez Ng
2012-01-09Make focusInput detect textareas as well, and refactor the XPath code.Jez Ng
2012-01-09Make focusInput consider only visible input elements.Jez Ng
2011-10-19Merge pull request #395 from dgl/countnavIlya
2011-09-11fixes #383: fixed close and options linksJakh Daven
2011-08-30Use count if provided in back/forward navigationDavid Leadbeater
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ...Phil Crosby
2011-07-29Fix nonconformant stylePhil Crosby
2011-07-29Don't show the insert mode notification when you enter a text field. It's not...Phil Crosby
2011-05-23Use zero-width space character instead of a font-size: 0px space.jez
2011-05-19Make a little more compact.jez
2011-05-19Added HUD notification for URL yanking.George Purkins
2011-05-19Focus links after having found them. Closes #132.jez
2011-05-16Insert mode now keeps track of the element under focus.jez
2011-05-16Don't enter insert mode when clicking on radio buttons and checkboxes.jez
2011-05-16Make goPrev/goNext use a specific search order.jez