]> git.gir.st - VimFx.git/shortlog
VimFx.git
2015-08-29 Simon LydellDon't include the en-US description twice
2015-08-09 Simon LydellAdd zh-TW translator to PEOPLE.md
2015-08-02 Simon LydellMerge pull request #522 from mozillazg/zh-CN
2015-08-02 mozillazgUpdated zh-CN localization
2015-08-01 Simon LydellMerge pull request #521 from leVirve/zh-TW
2015-07-31 Salasupdate zh-TW strings
2015-06-29 Simon LydellRemove ability to select text in help dialog
2015-06-28 Simon LydellMake `paste_and_go` work exactly like Firefox
2015-06-28 Simon LydellSimplify command `esc`
2015-06-28 Simon LydellMake `stop_all` content independent
2015-06-28 Simon LydellMake `stop` content independent
2015-06-28 Simon LydellMake `reload_all_force` content independent
2015-06-28 Simon LydellMake `history_back` and `history_forward` content indep...
2015-06-28 Simon LydellMake `copy_current_url` content independent
2015-06-27 Simon LydellUpdate dev-dependencies
2015-06-27 Simon LydellFix error on click
2015-06-27 Simon LydellClear held modifiers when pressing a non-modifier
2015-06-27 Simon LydellMake `<c-q>` in the options able to insert `<escape>`
2015-06-27 Simon LydellReplace `vimfx.categories` with `vimfx.get('categories')`
2015-06-27 Simon LydellChange `vf` into `zf` to free up `v`
2015-06-27 Simon LydellLet ctrl and alt in Hints mode control where to open...
2015-06-27 Simon LydellAdd the `<s-f1>` Ignore mode "unquote" command
2015-06-27 Simon LydellMake hint markers transparent when shift is held
2015-06-27 Simon LydellFix failing API tests
2015-06-26 Simon LydellUpdate sv-SE locale
2015-06-26 Simon LydellShow translation level after `gulp sync-locales`
2015-06-26 Simon LydellUse consistent casing for mode names
2015-06-26 Simon LydellRename Insert mode into Ignore mode
2015-06-26 Simon LydellDocument `match.toplevel`
2015-06-26 Simon LydellMove Text Input mode into Normal mode
2015-06-26 Simon LydellMake autofocus prevention a bit more robust
2015-06-26 Simon LydellImprove line-wrapping of the help dialog title
2015-06-26 Simon LydellImprove help dialog logo spacing between V and imFx
2015-06-22 Simon LydellAllow any mode to enter the "autoInsertMode" of Normal...
2015-06-22 Simon LydellAdd prevent_autofocus_modes pref
2015-06-22 Simon LydellStyle the "VimFx" part in the help dialog more nicely
2015-06-22 Simon LydellAdd pt-BR translator to PEOPLE.md
2015-06-22 Simon LydellMerge pull request #509 from atilacamurca/i18n-pt-BR
2015-06-22 Simon LydellImprove the font size in the help dialog
2015-06-22 Átila CamurçaAdd pt-BR translation.
2015-06-22 Simon LydellMake `gulp help.html` output a full-height page
2015-06-22 Simon LydellImprove markers and help dialog fonts
2015-06-22 Simon LydellFix bad CSS path in `gulp help.html`
2015-06-22 Simon LydellFix lint error
2015-06-21 Simon LydellUpdate sv-SE locale
2015-06-21 Simon LydellAdd Questions & Answers to docs
2015-06-21 Simon LydellDocument ex commands
2015-06-21 Simon LydellDocument handy standard Firefox features.
2015-06-21 Simon LydellMove the CONTRIBUTING.md link to the feedback section
2015-06-21 Simon LydellConsistently mark up object props in the API docs
2015-06-21 Simon LydellAdd a TOC to the documentation index
2015-06-21 Simon LydellSlightly reformat LICENSE
2015-06-21 Simon LydellAdd a link to the documentation in the Add-ons Manager
2015-06-21 Simon LydellInclude LICENSE in the build
2015-06-21 Simon LydellDocument options
2015-06-21 Simon LydellDocument public API
2015-06-20 Simon LydellDocument options
2015-06-20 Simon LydellDocument how to style VimFx elements
2015-06-20 Simon LydellClarify licenses
2015-06-20 Simon LydellInit documentation
2015-06-20 Simon LydellName all translation IDs consistently
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 LydellImprove command order and categories
2015-06-20 Simon LydellRework custom shortcut prefs
2015-06-15 Simon LydellSimplify compatible Firefox version management
2015-06-15 Simon LydellFix error in install.rdf.tmpl
2015-06-03 Simon LydellMerge pull request #498 from mozillazg/zh-CN
2015-06-03 huangzgUpdate zh-CN translation
2015-05-24 Simon LydellAdd `gulp readme`
2015-05-24 Simon LydellOnly inject options UI in our own addon
2015-05-24 Simon LydellImprove node_modules glob
2015-05-23 Simon LydellMerge branch 'prefs' into develop
2015-05-23 Simon LydellSimplify `gulp sync-locales`: only support .properties
2015-05-23 Simon LydellRewrite the README key features / shortcuts parts
2015-05-23 Simon LydellRefactor defaults
2015-05-23 Simon LydellFix lint errors
2015-05-23 Simon LydellSimplify paste_tab command
2015-05-23 Simon LydellFix broken paste command
2015-05-21 Simon LydellProperly end `gulp release`
2015-05-21 Simon LydellAdd `gulp changelog`
2015-05-18 Simon LydellAdd new options to coffeelint.json
2015-05-18 Simon Lydell2-space indentation in coffeelint.json
2015-05-18 Simon LydellUse a SPDX-compliant license identifier
2015-05-18 Simon LydellFix lint errors
2015-05-18 Simon LydellFix error in coffeelint.json
2015-05-18 Simon LydellUpdate dependencies
2015-05-18 Simon LydellUpdate translators
2015-05-18 Simon LydellMerge pull request #492 from mymedia2/russian2
2015-05-17 Guriev NicholasUpdated russian translation
2015-05-14 Simon LydellRemove stray console.log
2015-05-14 Simon LydellRemove the 'enable KeyboardEvent.code' option
2015-05-14 Simon LydellMerge pull request #461 from lydell/scroll
2015-05-14 Simon LydellAdd commands to scroll to the far left/right
2015-05-14 Simon LydellMake scrolling commands scroll the focused element
2015-05-14 Simon LydellUpdate readme
2015-05-14 Simon LydellSplit CONTRIBUTING.md into two files and improve them
2015-05-14 Simon LydellRemove 0.6.0 upgrade notice
2015-05-14 Simon LydellImprove placement of hint markers when zoomed
next
Imprint / Impressum