]> git.gir.st - VimFx.git/history - extension/lib/commands.coffee
Fix TypeError when hitting ESC
[VimFx.git] / extension / lib / commands.coffee
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-23 Simon LydellAdd count support to `gl`
2016-01-16 Simon LydellAllow to click commands in the help dialog to edit...
2016-01-15 Simon LydellUpdate copyright notices
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-15 Simon LydellFix missing hint for "Browser styles" checkbox in devtools
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellImprove `zf` hover support: Emit mouse events
2016-01-09 Simon LydellFix `:hover` clearing on click in multi-process
2016-01-09 Simon LydellFix broken `scroll_to_mark` command
2016-01-09 Simon LydellMake markers move along with its element
2016-01-06 Simon LydellMerge branch 'master' into develop
2016-01-06 Simon LydellAdd a command to select the most recent tab
2016-01-06 Simon LydellLock `:hover` when clicking with the `f` commands
2016-01-06 Simon LydellImprove element matching for the `zF` command
2016-01-04 Simon LydellFix scrolling in the help dialog
2016-01-04 Simon LydellMerge branch 'master' into develop
2016-01-04 Simon LydellMerge branch 'master' into develop
2016-01-04 Simon LydellStreamline some English text
2015-12-13 Simon LydellImprove the help dialog UX
2015-12-09 Simon LydellMerge branch 'master' into develop
2015-12-09 Simon LydellMerge pull request #640 from akhodakivskiy/click-browse...
2015-12-09 Simon LydellMake it possible to scroll browser elements
2015-12-09 Simon LydellAdd command to click browser elements using markers
2015-12-06 Simon LydellAdd notifications to many commands
2015-12-06 Simon LydellLet `<space>` scroll a bit less than a full page
2015-12-06 Simon LydellRename `last_scroll_position_mark`
2015-12-06 Simon LydellAdd a command to enter Reader View
2015-12-06 Simon LydellAdd a command to open the recently closed tabs list
2015-12-02 Simon LydellMerge branch 'master' into develop
2015-12-02 Simon LydellAdd a command to open the history list
2015-12-01 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellAdd window commands
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-25 Simon LydellAdd Find links only command: `g/`
2015-11-25 Simon LydellMerge pull request #626 from akhodakivskiy/marks
2015-11-25 Simon LydellAdd a special mark for returning to the last position
2015-11-25 Simon LydellImplement simple marks
2015-11-25 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellFix hints mode not exiting when focusing text input
2015-11-21 Simon LydellAllow to customize which elements do and don't get...
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-16 Simon LydellMerge pull request #603 from lydell/rework-gi-tab
2015-11-16 Simon LydellRework `gi` handling of `<tab>`
2015-11-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellEnable the `braces_spacing` coffeelint rule
2015-11-15 Simon LydellFix nothing happening when clicking some buttons
2015-11-14 Simon LydellImprove count and wrap semantics for tab select/move
2015-11-14 Simon LydellHandle {,non-}pinned tabs separately in `gJ` and `gK`
2015-11-14 Simon LydellAdd count support to `g0`, `g^` and `g$` like Vimium
2015-11-12 Simon LydellDon't consider `<select>`s as text inputs for `gi`
2015-11-11 Simon LydellPrepare for Tab Groups being removed from Firefox
2015-11-11 Simon LydellFix `P` compatibility with InstandFox
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-30 Simon LydellUpdate copyright notices
2015-10-29 Simon LydellPlay nicer with the dev tools
2015-10-28 Simon LydellMake hints mode more robust
2015-10-23 Simon LydellMerge pull request #553 from akhodakivskiy/non-multi...
2015-10-23 Simon LydellFix errors when calling many tab related commands
2015-10-21 Simon LydellFix impossible-to-blur inputs issue
2015-10-21 Simon LydellMerge pull request #551 from akhodakivskiy/late-shortcuts
2015-10-21 Simon LydellAdd support for `<late>` shortcuts
2015-10-17 Simon LydellMake the `H` and `L` commands work in Firefox < 43
2015-10-17 Simon LydellFix slightly broken `<escape>` handling
2015-10-17 Simon LydellMerge pull request #542 from akhodakivskiy/improved...
2015-10-17 Simon LydellRe-work autofocus prevention
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-09 Simon LydellFix blurring of some browser UI elements
2015-09-03 Simon LydellUse destructuring defaults from CoffeeScript 1.10.0
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 LydellLet ctrl and alt in Hints mode control where to open...
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-20 Simon LydellMajor refactor: Rework all UI and related improvements
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-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-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-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
next
Imprint / Impressum