| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-05 | Put content scripts and background scripts in separate directories, so the ↵ | Phil Crosby | |
| purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later. | |||
| 2012-04-27 | Touch up on previous commit. | Jez Ng | |
| 2012-04-27 | flashElement: use an overlay, so zero-sized links are flashed as well | Björn | |
| (no css manupulation of the target element) Conflicts: lib/domUtils.js | |||
| 2012-03-28 | Style changes. | Jez Ng | |
| 2012-03-06 | Indicate clicked element via border style rather than focus. | Jez Ng | |
| This makes it slightly more obvious, and it promotes decoupling -- changing focus affects a lot of other behavior, and it's more elegant not to have to juggle that. | |||
| 2012-03-06 | Consider elements with 'button' in their class as clickable. | Jez Ng | |
| 2012-03-06 | Remove redundant key event handlers. | Jez Ng | |
| 2012-03-06 | Remove orphaned comment. | Jez Ng | |
| 2012-03-06 | Remove need for openLinkModeToggle. | Jez Ng | |
| 2012-03-06 | Further reduction in state -- cssAdded is unnecessary. | Jez Ng | |
| 2012-03-06 | Refactor link activation code -- reduce statefulness. | Jez Ng | |
| Blurring of links after clicking (#193) was not working; this commit fixes that too. | |||
| 2012-03-06 | Clean up link copying code. | Jez Ng | |
| 2012-03-03 | Fix name. | Jez Ng | |
| 2012-03-02 | Only show hints for focusable input elements. | Jez Ng | |
| Closes #496. | |||
| 2012-02-27 | Store checkbox state as a boolean. | Jez Ng | |
| 2012-01-26 | Factor out common DOM functions. | Jez Ng | |
| 2012-01-25 | Merge remote-tracking branch 'venshi/master' | Jez Ng | |
| 2012-01-25 | Fix the statement to add/remove matchingCharacter class. | Peter Parks | |
| 2012-01-24 | Remove extra application of reset class to linkHint spans. | Peter Parks | |
| 2012-01-24 | Reverse logic on the if statement to apply matchingCharacter class. | Peter Parks | |
| 2012-01-24 | Cleanup code for adding reset and matchingCharacter classes | Peter Parks | |
| 2012-01-24 | Merge branch 'master' of github.com:venshi/vimium | Peter Parks | |
| 2012-01-24 | Fix hidden image map issue | Peter Parks | |
| issue #461 img.getClientRects() was returning an empty object instead of false when the img map was not displayed. So instead of checking for a false object, check for the length of items instead. | |||
| 2012-01-23 | Revert "Optimize hint generation." | Jez Ng | |
| This reverts commit f1e92dfe796eb487c9cec41038d8ad7bd99242db. The apparent improvements in performance do not seem to be reproducible. | |||
| 2012-01-22 | Optimize hint generation. | Jez Ng | |
| Use createElement() instead of directly manipulating innerHTML. | |||
| 2012-01-22 | Refactor and optimize filter link hints. | Jez Ng | |
| Don't regenerate all hints when the user is typing the hint string. Use native object properties rather than getAttribute() -- it's less awkard. | |||
| 2012-01-22 | Display filter-hint text in the original case. | Jez Ng | |
| Uppercasing seems to reduce readability for longer strings. | |||
| 2012-01-20 | Add vimimResest to linkhint spans that are non-matching. | Peter Parks | |
| This also applies to issue #452 | |||
| 2012-01-20 | Add vimiumReset class to spans that get matchingCharacter assigned. | Peter Parks | |
| Fixes issue #452 | |||
| 2012-01-20 | Remove internalVimiumHintMarker class from vimiumHintMarkerContainer | Peter Parks | |
| Fixes a bug that displays a box in the upper left hand corner as mentioned in issue #453 | |||
| 2012-01-20 | Scatter the link hints less naively. | Phil Crosby | |
| 2012-01-20 | Generate only the minimum number of characters needed for a set of links. ↵ | Phil Crosby | |
| This should fix #386. | |||
| 2012-01-19 | bubbleEvent should manage the native event propagation. | Jez Ng | |
| If the handlers do not want it bubbled up the internal stack, we can safely assume that they do not want it bubbled up the native stack as well. This fixes some problems e.g. with Google search pages. | |||
| 2012-01-18 | Prevent link hinting from throwing an exception. | Jez Ng | |
| This was causing hinting to fail entirely on some pages. | |||
| 2012-01-15 | Harden and move CSS declarations out of the code. | Peter Parks | |
| Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override. | |||
| 2012-01-15 | Scroll the body element if last activated node is not visible. | Jez Ng | |
| 2012-01-14 | Handle non-character keys properly in hints mode. | Jez Ng | |
| Previously, pressing any non-character key would re-show all hints. Refactored the code in the process to make it more obvious whether we're handling all possible keypress cases. | |||
| 2012-01-12 | Fix regression -- issue #286 is reactivated by 34bc211. | Jez Ng | |
| 2012-01-10 | Detect contentEditable elements for hinting / input focus. | Jez Ng | |
| 2012-01-09 | Consider all clientRects when checking for visibility. | Jez Ng | |
| Fixes issue #235. | |||
| 2012-01-09 | Capture all key events when in delayMode. | Jez Ng | |
| Closes #396. | |||
| 2012-01-09 | Make focusInput detect textareas as well, and refactor the XPath code. | Jez Ng | |
| Together with e2f3b54, this closes issue #276. | |||
| 2011-11-26 | whitespace | Phil Crosby | |
| 2011-10-09 | fixes #393: detect Image map in hint mode | Akira Ohnishi | |
| 2011-09-04 | Fixing bug where opening a link in a seperate tab the second time fails to work | Fred Song | |
| 2011-07-29 | Remove the zooming functionality. It conflict's with Chrome's native zooming ↵ | Phil Crosby | |
| and doesn't work as well. Now that Chrome saves your zoom settings, there's no need for our own zoom implementation. This also fixes #370. | |||
| 2011-07-21 | Make link hints appear out of order | nazri | |
| This has the effect of link hints 'spreading' out after the first key is pressed on a link-heavy page. | |||
| 2011-07-14 | Cleaning up comments and console output | Murphy McMahon | |
| 2011-07-14 | Added clipboard copying to linkHints mode (default binding: 'Y') | Murphy McMahon | |
| 2011-06-14 | Fix for issue #286 - GitHub logo doesn't get hinted | Robert Smith | |
