Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | background command from reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -28/+4 |
* | completion as action/reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -15/+5 |
* | broadcast an action | Shin'ya Ueoka | 2017-09-09 | 1 | -0/+2 |
* | send message to content instead of response | Shin'ya Ueoka | 2017-09-09 | 1 | -4/+1 |
* | use action as object | Shin'ya Ueoka | 2017-09-09 | 1 | -6/+6 |
* | fix | Shin'ya Ueoka | 2017-09-05 | 1 | -2/+0 |
* | fix completion | Shin'ya Ueoka | 2017-09-05 | 1 | -1/+2 |
* | do simple completion | Shin'ya Ueoka | 2017-09-05 | 1 | -2/+14 |
* | select tab as rotations | Shin'ya Ueoka | 2017-09-05 | 1 | -3/+3 |
* | use promise and show errors | Shin'ya Ueoka | 2017-09-03 | 1 | -34/+25 |
* | response by type | Shin'ya Ueoka | 2017-09-02 | 1 | -1/+4 |
* | support :buffer swiching by keyword | Shin'ya Ueoka | 2017-09-02 | 1 | -5/+4 |
* | simple buffer command | Shin'ya Ueoka | 2017-09-02 | 1 | -3/+16 |
* | use keypress | Shin'ya Ueoka | 2017-08-27 | 1 | -7/+4 |
* | support r/R commands | Shin'ya Ueoka | 2017-08-26 | 1 | -0/+3 |
* | support zz command | Shin'ya Ueoka | 2017-08-23 | 1 | -0/+3 |
* | support zi/zo commands | Shin'ya Ueoka | 2017-08-23 | 1 | -0/+7 |
* | implement d/u command | Shin'ya Ueoka | 2017-08-16 | 1 | -0/+6 |
* | implement o/O command | Shin'ya Ueoka | 2017-08-15 | 1 | -1/+5 |
* | implement simple open/tabopen command | Shin'ya Ueoka | 2017-08-15 | 1 | -17/+37 |
* | use key-queue for input | Shin'ya Ueoka | 2017-08-13 | 1 | -19/+37 |
* | use key-code | Shin'ya Ueoka | 2017-08-13 | 1 | -5/+5 |
* | implement simple scrolling | Shin'ya Ueoka | 2017-08-12 | 1 | -2/+12 |
* | implement simple tab switch | Shin'ya Ueoka | 2017-08-12 | 1 | -2/+16 |
* | message passing between background and content | Shin'ya Ueoka | 2017-08-12 | 1 | -0/+4 |