| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-02 | Modes; simplify badge handling. | Stephen Blott | |
| 2015-01-02 | Modes; show keyqueue in badge. | Stephen Blott | |
| 2015-01-02 | Modes; better frame handling. | Stephen Blott | |
| 2015-01-02 | Modes; fix badges. | Stephen Blott | |
| 2015-01-02 | Modes; fix insert mode. | Stephen Blott | |
| 2015-01-02 | Modes; temporary hack to fix find mode. | Stephen Blott | |
| 2015-01-02 | Modes; rework badge handling and fix passkeys mode. | Stephen Blott | |
| 2015-01-02 | Modes; better name for handlerStack.passDirectlyToPage. | Stephen Blott | |
| 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-31 | Fix vomnibar flicker after tabs mode. | Stephen Blott | |
| In tabs mode, the vomnibar is pre-populated when the query is empty. If, as part of hiding the vomnibar, we reset it, it becomes populated again, so the display style is reset from "none" to "block". Therefore, the completion list is briefly visible when the vomnibar is later reactivated. Solution: - Do not run `@update()` from `@reset()`. | |||
| 2014-12-31 | Merge branch 'search-engine-activate-after-space' into post-1.46 | Stephen Blott | |
| 2014-12-31 | Simplify search engine logic. | Stephen Blott | |
| 2014-12-30 | Delay recognising query as search-engine query. | Stephen Blott | |
| 2014-12-30 | Merge branch 'search-engine-descriptions' of ↵ | Stephen Blott | |
| https://github.com/smblott-github/vimium into smblott-github-search-engine-descriptions | |||
| 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 | Merge branch 'mrmr1993-smblott-github-vif-fix-flicker' into post-1.46 | Stephen Blott | |
| 2014-12-30 | Explicitly fall back to hide Vomnibar completions | mrmr1993 | |
| 2014-12-30 | Vomnibar; completion list is initially hidden. | Stephen Blott | |
| 2014-12-30 | Merge branch 'master' into post-1.46 | Stephen Blott | |
| 2014-12-30 | Merge branch 'smblott-github-passkeys---union-of-rules' | Stephen Blott | |
| 2014-12-30 | Merge branch 'passkeys---union-of-rules' of ↵ | Stephen Blott | |
| https://github.com/smblott-github/vimium into smblott-github-passkeys---union-of-rules | |||
| 2014-12-30 | Exclusion; tweeks. | Stephen Blott | |
| 2014-12-30 | Exclusions; use querySelector to find sub-elements. | Stephen Blott | |
| As @philc pointed out in #1366, this is less brittle. | |||
| 2014-12-30 | Exclusion; move popup-specific logic to its own class. | Stephen Blott | |
| 2014-12-30 | Add description to default search engines settings. | Stephen Blott | |
| 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 | Fix tests for UIComponent Vomnibar iframe | mrmr1993 | |
| 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 | Descriptions for custom search engines. | Stephen Blott | |
| 2014-12-29 | Merge pull request #1384 from ↵ | Stephen Blott | |
| smblott-github/fix-search-custom-search-engine-support Uniform treatment of search queries | |||
| 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 | |
