]> git.gir.st - VimFx.git/history - extension/lib/utils.coffee
port to ESMs and set minimum firefox version to 115
[VimFx.git] / extension / lib / utils.coffee
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 LydellRecognize more elements as clickable
2016-01-21 Simon LydellGet XPCOM interfaces once at the top of files
2016-01-16 Simon LydellFix uncaught exception when opening the devtools
2016-01-16 Simon LydellCode style nitpicks
2016-01-15 Simon LydellFix uncaught exception when loading some pages
2016-01-15 Simon LydellReduce AMO validator warnings regarding mouse events
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 LydellImprove `zf` hover support: Emit mouse events
2016-01-09 Simon LydellMake simulated clicks look more like real clicks
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-06 Simon LydellAdd support for various fancy text editors
2016-01-04 Simon LydellMerge branch 'master' into develop
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-06 Simon LydellAdd a command to open the recently closed tabs list
2015-12-03 Simon LydellFix not being able to focus scrollable elements
2015-12-03 Simon LydellMerge pull request #631 from mozillazg/zh-CN
2015-12-03 Simon LydellFix text selection when forusing text inputs
2015-12-02 Simon LydellFix some links not being targeted by `F`, `gf` and...
2015-12-01 Simon LydellMerge branch 'master' into develop
2015-12-01 Simon LydellDon't consider links with onclick as "proper"
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-25 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellAdd a search field to the help dialog
2015-11-22 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellImprove largest scrollable element detection
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 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-16 Simon LydellMerge pull request #603 from lydell/rework-gi-tab
2015-11-16 Simon LydellRework `gi` handling of `<tab>`
2015-11-16 Simon LydellFix not being able to type in `<select>`s
2015-11-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellEnable the `braces_spacing` coffeelint rule
2015-11-15 Simon LydellSimplify `utils.removeDuplicates`
2015-11-15 Simon LydellMake `gi` find text inputs in all frames
2015-11-15 Simon LydellFix nothing happening when clicking some buttons
2015-11-15 Simon LydellMake Facebook's comment fields focusable using `f`
2015-11-15 Simon LydellFix un-blurrable comment fields on Facebook
2015-11-14 Simon LydellFix issues with scrolling and frames
2015-11-14 Simon LydellRemove `utils.timeIt(fn)`
2015-11-12 Simon LydellDon't consider `<select>`s as text inputs for `gi`
2015-11-11 Simon LydellDon't give the same hint to all `<a href="#?">`
2015-11-09 Simon LydellSilence AMO `Function` warnings
2015-11-04 Simon LydellMake it possible to blur scrollable elements
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-30 Simon LydellUpdate copyright notices
2015-10-24 Simon LydellRemove unnecessary code in utils.simulateClick
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 LydellFix slightly broken `<escape>` handling
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 uncaught exception on focus/blur
2015-10-17 Simon LydellMerge pull request #542 from akhodakivskiy/improved...
2015-10-17 Simon LydellRe-work autofocus prevention
2015-10-11 Simon LydellRe-organize utils.coffee
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-09 Simon LydellFix blurring of some browser UI elements
2015-06-28 Simon LydellMake `paste_and_go` work exactly like Firefox
2015-06-26 Simon LydellMake autofocus prevention a bit more robust
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-06-20 Simon LydellRework custom shortcut prefs
2015-05-14 Simon LydellMerge pull request #461 from lydell/scroll
2015-05-14 Simon LydellMake scrolling commands scroll the focused element
2015-03-03 Simon LydellDo not treat `<a href="">` as links
2015-02-03 Simon LydellRefactor `utils.getAllElements` into hints.coffee
2015-01-30 Simon LydellDrastically speed up hints generation
2015-01-29 Simon LydellMerge branch 'develop' of github.com:akhodakivskiy...
2015-01-29 Simon LydellMerge pull request #460 from TheGreenHabi/patch-1
2015-01-29 TheGreenHabiFix comment typo in utils.coffee
2015-01-28 Simon LydellLet simulated clicks be cancelable
2015-01-26 Simon LydellMerge pull request #455 from lydell/youtube-space
2015-01-26 Simon LydellTreat the Youtube video player as an adjustable element
2015-01-26 Simon LydellMerge pull request #451 from lydell/hints
2015-01-26 Simon LydellDo not consider links without href as proper links
2015-01-26 Simon LydellMerge branch 'master' into develop
2015-01-25 Simon LydellLet simulated clicks bubble
2015-01-25 Simon LydellAdd Tree Style Tab support for opening new tabs
2015-01-25 Simon LydellMake scrollable elements markable
2015-01-25 Simon LydellAdd hint marker support for XUL documents
next
Imprint / Impressum