]> git.gir.st - VimFx.git/history - extension/lib
Move Text Input mode into Normal mode
[VimFx.git] / extension / lib /
2015-06-26 Simon LydellMove Text Input mode into Normal mode
2015-06-26 Simon LydellMake autofocus prevention a bit more robust
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 LydellMerge pull request #509 from atilacamurca/i18n-pt-BR
2015-06-22 Simon LydellImprove the font size in the help dialog
2015-06-21 Simon LydellAdd a link to the documentation in the Add-ons Manager
2015-06-21 Simon LydellDocument public API
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-05-24 Simon LydellOnly inject options UI in our own addon
2015-05-23 Simon LydellMerge branch 'prefs' into develop
2015-05-23 Simon LydellRefactor defaults
2015-05-23 Simon LydellSimplify paste_tab command
2015-05-23 Simon LydellFix broken paste command
2015-05-18 Simon LydellFix lint errors
2015-05-14 Simon LydellRemove stray console.log
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 LydellImprove placement of hint markers when zoomed
2015-03-03 Simon LydellDo not treat `<a href="">` as links
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-07 Simon LydellDrastically improve speed up hints generation
2015-02-07 Simon LydellReduce the number of hints on Google Calendar
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-26 Simon LydellMerge pull request #455 from lydell/youtube-space
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 LydellMerge branch 'master' into develop
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-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-22 Simon LydellMerge branch 'master' into develop
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-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 LydellAdd quote command
2015-01-19 Simon LydellRemove alt-shift-v shortcut to toggle VimFx
2015-01-19 Simon LydellDon't prevent autofocus in insert mode
2015-01-18 Simon LydellFix #389: Make sure autofocus prevention does not cause...
2015-01-18 Simon LydellMerge branch 'master' into develop
2015-01-18 Simon LydellAllow shortcuts in other modes to be customized
2015-01-18 Simon LydellFix #396: Use `<link rel=prev/next>` for [ and ] commands
2015-01-18 Simon LydellAdd unicode support to allow string prefs
2015-01-18 Simon LydellAllow to customize the autofocus limit
2015-01-18 Simon LydellMake shortcut prefs reading more robust
2015-01-18 Simon LydellMerge pull request #438 from lydell/vim-like-keys
2015-01-18 Simon LydellFix #249: Support other keyboard layouts than en-US
2015-01-17 Simon LydellMerge branch 'zhuochun-more-tab-related-commands' into...
2015-01-17 Simon LydellAdd default shortcuts to new commands
2015-01-17 Simon LydellMerge branch 'more-tab-related-commands' of https:...
2015-01-17 Simon LydellFix #382: Support 'selection' clipboard
2015-01-17 Simon LydellMerge branch 'blacklist-keys' of https://github.com...
2014-12-14 Simon LydellMerge branch 'master' into develop
2014-12-14 Simon LydellMerge branch 'develop' of github.com:akhodakivskiy...
2014-12-14 Simon LydellAdd unit tests infrastructure
2014-12-14 Simon LydellConfigure coffeelint and fix lint errors
2014-12-14 Simon LydellMake `require` more like Node.js
Imprint / Impressum