| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement backwards find | Shin'ya Ueoka | 2021-07-05 | 2 | -6/+95 | 
| | | |||||
| * | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 12 | -2/+365 | 
| | | |||||
| * | Show caught error on message listener | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+2 | 
| | | |||||
| * | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 4 | -66/+0 | 
| | | |||||
| * | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 6 | -19/+10 | 
| | | |||||
| * | Merge pull request #1146 from ueokande/improve-error-message | Shin'ya Ueoka | 2021-05-09 | 2 | -5/+7 | 
| |\ | | | | | Improve an error message on invalid settings | ||||
| | * | Improve an error message on invalid settings | Shin'ya Ueoka | 2021-05-09 | 2 | -5/+7 | 
| | | | |||||
| * | | Support reader-mode | Shin'ya UEOKA | 2021-05-09 | 3 | -0/+20 | 
| |/ | |||||
| * | Revert PrefetchAndCache | Shin'ya Ueoka | 2021-04-12 | 4 | -188/+23 | 
| | | |||||
| * | update releases URL to match new versioning scheme | Cihan Demirci | 2021-03-28 | 1 | -1/+1 | 
| | | |||||
| * | Send resize message to the sender tab instead of the current tab. | Shin'ya Ueoka | 2021-03-28 | 3 | -13/+14 | 
| | | | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization. | ||||
| * | Move classes to a correct directory | Shin'ya Ueoka | 2021-03-28 | 4 | -3/+3 | 
| | | |||||
| * | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 5 | -12/+67 | 
| | | |||||
| * | Specific return type | Shin'ya Ueoka | 2021-03-14 | 14 | -44/+47 | 
| | | |||||
| * | Fix error grammar | Shin'ya Ueoka | 2020-12-10 | 1 | -2/+2 | 
| | | |||||
| * | Use useClass for a class | Shin'ya Ueoka | 2020-12-10 | 1 | -1/+1 | 
| | | |||||
| * | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 14 | -352/+9 | 
| | | |||||
| * | Make WindowPresenter interface | Shin'ya Ueoka | 2020-12-09 | 5 | -6/+12 | 
| | | |||||
| * | Fix select next/prev | Shin'ya Ueoka | 2020-12-09 | 3 | -13/+7 | 
| | | |||||
| * | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 22 | -47/+173 | 
| | | |||||
| * | Make background operations as a operator | Shin'ya Ueoka | 2020-12-09 | 46 | -108/+892 | 
| | | |||||
| * | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 5 | -18/+18 | 
| | | |||||
| * | Enable @typescript-eslint/no-namespace | Shin'ya Ueoka | 2020-08-11 | 1 | -15/+0 | 
| | | |||||
| * | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -3/+23 | 
| | | |||||
| * | Allow to change colorscheme property by set command | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+13 | 
| | | |||||
| * | Fix message type | Shin'ya Ueoka | 2020-05-04 | 1 | -2/+2 | 
| | | |||||
| * | Remove tab completion limitation | Shin'ya Ueoka | 2020-05-02 | 1 | -3/+0 | 
| | | |||||
| * | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 55 | -707/+757 | 
| | | |||||
| * | Fix bookmark completion on open command | Shin'ya Ueoka | 2020-04-13 | 1 | -2/+2 | 
| | | |||||
| * | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 4 | -28/+170 | 
| | | |||||
| * | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 7 | -291/+0 | 
| | | |||||
| * | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 3 | -0/+25 | 
| | | |||||
| * | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 3 | -11/+48 | 
| | | |||||
| * | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 21 | -45/+175 | 
| | | |||||
| * | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 7 | -60/+71 | 
| | | |||||
| * | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 3 | -0/+62 | 
| | | |||||
| * | Use new completion use-case on current use-case (aliased) | Shin'ya Ueoka | 2020-03-26 | 6 | -59/+123 | 
| | | |||||
| * | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 12 | -85/+108 | 
| | | |||||
| * | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 4 | -11/+46 | 
| | | |||||
| * | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 7 | -23/+30 | 
| | | |||||
| * | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 | 
| | | |||||
| * | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 29 | -171/+171 | 
| | | |||||
| * | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 2 | -5/+5 | 
| | | |||||
| * | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 2 | -85/+99 | 
| | | |||||
| * | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+1 | 
| | | |||||
| * | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 4 | -8/+6 | 
| | | |||||
| * | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 3 | -6/+6 | 
| | | |||||
| * | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 2 | -5/+8 | 
| | | |||||
| * | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 | 
| | | |||||
| * | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 1 | -4/+4 | 
| | | |||||
