| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-01 | Use only one key[event] handler for all modes. | jez | |
| 2011-02-01 | Tidy up merge | jez | |
| 2011-02-01 | Merge remote branch 'ajkovar/master' into bookmarks | jez | |
| 2011-01-31 | Begin switch from inheritance to composition | jez | |
| 2011-01-31 | Merge branch 'master' into filter-hints | jez | |
| Conflicts: CREDITS commands.js | |||
| 2011-01-30 | Split the help dialog into common commands and advanced commands. This ↵ | Phil Crosby | |
| closes #284 | |||
| 2011-01-29 | Merge branch 'master' of https://github.com/stchris/vimium into stchris-master | Ilya Sukhar | |
| 2011-01-25 | Prefer rel attribute for next and previous nav. | R.T. Lechow | |
| 2011-01-22 | Added "zoomReset" command which resets the zoom to the default level | Christian Stefanescu | |
| (value 100). The shortcut combination is z0. | |||
| 2011-01-04 | Commands for following 'previous' and 'next' links. | R.T. Lechow | |
| 2011-01-04 | Factor out invokeCommandString. | jez | |
| Had to make 'this' point explicitly to 'window'. | |||
| 2011-01-04 | Switch from tagName to nodeName and lowercase it when doing checks. | jez | |
| tagName returns 'undefined' for text nodes, so it is less desirable. Non-html documents return nodeName/tagNames in lowercase. | |||
| 2011-01-01 | Merge remote branch 'origin/master' into filter-hints | jez | |
| 2011-01-01 | Change 'narrow' to 'filter' in variable names. | jez | |
| 2011-01-01 | Comments and formatting. | jez | |
| 2010-12-31 | Shorten linkHint variables where possible. | jez | |
| 2010-12-31 | Initialize linkHints immediately after settings are loaded. | jez | |
| 2010-12-31 | Object-ify settings. | jez | |
| 2010-12-31 | Merge remote branch 'origin/master' into filter-hints | jez | |
| 2010-12-30 | A little cleanup. | Ilya Sukhar | |
| 2010-12-31 | Use 'this' instead of 'linkHints' where possible. | jez | |
| 2010-12-31 | Refactoring linkHints.js | jez | |
| 2010-12-31 | Object-ify linkHints.js | jez | |
| 2010-12-29 | Changing function name, and parameters per Ilya's suggestion. | Julian Naydichev | |
| 2010-12-28 | Made is so that viewing source opens in the next tab, instead of replacing ↵ | Julian Naydichev | |
| the current tab. | |||
| 2010-12-28 | Add command repetition for goUp command. Closes #179. | jez | |
| 2010-12-28 | Create HEAD element if it is not present. | jez | |
| Allows us to inject CSS when viewing some non-HTML documents, e.g. images. Does not work on SVG documents though. | |||
| 2010-12-28 | Set width:auto on the HUD. | jez | |
| Some sites set this value for all divs, so this overrides it back to the default. | |||
| 2010-12-14 | Expand the XPath used to find DOM elements for focusInput(). Closes #250. | Ilya Sukhar | |
| 2010-11-26 | Added narrow link hints option to advanced settings | Bill Casarin | |
| 2010-10-30 | Merge branch 'master' of http://github.com/philc/vimium | Alex Kovar | |
| 2010-10-24 | Fix an excluded URLs regression due to frame support. | Ilya Sukhar | |
| 2010-10-24 | Fixed Vimium getting overridden by Google Instant Search. | Ilya Sukhar | |
| May be subject to internationalization issues still but it's much better than before. | |||
| 2010-10-20 | Implemented a workaround for the Chrome bug that broke the 'yy' command. ↵ | Ilya Sukhar | |
| Closes 206. Relevant chrome bug: http://code.google.com/p/chromium/issues/detail?id=55188 | |||
| 2010-10-20 | Refactor onKeypress and onKeydown a bit. | Ilya Sukhar | |
| 2010-10-14 | Fixed problems with / being interpreted as ? | Svein-Erik Larsen | |
| This also fixed problems with Norwegian keyboards. Incidentally, this allows website hotkeys to override vimium's hotkeys. I don't know if this is a desired effect, but I kind of like it :) I have _only_ tested the code on Linux. | |||
| 2010-09-27 | Merge branch 'master' of http://github.com/philc/vimium | Alex Kovar | |
| * 'master' of http://github.com/philc/vimium: Revert a rename - not sure why I committed that. Oops, fixed a regression. Code cleanup & README changes for the multiple link hints patch. Fix some frame logic and disable focusing the largest one for now because it's buggy with iframes. A bunch of changes having to do with the frame support patch: Updated README Added ab3 to Credits ;) Clean up code added resetLinkHintsMode Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js and added 'q cmd' and 'q help cmd' to commands.js Update README with new/changed key mappings. Command to go to next frame. Only show the Help Dialog on the focused frame. Fix view source toggle when inside a frame. Basic Support for Frames Conflicts: commands.js manifest.json | |||
| 2010-09-26 | added initial code for "bookmark find mode" | Alex Kovar | |
| 2010-09-24 | Fix some frame logic and disable focusing the largest one for now because ↵ | Ilya Sukhar | |
| it's buggy with iframes. | |||
| 2010-09-23 | Merge branch 'frames' | Ilya Sukhar | |
| Conflicts: README.markdown background_page.html commands.js vimiumFrontend.js | |||
| 2010-09-23 | A bunch of changes having to do with the frame support patch: | Ilya Sukhar | |
| - Focus the largest frame by default - Change the border styling to match link hints - Clean up framesForTab when tab is closed - Don't cycle through parent. This may break some sites. Needs more testing. - Fixed some naming and style - Added seven1m to CREDITS - Updated README | |||
| 2010-09-19 | Small bugfix in hideHelpDialog() -- thanks walm. | ilya | |
| 2010-09-10 | Tiny style fixup. | ilya | |
| 2010-09-10 | Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input ↵ | ilya | |
| box on the page. | |||
| 2010-09-05 | Make it so that 'gotoFirstInput' does not require the text box to have an ID ↵ | Phil Crosby | |
| on it. | |||
| 2010-09-05 | Implemented "gi" feature to focus first input element | Phil Crosby | |
| Conflicts: commands.js | |||
| 2010-09-03 | Command to go to next frame. | Tim Morgan | |
| I remapped toggleViewSource to 'gs' and set 'gf' to nextFrame. Sorry this is such a huge commit. This is really the simplest way I can find to allow the extension to track all available frames as well as the currently-focused frame. If Chrome would allow access to window.frames[i], then this could probably be simpler. | |||
| 2010-09-03 | Only show the Help Dialog on the focused frame. | Tim Morgan | |
| 2010-09-03 | Fix view source toggle when inside a frame. | Tim Morgan | |
| 2010-09-03 | Basic Support for Frames | Tim Morgan | |
| Only the focused frame will act on key commands. On some sites (such as Gmail), the main frame is already focused, so commands just work. For other sites, focusing the desired frame may be necessary, which can be done with the Tab key (not optimal) or by clicking with the mouse (even less optimal). An additional command to cycle through frames is desirable, which will likely come in a future commit. | |||
