]> git.gir.st - VimFx.git/history - extension/lib/commands.coffee
remove workarounds for legacy browsers
[VimFx.git] / extension / lib / commands.coffee
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
2015-10-17 Simon LydellMake the `H` and `L` commands work in Firefox < 43
2015-10-17 Simon LydellFix slightly broken `<escape>` handling
2015-10-17 Simon LydellMerge pull request #542 from akhodakivskiy/improved...
2015-10-17 Simon LydellRe-work autofocus prevention
2015-10-11 Simon LydellMerge pull request #512 from akhodakivskiy/multi-process
2015-10-11 Simon LydellSupport multi-process Firefox
2015-09-26 Simon LydellLay the foundation for using multi-process Firefox
2015-09-21 Simon LydellAdd notifications for the n and N commands
2015-09-09 Simon LydellFix blurring of some browser UI elements
2015-09-03 Simon LydellUse destructuring defaults from CoffeeScript 1.10.0
2015-06-28 Simon LydellMake `paste_and_go` work exactly like Firefox
2015-06-28 Simon LydellSimplify command `esc`
2015-06-28 Simon LydellMake `stop_all` content independent
2015-06-28 Simon LydellMake `stop` content independent
2015-06-28 Simon LydellMake `reload_all_force` content independent
2015-06-28 Simon LydellMake `history_back` and `history_forward` content indep...
2015-06-28 Simon LydellMake `copy_current_url` content independent
2015-06-27 Simon LydellLet ctrl and alt in Hints mode control where to open...
next
Imprint / Impressum