]> git.gir.st - VimFx.git/history - extension/lib/vim.coffee
Simplify and improve Find mode auto-enter and -exit
[VimFx.git] / extension / lib / vim.coffee
2016-03-13 Simon LydellSimplify and improve Find mode auto-enter and -exit
2016-03-13 Simon LydellSet correct focusType on startup
2016-03-09 Simon LydellClarify the blacklist option
2016-03-07 Simon LydellMerge branch 'master' into develop
2016-02-28 Simon LydellStreamline `vimfx.on` events
2016-02-26 Simon LydellUse `prefs.get` directly in events-frame.coffee
2016-02-26 Simon LydellUse `@options` instead of `@_parent.options` in vim...
2016-02-26 Simon LydellSimplify handling of `uiEvent` in events.coffee
2016-02-26 Simon LydellSave the focusType instead of getting it on every keydown
2016-02-24 Simon LydellAllow to temporarily enter Ignore mode based on focusType
2016-02-24 Simon LydellImprove Ignore mode and the blacklist
2016-02-21 Simon LydellFix commit 241c9bf5 in a better way
2016-02-19 Simon LydellMerge branch 'master' into develop
2016-02-19 Simon LydellMerge branch 'lint'
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-06 Simon LydellImprove and add more documentation
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-21 Simon LydellImprove autofocus prevention after `[` and `]`
2016-01-15 Simon LydellUpdate copyright notices
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellFix `:hover` clearing on click in multi-process
2016-01-06 Simon LydellMerge branch 'master' into develop
2016-01-06 Simon LydellLock `:hover` when clicking with the `f` commands
2016-01-04 Simon LydellMerge branch 'master' into develop
2015-12-30 Simon LydellMake 'frameCanReceiveEvents' more robust
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-11-30 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellRework "move tab to window" detection logic
2015-11-21 Simon LydellFix text input focus problems since commit a197a16
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellMerge pull request #616 from akhodakivskiy/button-show...
2015-11-18 Simon LydellMake the button grey in "Insert mode"
2015-11-16 Simon LydellFix broken notifications
2015-11-16 Simon LydellMerge pull request #603 from lydell/rework-gi-tab
2015-11-16 Simon LydellMerge pull request #615 from akhodakivskiy/rework-notif...
2015-11-16 Simon LydellRework how notifications are shown
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-14 Simon LydellFix quirks after dragging tab to another window
2015-11-14 Simon LydellDon't lose state when loading tabs in the background
2015-11-11 Simon LydellFix commands not working on slowly-loading pages
2015-11-10 Simon LydellFix `<tab>` behavior in browser UI
2015-11-10 Simon LydellAdd an advanced option to disable notifications
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-25 Simon LydellFix handling of tabs dragged to new/other windows
2015-10-23 Simon LydellMerge pull request #553 from akhodakivskiy/non-multi...
2015-10-23 Simon LydellRe-implement "switch back to tab" logic
2015-10-23 Simon LydellProperly handle key events in non-multi-process
2015-10-21 Simon LydellFix autofocus prevention when coming from another window
2015-10-21 Simon LydellMerge pull request #551 from akhodakivskiy/late-shortcuts
2015-10-21 Simon LydellAdd support for `<late>` shortcuts
2015-10-19 Simon LydellFix state resetting when refreshing the page
2015-10-17 Simon LydellFix blacklist re-apply issue
2015-10-17 Simon LydellFix blacklisting on already loaded tabs
2015-10-17 Simon LydellFix shortcut triggering on slowly loadnig pages
2015-10-17 Simon LydellMerge pull request #544 from benediktg/patch-1
2015-10-17 Simon LydellFix blacklisting and `vim.state` resetting
2015-10-17 Simon LydellRemove `vim.isBlacklisted()` from the public API
2015-10-17 Simon LydellFix VimFx being broken in new windows
2015-10-17 Simon LydellMerge pull request #542 from akhodakivskiy/improved...
2015-10-17 Simon LydellPrevent autofocus after re-selecting a tab
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-21 Simon LydellAdd simple notifications system
2015-06-27 Simon LydellAdd the `<s-f1>` Ignore mode "unquote" command
2015-06-27 Simon LydellMake hint markers transparent when shift is held
2015-06-26 Simon LydellRename Insert mode into Ignore mode
2015-06-22 Simon LydellAllow any mode to enter the "autoInsertMode" of Normal...
2015-06-21 Simon LydellDocument public API
2015-06-20 Simon LydellMajor refactor: Rework all UI and related improvements
2015-06-20 Simon LydellIntroduce a `VimFx` instance to hold global state
2015-05-14 Simon LydellMerge pull request #461 from lydell/scroll
2015-05-14 Simon LydellMake scrolling commands scroll the focused element
2015-02-08 Simon LydellFix #47: 'gi' to focus last focused or first text input
2015-01-26 Simon LydellMerge pull request #451 from lydell/hints
2015-01-26 Simon LydellMerge branch 'master' into develop
2015-01-25 Simon LydellMake scrollable elements markable
2015-01-25 Simon LydellProvide `vim.state`
2015-01-23 Simon LydellMerge branch 'master' into develop
2015-01-22 Simon LydellMerge branch 'master' into develop
2015-01-21 Simon LydellMerge branch 'master' into develop
2015-01-18 Simon LydellFix #389: Make sure autofocus prevention does not cause...
2015-01-18 Simon LydellMerge branch 'master' into develop
2015-01-18 Simon LydellAllow shortcuts in other modes to be customized
2015-01-17 Simon LydellMerge branch 'more-tab-related-commands' of https:...
2015-01-17 Simon LydellMerge branch 'blacklist-keys' of https://github.com...
2014-12-14 Simon LydellMerge branch 'master' into develop
2014-12-14 Simon LydellMerge branch 'develop' of github.com:akhodakivskiy...
2014-12-14 Simon LydellConfigure coffeelint and fix lint errors
next
Imprint / Impressum