Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+17 |
* | Save on checkbox changed | Shin'ya UEOKA | 2019-08-29 | 1 | -1/+8 |
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 3 | -12/+11 |
* | Use default settings on loading failure | Shin'ya Ueoka | 2019-08-28 | 1 | -1/+6 |
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 2 | -15/+29 |
* | Open options page on banner click | Shin'ya Ueoka | 2019-08-20 | 2 | -2/+13 |
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 3 | -15/+32 |
|\ | |||||
| * | Distinct notification IDs | Shin'ya Ueoka | 2019-08-01 | 2 | -20/+18 |
| * | Handle errors on loading settings | Shin'ya Ueoka | 2019-07-30 | 3 | -6/+25 |
* | | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 5 | -7/+20 |
* | | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 2 | -2/+2 |
* | | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 7 | -17/+29 |
|/ | |||||
* | Merge pull request #596 from ueokande/qa-0.23 | Shin'ya Ueoka | 2019-05-29 | 6 | -23/+41 |
|\ | |||||
| * | Save settings on switching a source | Shin'ya Ueoka | 2019-05-27 | 1 | -0/+2 |
| * | Fix form keys | Shin'ya Ueoka | 2019-05-27 | 1 | -5/+7 |
| * | Set default engine and remain last engine on form settings | Shin'ya Ueoka | 2019-05-27 | 1 | -1/+6 |
| * | Fix settings parsing | Shin'ya Ueoka | 2019-05-26 | 1 | -11/+17 |
| * | Prepare target='_blank' | Shin'ya UEOKA | 2019-05-26 | 1 | -5/+5 |
| * | Fix completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 |
* | | Fix duplicated form | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 |
|/ | |||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 7 | -4/+93 |
* | Add repeat.last operation to default settings | Shin'ya Ueoka | 2019-05-25 | 3 | -0/+3 |
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 7 | -7/+110 |
* | NavigateUseCase TabPresenter | Shin'ya Ueoka | 2019-05-24 | 2 | -3/+5 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 6 | -48/+26 |
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 7 | -13/+150 |
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 35 | -63/+4 |
* | 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 |
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 36 | -200/+208 |
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 3 | -11/+18 |
* | Merge pull request #587 from ueokande/refactor-content | Shin'ya Ueoka | 2019-05-19 | 93 | -1797/+2589 |
|\ | |||||
| * | 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 | -175/+115 |
| * | 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 | 9 | -180/+359 |
| * | Send properties on activate | Shin'ya Ueoka | 2019-05-17 | 3 | -17/+10 |
| * | Hints as a classes | Shin'ya Ueoka | 2019-05-17 | 4 | -120/+160 |
| * | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 6 | -52/+119 |
| * | 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 | 8 | -74/+77 |
| * | 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 |