]> git.gir.st - VimFx.git/history - extension/lib
Streamline `vimfx.on` events
[VimFx.git] / extension / lib /
2016-02-28 Simon LydellStreamline `vimfx.on` events
2016-02-28 Simon LydellSimplify the `config_file_directory` pref
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...
2016-02-26 Simon LydellUse `@options` instead of `@_parent.options` in vim...
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 "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 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 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-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 `colon_assignment_spacing` CoffeeLint rule
2016-02-19 Simon LydellWork around a CoffeeLint bug
2016-02-19 Simon LydellEnable the `no_implicit_braces` CoffeeLint rule
2016-02-19 Simon LydellEnable the `no_plusplus` CoffeeLint rule
2016-02-16 Simon LydellRework programmatic customization of VimFx
2016-02-16 Simon LydellImprove error messages for l10n.coffee
2016-02-14 Simon LydellFix `vim.mode` being `undefined` in 'modeDisplayChange'
2016-02-06 Simon LydellImprove and add more documentation
2016-02-06 Simon LydellApply the blacklist faster on some pages
2016-02-03 Simon LydellMake the `H` and `L` commands more reliable
2016-01-29 Simon LydellSilence `addons-linter` warnings
2016-01-29 Simon LydellMerge branch 'master' into develop
2016-01-27 Simon LydellRecognize Codeacademy terminals as text inputs
2016-01-26 Simon LydellUse async messaging in bootstrap.coffee
2016-01-26 Simon LydellUse explicit `return`s in message-manager.coffee
2016-01-26 Simon LydellUpdate copyright notices
2016-01-26 Simon LydellUse strings instead of functions in the `modes` object
2016-01-26 Simon LydellUse `chrome://` URIs for `require()` calls
2016-01-26 Simon LydellImprove CPU usage in Hints mode
2016-01-25 Simon LydellFix missing hint markers for tabs on caniuse.com
2016-01-24 Simon LydellFix the empty notification for the `gH` command
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-24 Simon LydellRemove check for 'close' class for clickable elements
2016-01-23 Simon LydellAdd count support to `gl`
2016-01-23 Simon LydellRemove hints and help on shutdown
2016-01-23 Simon LydellComment out "copy help HTML" to clipboard
2016-01-22 Simon LydellMerge pull request #676 from akhodakivskiy/more-hints
2016-01-22 Simon LydellRecognize more elements as clickable
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-21 Simon LydellImprove autofocus prevention after `[` and `]`
2016-01-17 Simon LydellImprove "click to edit" in help dialog in non-multi...
2016-01-16 Simon LydellAllow to click commands in the help dialog to edit...
2016-01-16 Simon LydellRemove unnecessary hint markers in the Add-ons Manager
2016-01-16 Simon LydellFix uncaught exception when opening the devtools
2016-01-16 Simon LydellFix `gulp help.html`
2016-01-16 Simon LydellCode style nitpicks
2016-01-16 Simon LydellProperly clean up public API on shutdown (fix typo)
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 LydellFix support for Firefox < 44
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-15 Simon LydellFix missing hint for "Browser styles" checkbox in devtools
2016-01-15 Simon LydellMerge pull request #668 from akhodakivskiy/devtoolszoom
2016-01-15 Simon LydellFix misplaced hint markers when zoomed
2016-01-12 Simon LydellFix marker movement when zoomed
2016-01-11 Simon LydellFix memory leak in non-multi-process Firefox
2016-01-11 Simon LydellDon't use the same hint for GitHub's diff expansion...
2016-01-11 Simon LydellSupport the "Default FullZoom Level" extension
2016-01-10 Simon LydellFix Hints mode crash on some pages
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellImprove `zf` hover support: Emit mouse events
2016-01-09 Simon LydellFix `:hover` clearing on click in multi-process
2016-01-09 Simon LydellMake simulated clicks look more like real clicks
2016-01-09 Simon LydellFix broken `scroll_to_mark` command
2016-01-09 Simon LydellMake markers move along with its element
2016-01-08 Simon LydellClear locked `:hover` on click
2016-01-07 Simon LydellFix missing hints in the Add-ons Manager
2016-01-06 Simon LydellMerge branch 'master' into develop
2016-01-06 Simon LydellAdd a command to select the most recent tab
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-06 Simon LydellImprove element matching for the `zF` command
2016-01-05 Simon LydellImprove the selector for previous/next links
2016-01-05 Simon LydellFix lint error
2016-01-04 Simon LydellFix scrolling in the help dialog
2016-01-04 Simon LydellMerge branch 'master' into develop
next
Imprint / Impressum