]> git.gir.st - VimFx.git/history - extension/lib/commands.coffee
Fix TypeError when hitting ESC
[VimFx.git] / extension / lib / commands.coffee
2019-07-31 girstFix TypeError when hitting ESC
2019-07-31 girstRemove dependency on non-standard Array.some() and...
2019-05-15 Simon LydellCompatibility for Waterfox 68, Firefox <= 64 (cleanup...
2019-05-14 Simon LydellCleanups
2019-05-13 girstMerge remote-tracking branch 'upstream/master'
2019-05-13 girstfix hintsmode clicking in ff56, squash some exceptions
2019-05-12 girstremove further remnants of devtools-integration
2019-05-12 girstpartial fix for `eb'
2018-10-01 matsuhavCommands Follow link(s) in a new tab now work.
2018-10-01 matsuhavSince developer tool bar was removed, this prevented...
2018-10-01 matsuhavMerge remote-tracking branch 'upstream/master'
2018-08-06 Simon LydellFix lint error
2018-05-15 Simon LydellFix lint errors
2018-05-15 Kevin CoxUse require instead of Cu.import for devtools (#924)
2018-05-09 Kevin CoxFix findBar and DeveloperToolbar. (#920)
2017-08-25 Simon LydellChange license to MIT
2017-02-21 Simon LydellUpdate copyright year
2017-02-21 Simon LydellFix the `yy` command in Reader View
2016-12-14 Simon LydellFix the `'`, `g[` and `g]` commands crashing
2016-12-03 Simon LydellImprove holding keys for scrolling by page
2016-11-09 Simon LydellBlur the location bar consistently
2016-11-07 Simon LydellImprove hints for the `eb` command
2016-11-06 Simon LydellMake tab hints consistent for the `eb` command
2016-11-06 Simon LydellFix hint marker weights for the `eb` command
2016-11-05 Simon LydellFix the `n` and `N` commands in PDF.js tabs
2016-10-19 Simon LydellFix focusing scrollable elements using `f`
2016-10-09 Simon LydellMake Caret browsing handling more robust
2016-10-09 Simon LydellConsistently refer to keypresses as "keypresses"
2016-10-02 Simon LydellAdd `g[`, `g]` and a jump list
2016-10-02 Simon LydellAdd the `/` mark
2016-10-02 Simon LydellFix the `'` mark after using `''`
2016-09-26 Simon LydellFix the `'` command crashing
2016-09-21 Simon LydellImprove scrolling when holding h/l/j/k down
2016-09-17 Simon LydellDon't use wildcards with full URLs in the `gB` command
2016-09-15 Simon LydellAlways treat the hint chars' case as-is
2016-09-14 Simon LydellProperly suppress keys and notifications in all modes
2016-09-12 Simon LydellCorrectly suppress keys between `/` and find bar focus
2016-09-12 Simon LydellImprove `gB` UX
2016-09-11 Simon LydellProperly hide notifications
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 `ep` for opening links in new private windows
2016-09-10 Simon LydellAdd `gB` for quickly editing the blacklist
2016-08-10 Simon LydellFix broken `yv` command
2016-08-10 Simon LydellMake it possible to create custom hint commands
2016-07-08 Simon LydellMake it possible to escape from stuck "auto insert...
2016-06-22 Simon LydellTeach the `zF` command to find and activate dropmarkers
2016-06-13 Simon LydellImprove click simulation of XUL elements
2016-06-13 Simon LydellFix opening links in new tabs in Firefox 50
2016-06-07 Simon LydellFix some `require` sorting
2016-06-07 Simon LydellRename l10n.coffee into translate.coffee
2016-06-05 Simon LydellMake the `?` command and the button _toggle_ help
2016-06-05 Simon LydellImprove find commands race condition robustness
2016-05-30 Simon LydellPrevent accidental command activation after pressing `/`
2016-05-29 Simon LydellFix crash in the `zF` command
2016-05-29 Simon LydellInclude possibly covered elements for complementary...
2016-05-27 Simon LydellImprove the Find next/previous commands
2016-05-15 Simon LydellSpeed up and refactor Hints mode
2016-05-08 Simon LydellFix `scroll.reset_timeout` pref typo
2016-05-08 Simon LydellDon't break the Developer Toolbar when pressing `<escape>`
2016-05-08 Simon LydellFix smooth scrolling speed in newer Firefox versions
2016-05-08 Simon LydellImprove copying of element text
2016-04-28 Simon LydellImprove Find mode search start position
2016-04-26 Simon LydellAdd missing `require` in commands.coffee
2016-04-26 Simon LydellImprove `zv` caret position
2016-04-26 Simon LydellAdd Caret mode
2016-04-24 Simon LydellImprove "open link in new tab" interoperability
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-04-13 Simon LydellRemove horizontal alignment in multiline function calls
2016-04-06 Simon LydellFix illogical code order in scrolling commands
2016-04-03 Simon LydellRemove unnecessary `return` in commands.coffee
2016-03-19 Simon LydellMerge branch 'master' into develop
2016-03-19 Simon LydellDrop support for Firefox < 45
2016-03-13 Simon LydellShow notification when entering Marks mode
2016-03-13 Simon LydellConsistently name the translation ID for the `yy` notif...
2016-03-13 Simon LydellAdd notification for the `O` command when no search bar
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-07 Simon LydellMerge branch 'master' into develop
2016-03-07 Simon LydellImprove click simulation
2016-03-07 Simon LydellAdd the `T` command to open tab after current
2016-03-05 Simon LydellLet `gL` deal with unvisited tabs instead of unread...
2016-02-29 Simon LydellHarden the `f` commands
2016-02-27 Simon LydellFix mutation errors in some `f` commands
2016-02-26 Simon LydellUse `vim.options` instead of `prefs.get` in commands...
2016-02-24 Simon LydellImprove Ignore mode and the blacklist
2016-02-23 Simon LydellReplace element `instanceof` checks with `.localName`
2016-02-22 Simon LydellSplit `gl` into `gl` and `gL`
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 `colon_assignment_spacing` CoffeeLint rule
2016-02-19 Simon LydellEnable the `no_implicit_braces` CoffeeLint rule
2016-02-16 Simon LydellRework programmatic customization of VimFx
2016-02-03 Simon LydellMake the `H` and `L` commands more reliable
2016-01-29 Simon LydellMerge branch 'master' into develop
2016-01-26 Simon LydellImprove CPU usage in Hints mode
2016-01-24 Simon LydellFix the empty notification for the `gH` command
next
Imprint / Impressum