Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use react in settings | Shin'ya Ueoka | 2017-10-09 | 6 | -70/+97 | |
* | Add Provider component | Shin'ya Ueoka | 2017-10-09 | 1 | -0/+18 | |
* | parse json in settings | Shin'ya Ueoka | 2017-10-09 | 6 | -22/+18 | |
* | save keymap in input store in content | Shin'ya Ueoka | 2017-10-09 | 6 | -24/+19 | |
* | Show info on yanked | Shin'ya Ueoka | 2017-10-08 | 10 | -30/+68 | |
* | use mode in console message | Shin'ya Ueoka | 2017-10-08 | 9 | -27/+21 | |
* | yank a URL | Shin'ya Ueoka | 2017-10-08 | 4 | -1/+23 | |
* | support w/W command | Shin'ya Ueoka | 2017-10-08 | 3 | -0/+9 | |
* | support winopen command | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+9 | |
* | move store to shared | Shin'ya Ueoka | 2017-10-08 | 5 | -4/+4 | |
* | separate content | Shin'ya Ueoka | 2017-10-08 | 11 | -14/+14 | |
* | move background | Shin'ya Ueoka | 2017-10-08 | 6 | -56/+60 | |
* | separate settings | Shin'ya Ueoka | 2017-10-08 | 11 | -10/+15 | |
* | separate console | Shin'ya Ueoka | 2017-10-08 | 10 | -21/+19 | |
* | move messages to shared | Shin'ya Ueoka | 2017-10-08 | 9 | -8/+8 | |
* | reset follow on enabled | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+1 | |
* | disable follow after activate | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 | |
* | follow from content-input | Shin'ya Ueoka | 2017-10-08 | 3 | -9/+9 | |
* | make content-input more simple | Shin'ya Ueoka | 2017-10-08 | 3 | -37/+59 | |
* | use key instead of keyCode in follow | Shin'ya Ueoka | 2017-10-08 | 2 | -52/+16 | |
* | prevent keymaps in the page | Shin'ya Ueoka | 2017-10-08 | 2 | -25/+37 | |
* | load settings from content | Shin'ya Ueoka | 2017-10-07 | 4 | -22/+25 | |
* | store input keys in content script | Shin'ya Ueoka | 2017-10-07 | 7 | -119/+92 | |
* | reload settings on content | Shin'ya Ueoka | 2017-10-07 | 3 | -0/+25 | |
* | fix console errors | Shin'ya Ueoka | 2017-10-07 | 3 | -8/+19 | |
* | remove completion actions/reducer | Shin'ya Ueoka | 2017-10-07 | 9 | -128/+101 | |
* | [wip] remove STATE_UPDATE | Shin'ya Ueoka | 2017-10-06 | 6 | -32/+31 | |
* | console command actions without store | Shin'ya Ueoka | 2017-10-06 | 5 | -17/+12 | |
* | fix imports in src | Shin'ya Ueoka | 2017-10-05 | 24 | -65/+65 | |
* | move operations | Shin'ya Ueoka | 2017-10-04 | 4 | -3/+3 | |
* | single reducer | Shin'ya Ueoka | 2017-10-04 | 6 | -9/+14 | |
* | use createStore short-hand method | Shin'ya Ueoka | 2017-10-04 | 4 | -26/+26 | |
* | fix key-repeat does not work | Shin'ya Ueoka | 2017-10-04 | 1 | -6/+9 | |
* | capture keys on both keypress and keydown | Shin'ya Ueoka | 2017-10-03 | 1 | -6/+19 | |
* | remove deprecated property in KeyboardEvent | Shin'ya Ueoka | 2017-10-03 | 7 | -38/+17 | |
* | comtent input as compoents | Shin'ya UEOKA | 2017-10-03 | 2 | -16/+33 | |
* | follow as redux | Shin'ya Ueoka | 2017-10-02 | 6 | -202/+291 | |
* | clsoe #13 | Shin'ya Ueoka | 2017-10-02 | 1 | -1/+7 | |
* | BackgroundInputComponent | Shin'ya Ueoka | 2017-10-01 | 3 | -50/+59 | |
* | BackgroundComponent | Shin'ya Ueoka | 2017-10-01 | 2 | -36/+64 | |
* | search engine validation | Shin'ya Ueoka | 2017-10-01 | 1 | -0/+28 | |
* | search settings in store | Shin'ya Ueoka | 2017-10-01 | 7 | -61/+47 | |
* | load default settings | Shin'ya Ueoka | 2017-10-01 | 3 | -4/+16 | |
* | use validation on settings | Shin'ya Ueoka | 2017-10-01 | 1 | -0/+14 | |
* | add setting validator | Shin'ya Ueoka | 2017-10-01 | 1 | -0/+33 | |
* | setting as redux | Shin'ya Ueoka | 2017-10-01 | 5 | -19/+90 | |
* | clean console.js | Shin'ya Ueoka | 2017-10-01 | 2 | -15/+7 | |
* | console component | Shin'ya Ueoka | 2017-10-01 | 3 | -84/+146 | |
* | completion in background | Shin'ya Ueoka | 2017-10-01 | 2 | -10/+11 | |
* | add tests for completion and fix | Shin'ya Ueoka | 2017-10-01 | 1 | -2/+9 |