aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-03-31Update README and add int3 to CREDITS.ilya
2010-03-31Avoid creating a separate tabQueueEntry object when we can just reuse the ↵ilya
object used in openTabs.
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
Also, Restore Tab is now able to restore all tabs, no matter how they were closed (via vimium keys, with the mouse, or with native Chrome shortcuts).
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
closes issue 97.
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 ↵Phil Crosby
and our help dialog message doesn't wrap.
2010-03-09fix incorrect date in release notesPhil Crosby
2010-03-09Refresh completion keys on all tabs and associated data structures after key ↵ilya
mappings are saved.
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 ↵ilya
get actually unmapped.
2010-03-09Some minor style changes.ilya
2010-03-09Add a dialog to show all available commands for key mappings under the ↵ilya
options page.
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 ↵Phil Crosby
Help dialog.
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
This keeps things tidy and will allow this code to be accessed from the Options page.
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
dialog
2010-03-07Show a help dialog when pressing ? which displays all of the current ↵Phil Crosby
keybindings o_O
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 ↵ilya
Windows/Linux. This closes issue #84.
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
We were incorrectly generating valid first keys and completion keys for <c-x> type commands. This closes issue #85 and the alt+d override issue.
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
2010-03-03Adding rodimius to CREDITS.Ilya
2010-03-04Fix alt key behaviour as per issue 75Robert Elm
When alt key is pressed during key event, change keyCode to read <a-{keyCode}>
2010-02-27Key Mapping - Don't try to parse key mappings unless there's actually ↵ilya
something saved.
2010-02-26Key Mapping - Reparse the mappings whenever a new value is saved in the ↵ilya
options page.