aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-04-02Add more robust support for keeping track of positions/windows when tabs are ...ilya
2010-04-02whitespaceilya
2010-04-02Fix memory leak from tabQueueunknown
2010-03-31Don't put the new tab page into the tab restoration queue.ilya
2010-03-31Update README and add int3 to CREDITS.ilya
2010-03-31Avoid creating a separate tabQueueEntry object when we can just reuse the obj...ilya
2010-03-31Clean up naming/style in the previous commit and small bugs.ilya
2010-03-31Restore Tab now recreates the tab in its old position.unknown
2010-03-28Fix chaining of previousTab/nextTab commands. This closes #93.ilya
2010-03-24Adding Bill to CREDITS.ilya
2010-03-24Small modification to Bill's fix.ilya
2010-03-24checking in a fix for issue 98, link highlight positioning bugBill Mill
2010-03-17Oops, fixing my refactor of the modifier key handling.ilya
2010-03-17Update the README a bit.ilya
2010-03-16Refactor a bit for simplicity.ilya
2010-03-15Fix some swapped descriptions in commands.jsilya
2010-03-15Fix a bug where the second modifier key was ignored (due to else-if's). This ...ilya
2010-03-10Merge branch 'master' of git://github.com/philc/vimiumilya
2010-03-10Update the README with modifier key definitions.ilya
2010-03-09Make blue those ugly purple links on the options pagePhil Crosby
2010-03-09Make the HUD styles more robust to the underlying page's styles.Phil Crosby
2010-03-09Ensure that the version number link has an underline.Phil Crosby
2010-03-09Move the close button in the upgrade message up by 2px.Phil Crosby
2010-03-09give another 40px width to the Options page, so the entry boxes are larger an...Phil Crosby
2010-03-09fix incorrect date in release notesPhil Crosby
2010-03-09Refresh completion keys on all tabs and associated data structures after key ...ilya
2010-03-09Clean up the dialog code in options.html to be more generic.ilya
2010-03-09Add a note to the README about key remapping.ilya
2010-03-09Bump version numbers to 1.16 in preparation for release.ilya
2010-03-09Fix a bug where if you add a mapping, save, and then remove it -- it won't ge...ilya
2010-03-09Some minor style changes.ilya
2010-03-09Add a dialog to show all available commands for key mappings under the option...ilya
2010-03-09Merge branch 'master' of git://github.com/philc/vimiumilya
2010-03-09Remove some key bindings that are broken in the current default mappings.ilya
2010-03-07Update the release notes to include the help dialogPhil Crosby
2010-03-07Remove the command reference on the Options page in favor of showing the Help...Phil Crosby
2010-03-07Make the help dialog a little more robust against the page's styles.Phil Crosby
2010-03-07Fix a bug where typing "?" as the page loaded would cause a JS error.Phil Crosby
2010-03-07Move some of the keyboard-translation code into another file.Phil Crosby
2010-03-07Vertically center the help dialog.Phil Crosby
2010-03-07Display the current version in the help dialog. Hide link to homepage.Phil Crosby
2010-03-07Remove periods from the command descriptions, to save some space in the help ...Phil Crosby
2010-03-07Show a help dialog when pressing ? which displays all of the current keybindi...Phil Crosby
2010-03-07Some 1.16 notes in the README.ilya
2010-03-07Handle shift for non-letter keys that are affected by the WebKit bug under Wi...ilya
2010-03-07Fix a bug where we weren't properly ignoring keystrokes that are just metakeys. ilya
2010-03-07Fix a bunch of key handling related bugs in one swoop. ilya
2010-03-07Fix a br tag.ilya
2010-03-04Move key mappings to the top of the advanced optionsPhil Crosby
2010-03-04tweak the explanatory text next to key mappingsPhil Crosby