]> git.gir.st - VimFx.git/history - extension/lib/events-frame.coffee
Remove misuse of isXULDocument()
[VimFx.git] / extension / lib / events-frame.coffee
2019-12-05 girstRemove misuse of isXULDocument()
2019-08-30 girstexperimental custom-element support
2019-08-03 Simon LydellMerge pull request #937 from girst/master
2019-07-31 girstFix TypeError when uninstalling VimFx
2018-03-28 依云Replace removed nsIDOMXULDocument (#913)
2017-08-25 Simon LydellChange license to MIT
2017-03-25 Simon LydellFix lint error
2017-03-21 Simon LydellUse `vim.markPageInteraction()` instead of direct mutation
2017-03-21 Simon LydellPrevent autofocus after 'popstate' events
2017-01-07 Simon LydellUpdate copyright years
2017-01-07 Simon LydellAdd ugly special-case for Facebook's "emoji picker"
2016-10-09 Simon LydellFix text input refocus issue in GNOME
2016-09-13 Simon LydellImprove Hints mode in various ways
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-08-22 Simon LydellPartly revert "Use `prefs.get` directly in events-frame...
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-07-02 Simon LydellMerge branch 'master' into develop
2016-06-28 Simon LydellBlur focused text input when submitting a form
2016-05-27 Simon LydellFix focus handling
2016-05-15 Simon LydellDon't trigger VimFx commands in some fancy text inputs
2016-04-26 Simon LydellAdd Caret mode
2016-04-03 Simon LydellFix lint error
2016-04-01 Simon LydellImprove automatic mode switching on page load
2016-04-01 Simon LydellClear artificial hover on blur
2016-03-28 Simon LydellFix blacklisting of some XUL pages
2016-03-19 Simon LydellMerge branch 'master' into develop
2016-03-13 Simon LydellSet correct focusType on startup
2016-03-07 Simon LydellMerge branch 'master' into develop
2016-03-05 Simon LydellFix focusType after searching issues on github
2016-02-26 Simon LydellAvoid sending a synchronous message on every keydown
2016-02-26 Simon LydellUse `prefs.get` directly in events-frame.coffee
2016-02-26 Simon LydellHandle non-late keys on the UI layer
2016-02-26 Simon LydellSave the focusType instead of getting it on every keydown
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 `no_plusplus` CoffeeLint rule
2016-02-16 Simon LydellRework programmatic customization of VimFx
2016-02-06 Simon LydellApply the blacklist faster on some pages
2016-01-29 Simon LydellMerge branch 'master' into develop
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-22 Simon LydellMerge pull request #676 from akhodakivskiy/more-hints
2016-01-22 Simon LydellNever prevent autofocus in XUL pages
2016-01-21 Simon LydellGet XPCOM interfaces once at the top of files
2016-01-15 Simon LydellFix uncaught exception when loading some pages
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-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellMake markers move along with its element
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-21 Simon LydellTreat contenteditable elements as other text inputs
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-04 Simon LydellImprove `gi` text selection
2015-12-04 Simon LydellFix scrolling of `<html>` if `<body>` is scrollable
2015-12-03 Simon LydellMerge pull request #631 from mozillazg/zh-CN
2015-12-03 Simon LydellFix text selection when forusing text inputs
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellRework "move tab to window" detection logic
2015-11-21 Simon LydellImprove state resetting when a frame changes
2015-11-21 Simon LydellImprove scrollable element detection when zoomed
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellFix scrolling issues on Gmail
2015-11-18 Simon LydellSimplify scrollable element rejection
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-18 Simon LydellEnhance `overflow` check for scrollable elements
2015-11-18 Simon LydellFix state being lost on some pages
2015-11-16 Simon LydellMerge pull request #603 from lydell/rework-gi-tab
2015-11-16 Simon LydellProperly exit "`gi` mode"
2015-11-16 Simon LydellRework `gi` handling of `<tab>`
2015-11-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellFix error in the 'underflow' event
2015-11-14 Simon LydellFix issues with scrolling and frames
2015-11-14 Simon LydellFix lint errors
2015-11-14 Simon LydellDon't lose state when loading tabs in the background
2015-11-14 Simon LydellKeep the largest scrollable element up-to-date
2015-11-12 Simon LydellDon't consider `<select>`s as text inputs for `gi`
2015-11-11 Simon LydellEnhance scrolling when entire page isn't scrollable
2015-11-09 Simon LydellTiny code cleanup
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-25 Simon LydellFix handling of tabs dragged to new/other windows
2015-10-24 Simon LydellEnhance "switch back to tab" detection
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 LydellFix missing event listeners when re-installing VimFx
2015-10-23 Simon LydellConsistently use `event.originalTarget`
2015-10-21 Simon LydellFix autofocus prevention when coming from another window
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