aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-07Cutting 1.37ilya
2012-07-07Select the first result by default for tabs and bookmarks modesilya
2012-07-07URL decode bookmarkletsilya
2012-07-07Cutting 1.36ilya
2012-07-07Make Vomnibar tabbing scroll circularly.Jez Ng
2012-07-07Put hints mode under a lock.Jez Ng
This avoids problems when the user does something like `2f`.
2012-07-07eval bookmarklets -- setting window.location doesn't always work.Jez Ng
2012-07-06README updateilya
2012-07-06Bookmarks mode in Vomnibarilya
2012-07-06Use more Coffeescript idioms.Jez Ng
2012-07-05Cutting a new release.ilya
2012-07-04Export frameId as a global. Closes #563.Jez Ng
2012-07-03Merge pull request #564 from daz/masterJez Ng
Use block strings for more readable settings.
2012-07-04Use block strings for settingsDarren Jeacocke
2012-07-03Cutting 1.34 for the bookmarklets bug fixilya
2012-07-03Fix bookmarklets. Closes #557.Jez Ng
2012-07-02Add find mode wiki to READMEilya
2012-07-02trailing quoteilya
2012-07-02Add vomnibar to READMEilya
2012-07-02Cutting a releaseilya
2012-07-01Omit the new icon from the changelogPhil Crosby
2012-07-01Disable the Vimium browser action until we can polish it some more and get a ↵Phil Crosby
new icon. Sorry dmac! Next release.
2012-06-30Fix goUp.Jez Ng
2012-06-22Bump minor-minor version.Jez Ng
We can figure out how to automate this later.
2012-06-22Fix manifest.json replacement.Jez Ng
2012-06-22Add 'package' cake task.Jez Ng
2012-06-21Fix regex searching.Jez Ng
2012-06-20Refactor prefix recognition, add about: prefix as well.Jez Ng
2012-06-20Teach URL canonicalizer about 'view-source:' prefix.Jez Ng
2012-06-20Move focusInput into the global scope.Jez Ng
This is necessary for the keyboard handler to find it.
2012-06-20Fix variable name mismatch.Jez Ng
2012-06-17Fix a regression where link hint chars were passed through to the underlying ↵Phil Crosby
page.
2012-06-17Use the browser's built-in bind() instead of our proxy()Phil Crosby
2012-06-13Fix the cake build targetPhil Crosby
2012-06-12Update the install instructions to include building from coffeescriptPhil Crosby
I've seen other projects just commit the compiled javascript, so users don't need to build it first. Feels messy to me, but I'm open to debate.
2012-06-12Port vomnibar.js to coffeescriptPhil Crosby
2012-06-12Remove semicolonPhil Crosby
2012-06-12Upcase the vomnibar command name.Phil Crosby
We'll want to revert this later, to divorce the name of the command from the implementation.
2012-06-12Add a target to clean compiled jsPhil Crosby
2012-06-12Port vimium_frontend.js to coffeescript. This file still needs a ton of cleanup.Phil Crosby
2012-06-12Add a global extend functionPhil Crosby
2012-06-12Port link_hints.js to coffeescriptPhil Crosby
2012-06-12Uppercase linkhints. This will break a few people's bindings.Phil Crosby
We should avoid revealing our implementation in the future.
2012-06-12Port utils.js to coffeescriptPhil Crosby
2012-06-12Uppercase utils -> UtilsPhil Crosby
2012-06-12Recognize shifted-keystrokes in link hints.Phil Crosby
Not sure when this was regressed.
2012-06-12Port keyboard_utils.js to coffeescriptPhil Crosby
2012-06-12port dom_utils.js to coffeescriptPhil Crosby
2012-06-12port clipboard.js to coffeescriptPhil Crosby
2012-06-12Port settings.js to coffeescriptPhil Crosby