aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-25Merge remote-tracking branch 'venshi/master'Jez Ng
2012-01-25Fix the statement to add/remove matchingCharacter class.Peter Parks
2012-01-24Remove extra application of reset class to linkHint spans.Peter Parks
2012-01-24Reverse logic on the if statement to apply matchingCharacter class.Peter Parks
2012-01-24Cleanup code for adding reset and matchingCharacter classesPeter Parks
2012-01-25Open bookmarklets by setting window.location.Jez Ng
2012-01-24Merge branch 'master' of github.com:venshi/vimiumPeter Parks
2012-01-24Fix hidden image map issuePeter Parks
2012-01-23Revert "Optimize hint generation."Jez Ng
2012-01-22Open URLs from the background page.Jez Ng
2012-01-22Optimize hint generation.Jez Ng
2012-01-22Refactor and optimize filter link hints.Jez Ng
2012-01-22Treat navigation queries starting with slashes as file URIs.Jez Ng
2012-01-22Display filter-hint text in the original case.Jez Ng
2012-01-20Add vimimResest to linkhint spans that are non-matching.Peter Parks
2012-01-20Add vimiumReset class to spans that get matchingCharacter assigned.Peter Parks
2012-01-20Remove internalVimiumHintMarker class from vimiumHintMarkerContainerPeter Parks
2012-01-20Scatter the link hints less naively.Phil Crosby
2012-01-20Generate only the minimum number of characters needed for a set of links. Thi...Phil Crosby
2012-01-20Fix a rogue suppressEvent() exceptionPhil Crosby
2012-01-19Fix formatting of userDefinedLinkHintCss default value.Peter Parks
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-18Prevent link hinting from throwing an exception.Jez Ng
2012-01-18Add in missing vimiumReset class to helpDialog.Jez Ng
2012-01-17Add niklasb to CREDITS, and make a minor style edit.Jez Ng
2012-01-17improve URL detectionNiklas Baumstark
2012-01-15Merge pull request #409 from venshi/masterPhil Crosby
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-16Position completionDialog correctly. Closes #441.Jez Ng
2012-01-15Handle pasted URLs intelligently.Jez Ng
2012-01-15Add URL pasting functions. Closes #353.Jez Ng
2012-01-15Scroll the body element if last activated node is not visible.Jez Ng
2012-01-14Style link hints with nowrap.Jez Ng
2012-01-14Handle non-character keys properly in hints mode.Jez Ng
2012-01-13Enable scrolling for <div> elements.Jez Ng
2012-01-13Exit insert mode upon tab switch. Closes #314.Jez Ng