Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #755 from MatiasStorm/improved_scrolling | Shin'ya Ueoka | 2020-08-10 | 1 | -11/+14 |
|\ | |||||
| * | Minor improvements to ScrollPresenter | MatiasStorm | 2020-05-11 | 1 | -11/+14 |
* | | Reverted change in getTargets | MatiasStorm | 2020-05-12 | 1 | -1/+1 |
* | | Removed performance measurements | MatiasStorm | 2020-05-12 | 1 | -3/+0 |
* | | Added elements with the 'onclick' attribute to allowed hints | MatiasStorm | 2020-05-12 | 2 | -2/+9 |
|/ | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 60 | -635/+641 |
* | Clear keys on window blur | Shin'ya Ueoka | 2020-02-05 | 3 | -0/+15 |
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 2 | -6/+6 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 32 | -145/+145 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 3 | -10/+10 |
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 3 | -52/+49 |
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 2 | -95/+103 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 3 | -2/+93 |
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 3 | -0/+26 |
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+2 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 10 | -162/+46 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 3 | -4/+4 |
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 1 | -5/+1 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 2 | -15/+10 |
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 3 | -39/+29 |
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -60/+81 |
* | Do not map Ctrl+C on imput | Shin'ya Ueoka | 2019-09-05 | 1 | -3/+0 |
* | Cancel follow mode and console by Ctrl-C | Shin'ya Ueoka | 2019-09-05 | 1 | -1/+10 |
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 1 | -1/+1 |
* | Prepare target='_blank' | Shin'ya UEOKA | 2019-05-26 | 1 | -5/+5 |
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 2 | -3/+25 |
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 3 | -5/+11 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 3 | -43/+0 |
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 3 | -12/+41 |
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 28 | -56/+1 |
* | FollowSlaveClient as a factory pattern | Shin'ya Ueoka | 2019-05-21 | 3 | -21/+41 |
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 30 | -427/+381 |
* | Add HintKeyProducer | Shin'ya Ueoka | 2019-05-19 | 2 | -1/+39 |
* | Add NavigationPresenter | Shin'ya Ueoka | 2019-05-19 | 4 | -91/+116 |
* | Make routes | Shin'ya Ueoka | 2019-05-19 | 7 | -127/+201 |
* | Remove unused components | Shin'ya Ueoka | 2019-05-19 | 19 | -860/+1 |
* | Follow as a clean architecture | Shin'ya Ueoka | 2019-05-19 | 10 | -9/+492 |
* | Show console | Shin'ya Ueoka | 2019-05-18 | 1 | -0/+6 |
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 15 | -139/+178 |
* | Mark keys as a clean archtecture | Shin'ya Ueoka | 2019-05-18 | 8 | -7/+200 |
* | Keymaps as a clean architecture [WIP] | Shin'ya Ueoka | 2019-05-18 | 13 | -16/+491 |
* | Define client and presenter for follow | Shin'ya Ueoka | 2019-05-18 | 8 | -177/+354 |
* | Send properties on activate | Shin'ya Ueoka | 2019-05-17 | 2 | -15/+8 |
* | Hints as a classes | Shin'ya Ueoka | 2019-05-17 | 4 | -120/+160 |
* | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 5 | -48/+113 |
* | Mark set/jump as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 9 | -93/+122 |
* | Find as a controller | Shin'ya Ueoka | 2019-05-11 | 5 | -39/+41 |
* | Make scroller as a presenter | Shin'ya Ueoka | 2019-05-11 | 5 | -82/+89 |
* | Make find as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 12 | -159/+224 |
* | Make settings as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 12 | -122/+122 |