]> git.gir.st - VimFx.git/shortlog
VimFx.git
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
2015-05-13 Simon LydellAdd `gulp faster`
2015-05-01 Simon LydellMerge pull request #487 from lindhe/develop
2015-05-01 Andreas LindhéFixed a small but vital typo
2015-04-17 Simon LydellAdd French translator to PEOPLE.md
2015-04-17 Simon LydellMerge pull request #482 from m-r-r/origin/french-transl...
2015-04-16 m-r-rAdded a french translation
2015-03-03 Simon LydellDo not treat `<a href="">` as links
2015-02-22 Simon LydellMake it easier to run gulp without installing it globally
2015-02-08 Simon LydellMake it possible to distinguish count 1 from no count
2015-02-08 Simon LydellFix #47: 'gi' to focus last focused or first text input
2015-02-08 Simon LydellBetter vertically centered marker placement
2015-02-08 Simon LydellMake sure `gulp release` tags the correct commit
2015-02-08 Simon LydellUpdate dependencies
2015-02-08 Simon LydellReorder vimfx.properties to same order as in commands...
2015-02-08 Simon LydellUpdate CONTRIBUTING.md
2015-02-08 Simon LydellRun `gulp sync-locales`
2015-02-08 Simon LydellAdd `gulp sync-locales`
2015-02-07 Simon LydellDrastically improve speed up hints generation
2015-02-07 Simon LydellReduce the number of hints on Google Calendar
2015-02-07 Simon LydellExclude test scripts from node_modules
2015-02-03 Simon LydellMove `Command` into its own file
2015-02-03 Simon LydellRefactor `utils.getAllElements` into hints.coffee
2015-01-30 Simon LydellDrastically speed up hints generation
2015-01-29 Simon LydellMerge branch 'develop' of github.com:akhodakivskiy...
2015-01-29 Simon LydellFix #459: Don't treat modified numbers as counts
2015-01-29 Simon LydellMerge pull request #460 from TheGreenHabi/patch-1
2015-01-29 TheGreenHabiFix comment typo in utils.coffee
2015-01-28 Simon LydellLet simulated clicks be cancelable
2015-01-28 Simon LydellMerge branch 'TheGreenHabi-patch-1' into develop
2015-01-28 TheGreenHabiFix #440: Hint markers on feedly.com
2015-01-27 Simon LydellAdd icon design contributor
2015-01-26 Simon LydellMerge pull request #455 from lydell/youtube-space
2015-01-26 Simon LydellUpdate vim-like-key-notation
2015-01-26 Simon LydellTreat the Youtube video player as an adjustable element
2015-01-26 Simon LydellEnter automatic insert mode when an element is fullscreen
2015-01-26 Simon LydellMerge pull request #451 from lydell/hints
2015-01-26 Simon LydellDo not consider links without href as proper links
2015-01-26 Simon LydellMake upgrade to 0.6.0 notice more visible
2015-01-26 Simon LydellMerge branch 'master' into develop
2015-01-26 Simon LydellAdd missing issue reporting instruction
2015-01-26 Simon LydellUpdate readme
2015-01-25 Simon LydellLet simulated clicks bubble
2015-01-25 Simon LydellAdd Tree Style Tab support for opening new tabs
2015-01-25 Simon LydellMake scrollable elements markable
2015-01-25 Simon LydellProvide `vim.state`
2015-01-25 Simon LydellFix #60: Give the same hint to links with the same URL
2015-01-25 Simon LydellAdd hint marker support for XUL documents
2015-01-25 Simon LydellMake sure hint markers cannot be line-wrapped
2015-01-24 Simon LydellImprove automatic insert mode
2015-01-24 Simon LydellMove `rotateOverlappingMarkers()` into marker.coffee
2015-01-24 Simon LydellImprove markable elements matching
2015-01-24 Simon LydellCorrectly determine viewport size
2015-01-24 Simon LydellSimplify hint matching
2015-01-23 Simon LydellPut markers in the browser chrome
2015-01-23 Simon LydellMove lib/mode-hints/* directly into lib/
2015-01-23 Simon LydellRemove bloomfilter
2015-01-23 Simon LydellGive better hints to semantic elements than unsemantic...
2015-01-23 Simon LydellAdd missing null check for computed style in hints...
2015-01-23 Simon LydellUpgrade n-ary-huffman to 2.1
2015-01-23 Simon LydellMerge branch 'develop' of github.com:akhodakivskiy...
2015-01-23 Simon LydellMerge branch 'master' into develop
next
Imprint / Impressum