]> git.gir.st - VimFx.git/history - extension/lib
Fix slightly broken `<escape>` handling
[VimFx.git] / extension / lib /
2015-10-17 Simon LydellFix slightly broken `<escape>` handling
2015-10-17 Simon LydellFix shortcut triggering on slowly loadnig pages
2015-10-17 Simon LydellMerge pull request #544 from benediktg/patch-1
2015-10-17 Simon LydellFix blacklisting and `vim.state` resetting
2015-10-17 Simon LydellRemove `vim.isBlacklisted()` from the public API
2015-10-17 Simon LydellFix VimFx being broken in new windows
2015-10-17 Simon LydellFix lint error
2015-10-17 Simon LydellFix uncaught error on Firefox startup
2015-10-17 Simon LydellFix uncaught exception on focus/blur
2015-10-17 Simon LydellMerge pull request #542 from akhodakivskiy/improved...
2015-10-17 Simon LydellPrevent autofocus after re-selecting a tab
2015-10-17 Simon LydellRe-work autofocus prevention
2015-10-11 Simon LydellSet prevent_autofocus to false by default
2015-10-11 Simon LydellImprove keyboard shortcut overriding behavior
2015-10-11 Simon LydellRe-organize utils.coffee
2015-10-11 Simon LydellMerge pull request #512 from akhodakivskiy/multi-process
2015-10-11 Simon LydellSupport multi-process Firefox
2015-09-26 Simon LydellLay the foundation for using multi-process Firefox
2015-09-21 Simon LydellAdd notifications for the n and N commands
2015-09-21 Simon LydellAdd simple notifications system
2015-09-09 Simon LydellFix blurring of some browser UI elements
2015-09-03 Simon LydellUse destructuring defaults from CoffeeScript 1.10.0
2015-08-29 Simon LydellStop URI encoding the API URL pref
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 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 LydellRename Insert mode into Ignore mode
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
next
Imprint / Impressum