]> git.gir.st - VimFx.git/history - extension/lib/events.coffee
fix hintsmode clicking in ff56, squash some exceptions
[VimFx.git] / extension / lib / events.coffee
2019-05-13 girstfix hintsmode clicking in ff56, squash some exceptions
2017-08-25 Simon LydellChange license to MIT
2016-10-09 Simon LydellConsistently refer to keypresses as "keypresses"
2016-09-14 Simon LydellProperly suppress keys and notifications in all modes
2016-09-10 Simon LydellImplement filtering hints by text and related changes
2016-08-10 Simon LydellMake it possible to create custom hint commands
2016-08-06 Simon LydellFix unmousable bottom-right corner of the page scrollbars
2016-06-06 Simon LydellIgnore counts in Ignore mode
2016-05-27 Simon LydellFix focus handling
2016-05-20 Simon LydellImprove focusType detection
2016-05-15 Simon LydellDon't trigger VimFx commands in some fancy text inputs
2016-04-26 Simon LydellAdd Caret mode
2016-04-13 Simon LydellRemove horizontal alignment in multiline function calls
2016-03-19 Simon LydellMerge branch 'master' into develop
2016-03-13 Simon LydellSimplify and improve Find mode auto-enter and -exit
2016-03-07 Simon LydellMerge branch 'master' into develop
2016-03-05 Simon LydellTurn `anyPopupsOpen` into a class method for readability
2016-03-05 Simon LydellLet `gL` deal with unvisited tabs instead of unread...
2016-02-28 Simon LydellStreamline `vimfx.on` events
2016-02-26 Simon LydellFix typo in comment in events.coffee
2016-02-26 Simon LydellAvoid sending a synchronous message on every keydown
2016-02-26 Simon LydellHandle non-late keys on the UI layer
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-23 Simon LydellFix `@popupPassThrough` for menus in frames
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 LydellReduce unnecessary vertical code alignment
2016-02-16 Simon LydellRework programmatic customization of VimFx
2016-01-29 Simon LydellSilence `addons-linter` warnings
2016-01-15 Simon LydellUpdate copyright notices
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-11 Simon LydellFix memory leak in non-multi-process Firefox
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellFix `:hover` clearing on click in multi-process
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
2015-12-09 Simon LydellMerge branch 'master' into develop
2015-12-09 Simon LydellDon't notify keys pressed keys in text inputs
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-08 Simon LydellRemove try-catch in UI 'keydown' listener
2015-12-06 Simon LydellNotify keys pressed so far of a command
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellAdd commit sha reference to a comment
2015-11-30 Simon LydellRework "move tab to window" detection logic
2015-11-25 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellFix broken updating of the button
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 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-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellEnable the `braces_spacing` coffeelint rule
2015-11-14 Simon LydellDon't lose state when loading tabs in the background
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-30 Simon LydellUpdate copyright notices
2015-10-30 Simon LydellFix "tab dragged to other window" detection
2015-10-29 Simon LydellPlay nicer with the dev tools
2015-10-25 Simon LydellFix handling of tabs dragged to new/other windows
2015-10-24 Simon LydellFix `<late>` + `event.stopPropagation()`
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 LydellConsistently use `event.originalTarget`
2015-10-23 Simon LydellMove a comment to where it belongs
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 uncaught exception on startup
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 LydellFix VimFx being broken in new windows
2015-10-17 Simon LydellFix uncaught error on Firefox startup
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-26 Simon LydellLay the foundation for using multi-process Firefox
2015-06-27 Simon LydellFix error on click
2015-06-27 Simon LydellClear held modifiers when pressing a non-modifier
2015-06-27 Simon LydellMake hint markers transparent when shift is held
2015-06-26 Simon LydellMake autofocus prevention a bit more robust
2015-06-22 Simon LydellAdd prevent_autofocus_modes pref
2015-06-20 Simon LydellMajor refactor: Rework all UI and related improvements
2015-06-20 Simon LydellImprove error reporting in test runner
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
next
Imprint / Impressum