]> git.gir.st - VimFx.git/history - extension
Add es locale
[VimFx.git] / extension /
2016-02-20 strelAdd es locale
2016-02-20 Simon LydellFix typo in the en-US locale
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 LydellImprove error messages for l10n.coffee
2016-02-14 Simon LydellFix `vim.mode` being `undefined` in 'modeDisplayChange'
2016-02-14 Simon LydellFix uncaught exception after dragging tabs between...
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 LydellConsistently name the help dialog is user-facing code
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-16 Simon LydellMerge pull request #669 from mozillazg/zh-CN
2016-01-16 mozillazgupdated zh-CN locale
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 LydellFuture-proof the `Cu.import` for `console`
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 LydellMake the tests run on newer Firefox versions
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 LydellMerge pull request #666 from just-barcodes/master
2016-01-11 just-barcodesUpdate de locale
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
2016-01-04 Simon LydellFix help dialog font sizing
2016-01-04 Simon LydellMerge branch 'master' into develop
2016-01-04 Simon LydellImprove positioning of the help dialog search input
2016-01-04 Simon LydellStreamline some English text
2016-01-04 Simon LydellRename 'previous page' to '"Previoos" link'
2016-01-03 Simon LydellDon't give hints to `.button` if contains `<input>`
2016-01-03 Simon LydellRecognozie more ARIA roles as clickable
2016-01-02 Simon LydellFix missing hints in the Add-ons Manager
2015-12-31 Simon LydellAdjustments for extension signing
2015-12-30 Simon LydellAlways suppress non-prefix keys in Normal mode
2015-12-30 Simon LydellMake 'frameCanReceiveEvents' more robust
2015-12-29 Simon LydellFix toolbar button icon size on high-res screens
2015-12-27 Simon LydellFix typos in the sv-SE locale
2015-12-21 Simon LydellTreat contenteditable elements as other text inputs
2015-12-20 Simon LydellMake migration 0 more robust
2015-12-18 Simon LydellAllow to disable counts
2015-12-13 Simon LydellImprove the help dialog UX
2015-12-13 Simon LydellMerge pull request #644 from av2000ii/patch-1
2015-12-13 av2000iiUpdate vimfx.properties
next
Imprint / Impressum