]> git.gir.st - VimFx.git/history - extension/lib/commands-frame.coffee
Fix TypeError when hitting ESC
[VimFx.git] / extension / lib / commands-frame.coffee
2019-07-31 girstFix TypeError when hitting ESC
2019-07-31 girstRemove dependency on non-standard Array.some() and...
2018-03-28 依云Replace removed nsIDOMXULDocument (#913)
2017-08-25 Simon LydellChange license to MIT
2017-01-10 Simon LydellScroll closest scrollable parent
2017-01-07 Simon LydellUpdate copyright years
2017-01-07 Simon LydellAdd ugly special-case for Google prev/next page
2017-01-07 Simon LydellFind more elements for the `ef` command
2016-11-08 Simon LydellFind `<label>` elements in the first pass for `f`
2016-10-15 Simon LydellRename `skipBlurring` into `blur`
2016-10-14 Simon LydellFix frame text input being focused when entering Caret...
2016-10-14 Simon LydellFix element focusing with `f` commands
2016-10-02 Simon LydellAdd `g[`, `g]` and a jump list
2016-10-02 Simon LydellFix the `'` mark after using `''`
2016-10-01 Simon LydellFix selection clipboard handling
2016-09-10 Simon LydellImplement filtering hints by text and related changes
2016-09-10 Simon LydellAdd `ec` for opening the context menu of elements
2016-09-10 Simon LydellAdd UI to export, import and reset all prefs
2016-08-27 Simon LydellImprove hints support for CodeMirror
2016-07-11 sinkuuLeave trailing slash when going up path (#781)
2016-07-02 Simon LydellMerge branch 'master' into develop
2016-07-02 Simon LydellPrevent `f` commands from crashing in about:config
2016-06-30 Simon LydellSimplify detection of markable `<label>`s
2016-06-19 Simon LydellAdd support for scrolling SVG documents
2016-06-14 Simon LydellImprove `<input type="file">` detection for the `f...
2016-06-13 Simon LydellImprove click simulation of XUL elements
2016-06-07 Simon LydellRename l10n.coffee into translate.coffee
2016-06-02 Simon LydellRemove repeated word in a comment
2016-05-29 Simon LydellInclude possibly covered elements for complementary...
2016-05-20 Simon LydellImprove hints on Twitter
2016-05-15 Simon LydellSpeed up and refactor Hints mode
2016-05-08 Simon LydellImprove copying of element text
2016-04-28 Simon LydellImprove Find mode search start position
2016-04-26 Simon LydellImprove `zv` caret position
2016-04-26 Simon LydellAdd Caret mode
2016-04-19 Simon LydellMove viewport calculations from hints.coffee to utils...
2016-04-17 Simon LydellAdd the `<c-a>` Hints mode command to mark everything
2016-03-19 Simon LydellMerge branch 'master' into develop
2016-03-09 Simon LydellUnify `f` in XUL with `zF`
2016-03-09 Simon LydellAlways trigger only 'mousedown' events on XUL tab elements
2016-03-09 Simon LydellMake `gi` work in `about:config`
2016-03-07 Simon LydellMerge branch 'master' into develop
2016-03-07 Simon LydellImprove click simulation
2016-03-05 Simon LydellFix `gi` after searching issues on github
2016-02-29 Simon LydellHarden the `f` commands
2016-02-23 Simon LydellAdd better hints support for CodeMirror
2016-02-23 Simon LydellReplace element `instanceof` checks with `.localName`
2016-02-19 Simon LydellMerge branch 'master' into develop
2016-02-19 Simon LydellMerge branch 'lint'
2016-02-19 Simon LydellReplace `when ... then` with multliners
2016-02-19 Simon LydellReduce unnecessary vertical code alignment
2016-02-19 Simon LydellEnable the `no_plusplus` CoffeeLint rule
2016-02-16 Simon LydellRework programmatic customization of VimFx
2016-01-29 Simon LydellMerge branch 'master' into develop
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-24 Simon LydellRemove check for 'close' class for clickable elements
2016-01-22 Simon LydellMerge pull request #676 from akhodakivskiy/more-hints
2016-01-22 Simon LydellRecognize more elements as clickable
2016-01-21 Simon LydellImprove autofocus prevention after `[` and `]`
2016-01-16 Simon LydellRemove unnecessary hint markers in the Add-ons Manager
2016-01-15 Simon LydellFix uncaught exception when loading some pages
2016-01-15 Simon LydellUpdate copyright notices
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-11 Simon LydellDon't use the same hint for GitHub's diff expansion...
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellImprove `zf` hover support: Emit mouse events
2016-01-09 Simon LydellMake markers move along with its element
2016-01-08 Simon LydellClear locked `:hover` on click
2016-01-06 Simon LydellMerge branch 'master' into develop
2016-01-06 Simon LydellLock `:hover` when clicking with the `f` commands
2016-01-06 Simon LydellAdd support for various fancy text editors
2016-01-05 Simon LydellFix lint error
2016-01-04 Simon LydellMerge branch 'master' into develop
2016-01-03 Simon LydellDon't give hints to `.button` if contains `<input>`
2016-01-03 Simon LydellRecognozie more ARIA roles as clickable
2015-12-21 Simon LydellTreat contenteditable elements as other text inputs
2015-12-09 Simon LydellMerge branch 'master' into develop
2015-12-09 Simon LydellMerge pull request #640 from akhodakivskiy/click-browse...
2015-12-09 Simon LydellMake it possible to scroll browser elements
2015-12-06 Simon LydellAdd notifications to many commands
2015-12-06 Simon LydellLet `<space>` scroll a bit less than a full page
2015-12-04 Simon LydellImprove `gi` text selection
2015-12-04 Simon LydellFix scrolling of `<html>` if `<body>` is scrollable
2015-12-03 Simon LydellFix not being able to focus scrollable elements
2015-12-03 Simon LydellMerge pull request #631 from mozillazg/zh-CN
2015-12-03 Simon LydellFix text selection when forusing text inputs
2015-12-02 Simon LydellMerge branch 'master' into develop
2015-12-02 Simon LydellAlways set `wrapper.href` if `wrapper.type == 'link'`
2015-12-02 Simon LydellFix some links not being targeted by `F`, `gf` and...
2015-12-01 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-25 Simon LydellMerge pull request #626 from akhodakivskiy/marks
2015-11-25 Simon LydellAdd a special mark for returning to the last position
2015-11-25 Simon LydellImplement simple marks
2015-11-25 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellFix hints mode not exiting when focusing text input
2015-11-22 Simon LydellImprove largest scrollable element detection
2015-11-22 Simon LydellFix being unable to scroll in quirks mode
next
Imprint / Impressum