]> git.gir.st - VimFx.git/history - extension/lib
Fix `zF` crashing when devtools open in Firefox 49
[VimFx.git] / extension / lib /
2016-06-11 Simon LydellFix `zF` crashing when devtools open in Firefox 49
2016-06-07 Simon LydellFix some `require` sorting
2016-06-07 Simon LydellRename l10n.coffee into translate.coffee
2016-06-07 Simon LydellSimplify some code by changing `.bind()` into `->`
2016-06-07 Simon LydellReplace `@` with `this` when not used as `@keyword`
2016-06-07 Simon LydellRemove outdated comment
2016-06-06 Simon LydellIgnore counts in Ignore mode
2016-06-06 Simon LydellAdd some comments and info for commit 5ca124b4d
2016-06-06 Alan WuDispatch trusted mouse events to content page (#751)
2016-06-05 Simon LydellImprove Marks mode UX
2016-06-05 Simon LydellFix `[data-command]` being `undefined` in help dialog
2016-06-05 Simon LydellMake the `?` command and the button _toggle_ help
2016-06-05 Simon LydellImprove find commands race condition robustness
2016-06-02 Simon LydellFix being unable to scroll the page on some sites
2016-06-02 Simon LydellRemove repeated word in a comment
2016-06-02 Simon LydellDrastically speed up `find_from_top_of_viewport`
2016-05-30 Simon LydellPrevent accidental command activation after pressing `/`
2016-05-29 Simon LydellFix crash in the `zF` command
2016-05-29 Simon LydellImprove nonCoveredPoint checks
2016-05-29 Simon LydellInclude possibly covered elements for complementary...
2016-05-27 Simon LydellImprove the Find next/previous commands
2016-05-27 Simon LydellFix focus handling
2016-05-20 Simon LydellImprove hints on Twitter
2016-05-20 Simon LydellImprove focusType detection
2016-05-19 Simon LydellRemove unneeded line of code
2016-05-15 Simon LydellDon't trigger VimFx commands in some fancy text inputs
2016-05-15 Simon LydellRemove unnecessary newline
2016-05-15 Simon LydellAdd tests for and clean up parse-prefs.coffee
2016-05-15 Simon LydellSpeed up and refactor Hints mode
2016-05-13 Simon LydellFix frame scripts being loaded more than once sometimes
2016-05-11 Simon LydellFix arithmetic mistakes in `isInsideViewport`
2016-05-08 Simon LydellFix `scroll.reset_timeout` pref typo
2016-05-08 Simon LydellDon't break the Developer Toolbar when pressing `<escape>`
2016-05-08 Simon LydellFix devtools detection in newer Firefox versions
2016-05-08 Simon LydellFix smooth scrolling speed in newer Firefox versions
2016-05-08 Simon LydellImprove copying of element text
2016-05-03 Simon LydellIgnore Lock keys such as NumLock and CapsLock
2016-04-30 Simon LydellFix Find mode crash
2016-04-28 Simon LydellImprove Find mode search start position
2016-04-26 Simon LydellAdd missing `require` in commands.coffee
2016-04-26 Simon LydellAdd missing comments for `utils.bisect`
2016-04-26 Simon LydellImprove `zv` caret position
2016-04-26 Simon LydellAdd Caret mode
2016-04-24 Simon LydellImprove "open link in new tab" interoperability
2016-04-19 Simon LydellMove viewport calculations from hints.coffee to utils...
2016-04-18 Simon LydellChange `<c-a>` to `<c-enter>` in Hints mode
2016-04-17 Simon LydellAdd the `<c-a>` Hints mode command to mark everything
2016-04-14 Simon LydellFix argument order of an `isInsideViewport` call
2016-04-13 Simon LydellRemove horizontal alignment in multiline function calls
2016-04-11 Simon LydellFix `__dirname` in config files on Windows
2016-04-09 Simon LydellRemove unnecessary full-page hint marker on Hackernews
2016-04-06 Simon LydellFix illogical code order in scrolling commands
2016-04-06 Simon LydellAllow `<space>` to toggle play/pause in more video...
2016-04-03 Simon LydellFix wrong viewport size for hints in quirks mode
2016-04-03 Simon LydellFix lint error
2016-04-03 Simon LydellRemove unnecessary `return` in commands.coffee
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-19 Simon LydellDrop support for Firefox < 45
2016-03-16 Simon LydellFix text input focus issues in non-multi-process
2016-03-13 Simon LydellUpdate copyright years
2016-03-13 Simon LydellFix Find mode being exited on location change
2016-03-13 Simon LydellDisallow old version of VimFx to communicate with new...
2016-03-13 Simon LydellAdd a preprocessor to simplify builds
2016-03-13 Simon LydellShow notification when entering Marks mode
2016-03-13 Simon LydellConsistently name the translation ID for the `yy` notif...
2016-03-13 Simon LydellAdd notification for the `O` command when no search bar
2016-03-13 Simon LydellSimplify and improve Find mode auto-enter and -exit
2016-03-13 Simon LydellSet correct focusType on startup
2016-03-12 Simon LydellRecognize text inputs in `about:preferences` dialogs...
2016-03-09 Simon LydellUnify `f` in XUL with `zF`
2016-03-09 Simon LydellAlways trigger only 'mousedown' events on XUL tab elements
2016-03-09 Simon LydellMake `gi` work in `about:config`
2016-03-09 Simon LydellClarify the blacklist option
2016-03-07 Simon LydellFix uncaught error when using VimFx to disable VimFx
2016-03-07 Simon LydellFix "cannot access dead object" uncaught error on shutdown
2016-03-07 Simon LydellMerge branch 'master' into develop
2016-03-07 Simon LydellFix loading of `frame.js` on startup
2016-03-07 Simon LydellImprove click simulation
2016-03-07 Simon LydellAdd the `T` command to open tab after current
2016-03-07 Simon LydellFix crash when showing the help dialog
2016-03-06 Simon LydellAdd `__dirname` to config file scope
2016-03-06 Simon LydellImprove `Cu.import`s
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-03-05 Simon LydellFix `gi` after searching issues on github
2016-03-05 Simon LydellFix focusType after searching issues on github
2016-03-05 Simon LydellRecognize text inputs in the sidebar as editable
2016-02-29 Simon LydellHarden the `f` commands
2016-02-28 Simon LydellStreamline `vimfx.on` events
2016-02-28 Simon LydellSimplify the `config_file_directory` pref
2016-02-27 Simon LydellFix mutation errors in some `f` commands
2016-02-27 Simon LydellRevert "Work around a CoffeeLint bug"
2016-02-26 Simon LydellFix typo in comment in events.coffee
2016-02-26 Simon LydellOnly allow `<late>` in single-key shortcuts
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 LydellUse `vim.options` instead of `prefs.get` in commands...
next
Imprint / Impressum