]> git.gir.st - VimFx.git/shortlog
VimFx.git
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
2015-01-23 Simon LydellTL;DR-ize the Reporting issues section in CONTRIBUTING.md
2015-01-23 Simon LydellVimFx v0.5.17 v0.5.17
2015-01-23 Simon LydellFix #447: Regression: Hints generation crashes
2015-01-23 Simon LydellMerge pull request #449 from TheGreenHabi/patch-1
2015-01-23 TheGreenHabiChanged c-escape to s-escape
2015-01-22 Simon LydellMerge branch 'master' into develop
2015-01-22 Simon LydellVimFx v0.5.16 v0.5.16
2015-01-22 Simon LydellFix #392: Get vim instance properly onlocationchange
2015-01-21 Simon LydellFix #441: Change default exit insert mode shortcut
2015-01-21 Simon LydellShow actual exit shortcuts in button insert mode tooltip
2015-01-21 Simon LydellMerge branch 'master' into develop
2015-01-21 Simon LydellVimFx v0.5.15 v0.5.15
2015-01-21 Simon LydellMake 0.5.x forwards-compatible with 0.6.0
2015-01-20 Simon LydellFix broken Customize button in options page
2015-01-20 Simon LydellFix #392: Get vim instance properly onlocationchange
2015-01-20 Simon LydellFix broken Keyboard Shortcuts button menu item
2015-01-20 Simon LydellUpdate localization instructions
2015-01-20 Simon LydellLink to the changelog from readme and contributions...
2015-01-20 Simon LydellUpdate readme
2015-01-20 Simon LydellSync command descriptions in readme with en-US locale
2015-01-20 Simon LydellUpdate commands in readme
next
Imprint / Impressum