]> git.gir.st - VimFx.git/shortlog
VimFx.git
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-08 Simon LydellVimFx v0.13.2 v0.13.2
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 LydellUpdate devDependencies
2016-04-03 Simon LydellFix lint error
2016-04-03 Simon LydellRemove unnecessary `return` in commands.coffee
2016-04-01 Simon LydellVimFx v0.13.1 v0.13.1
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-20 Simon LydellMerge pull request #714 from mozillazg/zh-CN
2016-03-20 mozillazgUpdate zh-CN locale
2016-03-19 Simon LydellVimFx v0.13.0 v0.13.0
2016-03-19 Simon LydellUpdate addons-linter
2016-03-19 Simon LydellMerge branch 'master' into develop
2016-03-19 Simon LydellFix broken link in tools.md
2016-03-19 Simon LydellDrop support for Firefox < 45
2016-03-19 Simon LydellDon't set the width of the button in CSS
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 LydellDon't modify the global, shared scope in frame scripts
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-13 Simon LydellTweak the issue template
2016-03-13 Simon LydellMake the button greyed out in Find mode
2016-03-12 Simon LydellFix toolbar button icon size in high dpi
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 Lydellgulp: Simplify updating all locales with new wording
2016-03-09 Simon LydellClarify the blacklist option
2016-03-09 Simon LydellUpdate es locale
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 LydellMerge pull request #701 from pluser/localize_ja
2016-02-29 Kaoru EsashikaUpdate Japanese translation
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 LydellImprove `npm run addons-linter`
2016-02-27 Simon LydellRevert "Work around a CoffeeLint bug"
2016-02-27 Simon LydellUpdate devDependencies
2016-02-27 Simon LydellUpdate vim-like-key-notation to 1.0.0
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...
2016-02-26 Simon LydellUse `@options` instead of `@_parent.options` in vim...
2016-02-26 Simon LydellUpdate tests to the new `vimfx.consumeKeyEvent` signature
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 LydellFix activatable and adjustable keys handling
2016-02-26 Simon LydellSave the focusType instead of getting it on every keydown
2016-02-24 Simon LydellFix count for the `I` command
2016-02-24 Simon LydellFix yet some uncaught errors on shutdown
2016-02-24 Simon LydellFix "args.messageManager.sendAsyncMessage is no a funct...
2016-02-24 Simon LydellAllow to temporarily enter Ignore mode based on focusType
2016-02-24 Simon LydellImprove commit e0ae646e
2016-02-24 Simon LydellImprove Ignore mode and the blacklist
2016-02-24 Simon LydellImprove blacklist documentation
2016-02-24 Simon LydellFix issues when updating VimFx
2016-02-24 Simon LydellFix "invokeListener is not a function" uncaught errors
2016-02-23 Simon LydellFix `@popupPassThrough` for menus in frames
2016-02-23 Simon LydellTreat everything in the devtools as adjustable
2016-02-23 Simon LydellAdd better hints support for CodeMirror
2016-02-23 Simon LydellConsider multimedia elements as adjustable
2016-02-23 Simon LydellReplace element `instanceof` checks with `.localName`
2016-02-22 Simon LydellSplit `gl` into `gl` and `gL`
2016-02-21 Simon LydellClean up the es locale
2016-02-21 Simon LydellFix commit 241c9bf5 in a better way
2016-02-21 Simon LydellAdd partial support for the wasavi extension
2016-02-21 Simon LydellTake fixed headers into account when scrolling by pages
2016-02-20 Simon LydellFix a `z-index` bug for markers with the same hint
next
Imprint / Impressum