| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-04 | Catch undefined reference to handledKeydownEvents. | Stephen Blott | |
| 2014-12-30 | Update comment in getVisibleClickable. | Stephen Blott | |
| 2014-12-30 | Merge branch 'ui-component-changes' of https://github.com/mrmr1993/vimium ↵ | Stephen Blott | |
| into mrmr1993-ui-component-changes | |||
| 2014-12-30 | Use classes and a stylesheet for UIComponen | mrmr1993 | |
| 2014-12-30 | Reinstate UIComponent.show | mrmr1993 | |
| 2014-12-30 | Merge branch 'smblott-link-hints-overlap' into post-1.46 | Stephen Blott | |
| 2014-12-30 | Minor changes to link-hint code. | Stephen Blott | |
| 2014-12-30 | Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-link-hints-overlap | |||
| 2014-12-30 | Vomnibar; reinstate test on event.data. | Stephen Blott | |
| Accidentally dropped in 1bc415536fe45ad40ac37282ea54644361ec73f7. | |||
| 2014-12-30 | Minor changes to vomnibar-in-iframe. | Stephen Blott | |
| From top to bottom on the diff: - The echo handler on the background page is no longer required. - Simplify/refactor vomnibarUI message handler. - Initialise vomnibar query to "" (rather than null) and simplify. - No need to focus parent window when vomnibar closes; that's handled by the iframe framework. Also no need to blur. | |||
| 2014-12-29 | Use UIComponent for Vomnibar iframe | mrmr1993 | |
| 2014-12-29 | Return an array from getVisibleClickable, to restore img map support | mrmr1993 | |
| 2014-12-29 | Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-link-hints-overlap | |||
| 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 | Clearer handling of @showing in UI component. | Stephen Blott | |
| 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 | Move link hint clickable element detection to its own function | mrmr1993 | |
| 2014-12-29 | Update UIComponent test | mrmr1993 | |
| 2014-12-29 | Add UIComponent.active, so we can specify whether to focus the frame | mrmr1993 | |
| 2014-12-29 | Add a comment clarifying why we no longer use XPath for link hints | mrmr1993 | |
| 2014-12-29 | Update UIComponent test | mrmr1993 | |
| 2014-12-29 | Remove key handling in UIComponentServer/UIComponent code | 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 | Initialise hide/show styles for UIComponent | mrmr1993 | |
| 2014-12-29 | Close UIComponent iframes when pressing esc by default | mrmr1993 | |
| 2014-12-29 | IFrame framework; develop demo. | Stephen Blott | |
| 2014-12-29 | Scroller; check document.body exists. | Stephen Blott | |
| 2014-12-28 | Add an example test for UIComponent | mrmr1993 | |
| 2014-12-28 | Add UIComponent code for iframes | mrmr1993 | |
| 2014-12-28 | Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-link-hints-overlap | |||
| 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-22 | Use a splat instead of apply | mrmr1993 | |
| 2014-12-22 | Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-link-hints-overlap | |||
| 2014-12-22 | Prefer `||=` to `= true if` | mrmr1993 | |
| 2014-12-22 | Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-link-hints-overlap | |||
| 2014-12-22 | Use push with a splat rather than concat | mrmr1993 | |
| 2014-12-22 | Rename a poorly named variable | mrmr1993 | |
| 2014-12-22 | Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-link-hints-overlap | |||
| 2014-12-20 | Use ||= to not ignore some clickable elements, no negative tabindex | mrmr1993 | |
| Elements with `tabindex="n"` for parseInt(n) < 0 cannot be selected by pressing the tab key, according to the spec. If we have no other reason to suspect that the element is clickable, we may as well ignore them. | |||
| 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 | Merge branch 'fix-scrolling-on-non-scrollable-documents' into post-1.46 | Stephen Blott | |
| Rationale: - The cases it fixes are quite common. - The cases in which it might choose the wrong element to scroll seem to be quite obscure. - If the wrong element is chosen, the situation is no worse than that of the common cases we're fixing. - We'll never find problems with it unless people are using it on a day-to-day basis. | |||
