Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove actions from content | Shin'ya Ueoka | 2017-09-16 | 4 | -27/+12 | |
| | ||||||
* | message constants | Shin'ya Ueoka | 2017-09-16 | 5 | -5/+10 | |
| | ||||||
* | consome as store/reducers | Shin'ya Ueoka | 2017-09-16 | 15 | -171/+171 | |
| | ||||||
* | use input as store/reducer | Shin'ya Ueoka | 2017-09-14 | 5 | -37/+44 | |
| | ||||||
* | improve store and reducers | Shin'ya Ueoka | 2017-09-14 | 3 | -7/+29 | |
| | ||||||
* | remove unused message | Shin'ya Ueoka | 2017-09-14 | 1 | -8/+0 | |
| | ||||||
* | content operations | Shin'ya Ueoka | 2017-09-13 | 8 | -58/+62 | |
| | ||||||
* | move background actions to operations | Shin'ya Ueoka | 2017-09-13 | 6 | -33/+56 | |
| | ||||||
* | add simple store | Shin'ya Ueoka | 2017-09-13 | 1 | -0/+27 | |
| | ||||||
* | add command actions test | Shin'ya Ueoka | 2017-09-11 | 1 | -1/+1 | |
| | ||||||
* | command as action/reducer | Shin'ya Ueoka | 2017-09-11 | 5 | -50/+71 | |
| | ||||||
* | key input sequence as action/reducer | Shin'ya Ueoka | 2017-09-10 | 7 | -76/+103 | |
| | ||||||
* | content commands as action/reducer | Shin'ya Ueoka | 2017-09-10 | 6 | -94/+80 | |
| | ||||||
* | background command from reducer | Shin'ya Ueoka | 2017-09-10 | 5 | -68/+46 | |
| | ||||||
* | blur as action/reducer | Shin'ya Ueoka | 2017-09-10 | 4 | -69/+49 | |
| | ||||||
* | completion as action/reducer | Shin'ya Ueoka | 2017-09-10 | 7 | -47/+61 | |
| | ||||||
* | add console actions/reducer tests and fix targets | Shin'ya Ueoka | 2017-09-09 | 2 | -8/+8 | |
| | ||||||
* | console state as action/reducer in redux | Shin'ya Ueoka | 2017-09-09 | 6 | -78/+123 | |
| | ||||||
* | remove messages | Shin'ya Ueoka | 2017-09-09 | 1 | -19/+0 | |
| | ||||||
* | more broadcast message | Shin'ya Ueoka | 2017-09-09 | 2 | -21/+13 | |
| | ||||||
* | receive message of console | Shin'ya Ueoka | 2017-09-09 | 2 | -15/+15 | |
| | ||||||
* | broadcast an action | Shin'ya Ueoka | 2017-09-09 | 4 | -11/+15 | |
| | ||||||
* | send message to content instead of response | Shin'ya Ueoka | 2017-09-09 | 2 | -19/+5 | |
| | ||||||
* | use action as object | Shin'ya Ueoka | 2017-09-09 | 3 | -44/+40 | |
| | ||||||
* | remove keys | Shin'ya Ueoka | 2017-09-09 | 1 | -28/+0 | |
| | ||||||
* | reset completion | Shin'ya Ueoka | 2017-09-05 | 1 | -0/+5 | |
| | ||||||
* | clean completion | Shin'ya Ueoka | 2017-09-05 | 1 | -34/+48 | |
| | ||||||
* | fix | Shin'ya Ueoka | 2017-09-05 | 2 | -6/+4 | |
| | ||||||
* | completion hightlight | Shin'ya Ueoka | 2017-09-05 | 2 | -9/+23 | |
| | ||||||
* | fix completion | Shin'ya Ueoka | 2017-09-05 | 3 | -4/+11 | |
| | ||||||
* | do simple completion | Shin'ya Ueoka | 2017-09-05 | 4 | -11/+47 | |
| | ||||||
* | tab completion | Shin'ya Ueoka | 2017-09-05 | 1 | -1/+48 | |
| | ||||||
* | add Completion class | Shin'ya Ueoka | 2017-09-05 | 1 | -0/+26 | |
| | ||||||
* | add setCompletions | Shin'ya Ueoka | 2017-09-05 | 4 | -10/+73 | |
| | ||||||
* | select tab as rotations | Shin'ya Ueoka | 2017-09-05 | 2 | -7/+9 | |
| | ||||||
* | reopen command line after error | Shin'ya Ueoka | 2017-09-03 | 3 | -5/+17 | |
| | ||||||
* | use promise and show errors | Shin'ya Ueoka | 2017-09-03 | 4 | -51/+47 | |
| | ||||||
* | response by type | Shin'ya Ueoka | 2017-09-02 | 2 | -6/+21 | |
| | ||||||
* | rename command names | Shin'ya Ueoka | 2017-09-02 | 2 | -6/+6 | |
| | ||||||
* | throw error on multiple buffer matched | Shin'ya Ueoka | 2017-09-02 | 1 | -10/+8 | |
| | ||||||
* | support :buffer swiching by keyword | Shin'ya Ueoka | 2017-09-02 | 2 | -7/+24 | |
| | ||||||
* | buffer by b command | Shin'ya Ueoka | 2017-09-02 | 3 | -0/+6 | |
| | ||||||
* | simple buffer command | Shin'ya Ueoka | 2017-09-02 | 3 | -6/+30 | |
| | ||||||
* | show error text | Shin'ya Ueoka | 2017-09-01 | 4 | -8/+26 | |
| | ||||||
* | blur console frame | Shin'ya Ueoka | 2017-09-01 | 1 | -0/+1 | |
| | ||||||
* | error title | Shin'ya Ueoka | 2017-09-01 | 4 | -23/+51 | |
| | ||||||
* | error text | Shin'ya Ueoka | 2017-09-01 | 1 | -1/+2 | |
| | ||||||
* | message passing by helper functions | Shin'ya Ueoka | 2017-09-01 | 3 | -22/+35 | |
| | ||||||
* | add console error element | Shin'ya Ueoka | 2017-09-01 | 2 | -4/+14 | |
| | ||||||
* | Rename command-line to console | Shin'ya Ueoka | 2017-09-01 | 7 | -31/+31 | |
| |