| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-02 | Modes; flesh out passkeys mode. | Stephen Blott | |
| 2015-01-01 | Modes; revert and modify normal-mode key handling. | Stephen Blott | |
| 2015-01-01 | Modes; implement insert mode. | Stephen Blott | |
| 2015-01-01 | Modes; minor changes. | Stephen Blott | |
| 2015-01-01 | Modes; incorporate three test modes. | Stephen Blott | |
| As a proof of concept, this incorporates normal mode, passkeys mode and insert mode. | |||
| 2014-12-31 | Modes proof-of-concept. | Stephen Blott | |
| 2014-12-29 | Use UIComponent for Vomnibar iframe | mrmr1993 | |
| 2014-12-29 | Remove UI component demo. | Stephen Blott | |
| 2014-12-29 | Merge branch 'smblott-uicomponent-iframe' into post-1.46-with-uicomponent-iframe | Stephen Blott | |
| Conflicts: content_scripts/vimium_frontend.coffee manifest.json | |||
| 2014-12-29 | Refactor UIComponent, etc., and demo. | Stephen Blott | |
| - Simplify component API. - Iframe flashes on re-focus. - Probably some other stuff which I've forgotten. | |||
| 2014-12-29 | Update UIComponent test | mrmr1993 | |
| 2014-12-29 | Update UIComponent test | mrmr1993 | |
| 2014-12-29 | Update test for UIComponent | mrmr1993 | |
| 2014-12-29 | Allow message passing directly from UIComponent.show | mrmr1993 | |
| 2014-12-29 | Small changes to UIComponent | mrmr1993 | |
| 2014-12-29 | IFrame framework; develop demo. | Stephen Blott | |
| 2014-12-28 | Add an example test for UIComponent | mrmr1993 | |
| 2014-12-24 | Merge remote-tracking branch 'upstream/master' into post-1.46 | Stephen Blott | |
| 2014-12-23 | be null-safe when checking `document.body.tagName` | nchase | |
| fixes #1365 | |||
| 2014-12-22 | Add comment regarding .blur() on embeds. | Stephen Blott | |
| Including embeds for .blur() etc. here is experimental. It appears to be the right thing to do for most common use cases. However, it could also cripple flash-based sites and games. See discussion in #1211 and #1194. | |||
| 2014-12-22 | Merge branch 'blur-on-escape2' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-blur-on-escape2 | |||
| 2014-12-22 | Reintroduce 2c7bebb5f2c873850c2b2d82013cab4eb3d4913c | mrmr1993 | |
| 2014-12-20 | Merge remote-tracking branch 'upstream/master' into post-1.46 | Stephen Blott | |
| 2014-12-20 | Upgrade notification opens in a new tab. | Stephen Blott | |
| 2014-12-20 | Better upgrade notification message. | Stephen Blott | |
| 2014-12-19 | Disable cursor hider. | Stephen Blott | |
| See #1359. There appear to be common cases where the cursor hider doesn't hide the cursor. So the UX is inconsistent. We need to consider whether this is fixable or acceptable. | |||
| 2014-12-19 | Tidy cursor hider, move haveChromeVersion to utils. | Stephen Blott | |
| 2014-12-17 | Disable cursor hiding for Chrome versions < 39.0.2171.71 | mrmr1993 | |
| There is a bug for earlier versions of Chrome which leaves `pointer-events: none` stuck enabled for Google+ after a certain amount of scrolling. | |||
| 2014-12-17 | Ensure cursor is hidden on scroll | mrmr1993 | |
| 2014-12-17 | Disable CursorHider pending fix for #1345. | Stephen Blott | |
| 2014-12-17 | Revert 932652086c9ad601c92ef4aae250f9e0b6ad51a6. | Stephen Blott | |
| 2014-12-17 | Ensure we only init CursorHider once | mrmr1993 | |
| 2014-12-17 | Updated link should point to release notes. | Stephen Blott | |
| 2014-12-17 | Merge branch 'master' into post-1.46 | Stephen Blott | |
| 2014-12-16 | Add a little more context to a comment | Phil Crosby | |
| 2014-12-16 | Merge branch 'master' into post-1.46 | Stephen Blott | |
| Conflicts: background_scripts/main.coffee | |||
| 2014-12-16 | Add comments to nextFrame logic. | Stephen Blott | |
| 2014-12-16 | Merge branch 'skip-tiny-frames' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-skip-tiny-frames | |||
| 2014-12-15 | Skip over tiny frames when calling focusThisFrame | mrmr1993 | |
| GMail and Google Inbox both use a large number of small (typically 0x0 or 1x1 frames) which we have to pass over with nextFrame to get to the frames we want. We avoid this issue by ignoring all frames with height or width < 3, since these will be essentially invisible to the user anyway. | |||
| 2014-12-15 | Merge branch 'master' into post-1.46 | Stephen Blott | |
| 2014-12-15 | Fix second memory leak in KeydownEvents. | Stephen Blott | |
| 2014-12-15 | Rework KeydownEvents as an abject. | Stephen Blott | |
| 2014-12-15 | Merge branch 'stop-memory-leak-for-keydown-repeats' of ↵ | Stephen Blott | |
| https://github.com/mrmr1993/vimium into mrmr1993-stop-memory-leak-for-keydown-repeats | |||
| 2014-12-14 | Only register events as handled once | mrmr1993 | |
| 2014-12-14 | FRAMESET frames should not be registered. | Stephen Blott | |
| Somewhere along the road, this got goofed up. This reverts to the intended behaviour. | |||
| 2014-12-14 | FRAMESET frames should not be registered. | Stephen Blott | |
| Somewhere along the road, this got goofed up. This reverts to the intended behaviour. | |||
| 2014-12-14 | Minor refactoring of CursorHider. | Stephen Blott | |
| 2014-12-14 | Merge branch 'hideMouseOnLinux' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-hideMouseOnLinux | |||
| 2014-12-14 | Merge branch 'disable-on-disable' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-disable-on-disable | |||
| 2014-12-14 | Merge branch 'vomnibarToPage' of https://github.com/smblott-github/vimium ↵ | Stephen Blott | |
| into smblott-github-vomnibarToPage Conflicts: background_scripts/main.coffee content_scripts/vimium.css content_scripts/vomnibar.coffee lib/utils.coffee | |||
