Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 9 | -242/+279 | |
| * | | Remove unused methods | Shin'ya Ueoka | 2019-02-24 | 2 | -8/+0 | |
| * | | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 46 | -240/+242 | |
| |/ | ||||||
* / | Enable to bind space key | Shin'ya Ueoka | 2019-02-11 | 1 | -0/+3 | |
|/ | ||||||
* | Increase scroll delta | Shin'ya Ueoka | 2019-02-11 | 1 | -2/+2 | |
* | Remove repeat properties | Shin'ya Ueoka | 2019-02-11 | 3 | -6/+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 | |
* | Correct spelling of WebExtensions | Elliot | 2019-02-06 | 1 | -1/+1 | |
* | Show alert on opening about:home | Shin'ya Ueoka | 2019-02-04 | 1 | -0/+4 | |
* | Remove openerTabId on gH | Shin'ya Ueoka | 2019-02-04 | 1 | -1/+1 | |
* | Close only unpinned tabs; | Shin'ya Ueoka | 2018-12-27 | 1 | -1/+4 | |
* | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 5 | -0/+17 | |
* | Add start page to form settings | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+2 | |
* | Add about: pages to open home page | Shin'ya Ueoka | 2018-12-09 | 1 | -1/+1 | |
* | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 7 | -4/+38 | |
* | Focus console on shown | Shin'ya Ueoka | 2018-12-03 | 1 | -3/+7 | |
* | Use webextension message to console | Shin'ya Ueoka | 2018-11-18 | 7 | -41/+47 | |
* | Fix console error | Shin'ya Ueoka | 2018-11-17 | 1 | -1/+1 | |
* | Use preact in console | Shin'ya Ueoka | 2018-11-17 | 9 | -266/+247 | |
* | Show completions only command | Shin'ya Ueoka | 2018-10-20 | 1 | -1/+4 | |
* | Set default complete property value | Shin'ya Ueoka | 2018-10-18 | 1 | -1/+2 | |
* | Fix default property value | Shin'ya Ueoka | 2018-10-16 | 1 | -1/+1 | |
* | Remove adjacenttab | Shin'ya Ueoka | 2018-10-13 | 4 | -24/+1 | |
* | Add mark fields to setting form | Shin'ya Ueoka | 2018-10-13 | 1 | -0/+3 | |
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 7 | -8/+40 | |
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 8 | -2/+146 | |
* | Store local marks | Shin'ya Ueoka | 2018-10-11 | 5 | -16/+91 | |
* | Store x position into marks | Shin'ya Ueoka | 2018-10-11 | 2 | -2/+3 | |
* | Fix default key mappings | Shin'ya Ueoka | 2018-10-11 | 1 | -2/+2 | |
* | Make setMode false on mark is set | Shin'ya Ueoka | 2018-10-11 | 1 | -1/+1 | |
* | lint | Shin'ya Ueoka | 2018-10-11 | 1 | -1/+1 | |
* | Rename mode acton and reducer | Shin'ya Ueoka | 2018-10-11 | 2 | -5/+10 | |
* | Add mark action and reducer | Shin'ya Ueoka | 2018-10-11 | 3 | -0/+56 | |
* | Add mark keymaps | Shin'ya Ueoka | 2018-10-11 | 2 | -0/+6 | |
* | Fix search keywords with colon | Shin'ya Ueoka | 2018-10-08 | 1 | -12/+18 | |
* | Merge pull request #461 from ueokande/control-over-suggestions | Shin'ya Ueoka | 2018-10-08 | 3 | -12/+27 | |
|\ | ||||||
| * | Add complete property | Shin'ya Ueoka | 2018-09-17 | 3 | -12/+27 | |
* | | Merge pull request #465 from Stefanough/correct_modifierdKeyName_20180830 | Shin'ya Ueoka | 2018-09-17 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | rename modifierdKeyName to modifiedKeyName | Stefan | 2018-08-30 | 1 | -3/+3 | |
| |/ | ||||||
* / | correct INPUT_KEY_PRESS action name | Stefan | 2018-08-30 | 1 | -1/+1 | |
|/ | ||||||
* | Limit bookmark items on completion | Shin'ya Ueoka | 2018-08-12 | 1 | -5/+6 | |
* | fix typo in the buffer command's description | Christian Fillion | 2018-08-09 | 1 | -1/+1 | |
* | Replace trimStart | Shin'ya UEOKA | 2018-08-07 | 1 | -4/+9 | |
* | Use adjacent tab | Shin'ya Ueoka | 2018-08-05 | 1 | -1/+1 | |
* | Fix default settings | Shin'ya Ueoka | 2018-08-02 | 1 | -2/+7 | |
* | Fix error on settings | Shin'ya Ueoka | 2018-08-02 | 2 | -5/+7 | |
* | Fix property document | Shin'ya Ueoka | 2018-08-02 | 1 | -1/+1 | |
* | Update eslint | Shin'ya Ueoka | 2018-08-01 | 1 | -1/+1 | |
* | Merge pull request #442 from ueokande/search-on-paste | Shin'ya Ueoka | 2018-07-29 | 5 | -33/+88 | |
|\ |