]> git.gir.st - VimFx.git/history - extension/packages/vim.coffee
Improve coding style
[VimFx.git] / extension / packages / vim.coffee
2014-09-07 Simon LydellImprove coding style
2014-08-02 Simon LydellMerge pull request #360 from lydell/last-interaction
2014-07-27 Simon LydellOnly allow focus events immediately after an interaction
2014-07-27 Simon LydellMerge pull request #343 from lydell/better-find-mode
2014-06-15 Simon LydellImprove find mode. Fix #342. Better Esc handling.
2014-06-13 Anton KhodakivskiyMerge pull request #341 from akhodakivskiy/next-prev...
2014-06-12 Anton Khodakivskiyfix recursion in isElementGoogleEditable impl
2014-06-01 Simon LydellFix: Autofocus prevention got stuck by navigating the...
2014-05-13 Simon LydellFix #318: Support Tab Groups
2014-05-05 Anton KhodakivskiyMerge branch 'develop' 0.5.9
2014-05-05 Anton KhodakivskiyMerge branch 'develop' of github.com:akhodakivskiy...
2014-04-28 Simon LydellAdd `Vim::rootWindow` for convenience
2014-01-03 Simon LydellMerge branch 'develop' into simpler-dom
2014-01-03 Simon LydellMerge branch 'develop' into issue-213
2014-01-03 Anton KhodakivskiyMerge branch 'master' of github.com:akhodakivskiy/VimFx
2014-01-03 Anton KhodakivskiyMerge branch 'release-0.5.4' 0.5.4
2014-01-03 Anton KhodakivskiyMerge branch 'hints-z-index' of git://github.com/lydell...
2014-01-02 Wang Zhuochunmerge upstream develop
2014-01-02 Anton KhodakivskiyMerge pull request #238 from lydell/develop
2014-01-02 Anton KhodakivskiyMerge pull request #244 from lydell/button-mode-click
2014-01-02 Anton KhodakivskiyMerge pull request #239 from lydell/find-fixes
2013-12-14 Simon LydellMake mode entering consistent with find mode enter
2013-12-10 Anton KhodakivskiyFind refactoring
2013-10-14 Anton KhodakivskiyMerge branch 'release-0.5.3'
2013-10-04 Anton KhodakivskiyMerge pull request #208 from lydell/proper-modes
2013-10-04 Simon LydellFix some whitespace
2013-10-04 Anton KhodakivskiyMerge pull request #180 from lydell/proper-modes
2013-10-04 Simon LydellMerge branch 'proper-modes' of https://github.com/lydel...
2013-10-04 Simon LydellMerge pull request #2 from akhodakivskiy/lydell-proper...
2013-10-04 Anton KhodakivskiyMore comment
2013-10-04 Anton KhodakivskiyAdded a comment that explains Esc suppressing logic
2013-10-04 Anton KhodakivskiyMove all Esc key and input mode related logic into...
2013-10-04 Anton Khodakivskiyenering/leaving modes tweaks
2013-10-04 Anton KhodakivskiyCode review changes
2013-10-02 Anton KhodakivskiyEsc related tweaks
2013-10-02 Anton KhodakivskiyFactor out normal mode into modes.coffee
2013-10-01 Anton KhodakivskiyMerge branch 'proper-modes' of git://github.com/lydell...
2013-10-01 Simon LydellMake command_Esc in charge of all "escaping"
2013-10-01 Simon LydellMerge branch 'develop' into proper-modes
2013-09-08 Simon LydellMinor cleanup
2013-09-07 Anton KhodakivskiyMerge pull request #177 from lydell/better-options
2013-09-07 Simon LydellFix: `Vim::enterNormalMode` should reset `@keys`
2013-09-07 Simon LydellFix: Call only `onEnterNormalMode` of current mode
2013-09-07 Simon LydellMerge branch 'develop' into proper-modes
2013-09-06 Simon LydellRefactor Esc key handling
2013-09-06 Simon LydellSlight `Vim::handleKeyDown` refactor
2013-09-05 Simon LydellMerge branch 'develop' into proper-modes + Refactor
2013-09-05 Anton KhodakivskiyMerge pull request #178 from lydell/hints-overlap-fix
2013-09-05 Simon LydellMerge pull request #1 from akhodakivskiy/lydell-hints...
2013-09-05 Anton KhodakivskiyCode Review
2013-09-05 Anton KhodakivskiyEnabled Shift-space to rotate hint markers backwards
2013-09-05 Anton KhodakivskiyMerge branch 'hints-overlap-fix' of git://github.com...
2013-09-05 Simon LydellFix: Overlapping hints rotation was mostly broken
2013-09-04 Simon LydellMerge branch 'develop' into hints-overlap-fix
2013-08-31 Simon LydellFix a likely future bug
2013-08-31 Simon LydellFix: Proper modes support
2013-08-31 Simon LydellAdd feature: Press space to rotate overlapping hints
2013-08-19 Anton KhodakivskiyMerge branch 'release-0.5' 0.5
2013-08-15 Anton KhodakivskiyMerge branch 'develop' of github.com:akhodakivskiy...
2013-08-14 Anton KhodakivskiyCloses #157. Fix for Firefox 25
2013-08-03 Simon LydellMerge branch 'develop' into huffman
2013-08-02 Anton KhodakivskiyLint cleanup
2013-08-01 Anton KhodakivskiyMerge pull request #153 from LordJZ/develop-minify
2013-08-01 Anton KhodakivskiyRefactored commands related machinery
2013-07-30 Anton KhodakivskiyMerge branch 'master' into develop
2013-07-29 Simon LydellMerge branch 'develop' into huffman
2013-07-27 Anton KhodakivskiyCloses #114, closes #115.
2013-07-20 Anton KhodakivskiyReorganized code, removed memory leaks
2013-07-19 Anton KhodakivskiyMerge branch 'master' into develop
2013-07-19 Simon LydellMerge branch 'develop' into huffman
2013-07-17 Anton KhodakivskiyMerge pull request #137 from ctype/delocale
2013-07-17 Anton KhodakivskiyMerge pull request #135 from lydell/cleanup
2013-07-16 Simon LydellConsistently use ' instead of "
2013-07-16 Simon LydellConsistent use of parenthesis
2013-07-16 Simon LydellRemove chrome.coffee
2013-06-12 Anton KhodakivskiyMerge branch 'release-0.4.7' 0.4.7
2013-06-12 Anton KhodakivskiyCloses #111. Validating custom hint characters.
2013-06-12 Anton KhodakivskiyCloses #110. Use default hint chars if custom hint...
2013-06-12 Anton KhodakivskiyMerge pull request #94 from LordJZ/develop-embed
2013-05-07 Anton KhodakivskiyMerge branch 'develop' of github.com:akhodakivskiy...
2013-05-07 Anton KhodakivskiyCloses #101. Will reenter normal mode on page reloads
2013-03-26 Anton KhodakivskiyMerge branch 'release-0.4.6' 0.4.6
2013-03-26 Anton KhodakivskiyMerge branch 'native-find' into develop
2013-03-26 Anton KhodakivskiyCloses #36, closes #42, closes #85.
2013-01-30 Anton KhodakivskiyMerge branch 'release-0.4.4' 0.4.4
2013-01-11 Anton KhodakivskiyCloses #49. Now keyup event will be suppressed if keypr...
2013-01-10 Anton Khodakivskiycloses #41. All help commands can be disabled now.
2012-12-27 Anton KhodakivskiyMerge branch 'release-0.4.3'
2012-12-24 Anton KhodakivskiyCloses #39. Checkboxes are added to the Help Dialog...
2012-12-14 Anton KhodakivskiyMerge branch 'release-0.4.2' 0.4.2
2012-12-14 Anton KhodakivskiyKey handling bug fixing
2012-12-12 Anton KhodakivskiyMerge branch 'release-0.4.1' 0.4.1
2012-12-12 Anton Khodakivskiysmall fix for non-english keyboard layouts
2012-12-09 Anton KhodakivskiyMerge branch 'release-0.4' 0.4
2012-12-09 Anton KhodakivskiyMerge branch 'find' into develop
2012-12-09 Anton KhodakivskiyCloses #12. Implemented find with / and n/N
2012-11-15 Anton KhodakivskiyMerge branch 'master' of github.com:akhodakivskiy/VimFx...
2012-11-15 Anton KhodakivskiyCloses #9. Implemented localization, refactored bootstr...
2012-11-03 Anton KhodakivskiyWhile in the hints mode the extension will no longer...
2012-10-26 Anton KhodakivskiyCloses #2. Added the Help Dialog, changed the style...
next
Imprint / Impressum