Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 12 | -76/+110 |
* | Use search settings on paster | Shin'ya Ueoka | 2019-05-07 | 2 | -8/+10 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 10 | -30/+56 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 9 | -45/+57 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 33 | -287/+605 |
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 1 | -10/+0 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 33 | -0/+0 |
* | Embed style by script | Shin'ya Ueoka | 2019-04-26 | 6 | -26/+31 |
* | show yanked url | amin roosta | 2019-04-13 | 1 | -1/+1 |
* | Work around for scrollBy() after scrollTo() does not work | Shin'ya Ueoka | 2019-03-09 | 1 | -15/+8 |
* | Fix scroller target | Shin'ya Ueoka | 2019-03-09 | 1 | -2/+2 |
* | Increase scroll delta | Shin'ya Ueoka | 2019-02-11 | 1 | -2/+2 |
* | Remove repeat properties | Shin'ya Ueoka | 2019-02-11 | 2 | -5/+5 |
* | Clean scroller | Shin'ya Ueoka | 2019-02-11 | 1 | -28/+40 |
* | Make smooth-scroll smoother | Shin'ya Ueoka | 2019-02-11 | 1 | -65/+30 |