]> git.gir.st - VimFx.git/history - extension/lib/commands.coffee
Add Caret mode
[VimFx.git] / extension / lib / commands.coffee
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
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-23 Simon LydellAdd count support to `gl`
2016-01-16 Simon LydellAllow to click commands in the help dialog to edit...
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-15 Simon LydellFix missing hint for "Browser styles" checkbox in devtools
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellImprove `zf` hover support: Emit mouse events
2016-01-09 Simon LydellFix `:hover` clearing on click in multi-process
2016-01-09 Simon LydellFix broken `scroll_to_mark` command
2016-01-09 Simon LydellMake markers move along with its element
2016-01-06 Simon LydellMerge branch 'master' into develop
2016-01-06 Simon LydellAdd a command to select the most recent tab
2016-01-06 Simon LydellLock `:hover` when clicking with the `f` commands
2016-01-06 Simon LydellImprove element matching for the `zF` command
2016-01-04 Simon LydellFix scrolling in the help dialog
2016-01-04 Simon LydellMerge branch 'master' into develop
2016-01-04 Simon LydellMerge branch 'master' into develop
2016-01-04 Simon LydellStreamline some English text
2015-12-13 Simon LydellImprove the help dialog UX
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-09 Simon LydellAdd command to click browser elements using markers
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-06 Simon LydellRename `last_scroll_position_mark`
2015-12-06 Simon LydellAdd a command to enter Reader View
2015-12-06 Simon LydellAdd a command to open the recently closed tabs list
2015-12-02 Simon LydellMerge branch 'master' into develop
2015-12-02 Simon LydellAdd a command to open the history list
2015-12-01 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellAdd window commands
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-25 Simon LydellAdd Find links only command: `g/`
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-21 Simon LydellAllow to customize which elements do and don't get...
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-16 Simon LydellMerge pull request #603 from lydell/rework-gi-tab
2015-11-16 Simon LydellRework `gi` handling of `<tab>`
2015-11-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellEnable the `braces_spacing` coffeelint rule
2015-11-15 Simon LydellFix nothing happening when clicking some buttons
2015-11-14 Simon LydellImprove count and wrap semantics for tab select/move
2015-11-14 Simon LydellHandle {,non-}pinned tabs separately in `gJ` and `gK`
2015-11-14 Simon LydellAdd count support to `g0`, `g^` and `g$` like Vimium
2015-11-12 Simon LydellDon't consider `<select>`s as text inputs for `gi`
2015-11-11 Simon LydellPrepare for Tab Groups being removed from Firefox
2015-11-11 Simon LydellFix `P` compatibility with InstandFox
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-30 Simon LydellUpdate copyright notices
2015-10-29 Simon LydellPlay nicer with the dev tools
2015-10-28 Simon LydellMake hints mode more robust
2015-10-23 Simon LydellMerge pull request #553 from akhodakivskiy/non-multi...
2015-10-23 Simon LydellFix errors when calling many tab related commands
2015-10-21 Simon LydellFix impossible-to-blur inputs issue
2015-10-21 Simon LydellMerge pull request #551 from akhodakivskiy/late-shortcuts
2015-10-21 Simon LydellAdd support for `<late>` shortcuts
next
Imprint / Impressum