| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 2 | -9/+17 |
| * | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 1 | -19/+97 |
| * | Use string settings on default settings | Shin'ya UEOKA | 2019-10-07 | 1 | -79/+83 |
| * | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 2 | -0/+115 |
| * | Fix form options | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+1 |
| * | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+154 |
| * | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+39 |
| * | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+110 |
| * | Make Search class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+76 |
| * | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+37 |
| * | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 5 | -325/+0 |
| * | Types src/content | Shin'ya Ueoka | 2019-05-05 | 1 | -1/+1 |
| * | Types on src/share | Shin'ya Ueoka | 2019-05-02 | 4 | -24/+24 |
| * | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 5 | -0/+0 |
| * | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+1 |
| * | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 1 | -0/+2 |
| * | Fix default property value | Shin'ya Ueoka | 2018-10-16 | 1 | -1/+1 |
| * | Remove adjacenttab | Shin'ya Ueoka | 2018-10-13 | 2 | -4/+0 |
| * | Fix default key mappings | Shin'ya Ueoka | 2018-10-11 | 1 | -2/+2 |
| * | Add mark keymaps | Shin'ya Ueoka | 2018-10-11 | 1 | -0/+2 |
| * | Add complete property | Shin'ya Ueoka | 2018-09-17 | 2 | -1/+5 |
| * | Fix default settings | Shin'ya Ueoka | 2018-08-02 | 1 | -2/+7 |
| * | Fix property document | Shin'ya Ueoka | 2018-08-02 | 1 | -1/+1 |
| * | Update eslint | Shin'ya Ueoka | 2018-08-01 | 1 | -1/+1 |
| * | Complete set commands | Shin'ya Ueoka | 2018-07-11 | 1 | -1/+7 |
| * | fix but failed | Shin'ya Ueoka | 2018-06-28 | 2 | -7/+5 |
| * | Use await/async on shared directory | Shin'ya Ueoka | 2018-06-17 | 1 | -22/+20 |
| * | Add command.show.addbookmark operation | Shin'ya Ueoka | 2018-05-08 | 1 | -0/+1 |
| * | Merge pull request #368 from emlow/issue-279 | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+1 |
| |\ | |||||
| | * | shortcut to view page source | emlow | 2018-04-01 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/master' into patch-1 | Shin'ya Ueoka | 2018-05-01 | 1 | -0/+2 |
| * | | Make adjacenttab true in default | Shin'ya Ueoka | 2018-05-01 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/master' into background-adjacent-tabs | Shin'ya Ueoka | 2018-05-01 | 2 | -2/+4 |
| |/ | |||||
| * | set default properties | Shin'ya Ueoka | 2018-01-23 | 1 | -0/+3 |
| * | Merge pull request #308 from ueokande/focus-input | Shin'ya Ueoka | 2018-01-18 | 1 | -0/+1 |
| |\ | |||||
| | * | add focus input key map | Shin'ya Ueoka | 2018-01-13 | 1 | -0/+1 |
| * | | Changed default key binding for closing pined tabs ('DD' -> '!d')as requested... | Cornelius Matějka | 2018-01-14 | 1 | -1/+1 |
| * | | Pinned tabs are not closeable by 'd' | Cornelius Matějka | 2018-01-14 | 1 | -0/+1 |
| * | | Merge pull request #137 from alx741/tabs | Shin'ya Ueoka | 2018-01-14 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Default mapping for TAB_PREV_SEL operation | Daniel Campoverde | 2017-11-26 | 1 | -1/+1 |
| | * | | Dummy selectPrevSelTab implementation | Daniel Campoverde | 2017-11-26 | 1 | -0/+1 |
| * | | | fix default propertiest | Shin'ya Ueoka | 2018-01-14 | 1 | -1/+3 |
| * | | | fix default settings | Shin'ya Ueoka | 2018-01-14 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | Merge pull request #300 from usk/feature/open-clipboard's-url | Shin'ya Ueoka | 2018-01-13 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | open clipboard's URL in current/new tab | usk | 2018-01-03 | 1 | -0/+2 |
| * | | | add smoothscroll property | Shin'ya Ueoka | 2018-01-13 | 1 | -0/+2 |
| * | | | support custom chars as hintchars | Shin'ya Ueoka | 2018-01-11 | 1 | -8/+7 |
| * | | | separate setting actions and reducers | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+31 |
| * | | | default properties | Shin'ya Ueoka | 2018-01-08 | 1 | -3/+4 |
| * | | | default property values | Shin'ya Ueoka | 2018-01-08 | 4 | -10/+22 |
