aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ignore events from contenteditableShin'ya Ueoka2017-10-121-1/+5
* follow link in new tabShin'ya Ueoka2017-10-111-1/+1
* fix buffer commandsShin'ya Ueoka2017-10-111-3/+7
* fix word splitter in completionShin'ya Ueoka2017-10-111-7/+17
* fix word splitter in commandShin'ya Ueoka2017-10-111-15/+19
* fix errors on tabs selectionShin'ya Ueoka2017-10-101-2/+2
* ignore meta keys on inputShin'ya Ueoka2017-10-101-1/+2
* fix tab selectionShin'ya Ueoka2017-10-101-2/+2
* fix default keymapShin'ya Ueoka2017-10-101-2/+2
* fix operation nameShin'ya Ueoka2017-10-091-2/+2
* fix method nameShin'ya Ueoka2017-10-092-5/+5
* scroll horizonallyShin'ya Ueoka2017-10-094-9/+22
* change tabs.prev/tabs.next default keymapShin'ya Ueoka2017-10-091-2/+2
* fix degrateShin'ya Ueoka2017-10-091-2/+2
* save settings on the flyShin'ya Ueoka2017-10-095-27/+45
* use react in settingsShin'ya Ueoka2017-10-096-70/+97
* Add Provider componentShin'ya Ueoka2017-10-091-0/+18
* parse json in settingsShin'ya Ueoka2017-10-096-22/+18
* save keymap in input store in contentShin'ya Ueoka2017-10-096-24/+19
* Show info on yankedShin'ya Ueoka2017-10-0810-30/+68
* use mode in console messageShin'ya Ueoka2017-10-089-27/+21
* yank a URLShin'ya Ueoka2017-10-084-1/+23
* support w/W commandShin'ya Ueoka2017-10-083-0/+9
* support winopen commandShin'ya Ueoka2017-10-081-1/+9
* move store to sharedShin'ya Ueoka2017-10-085-4/+4
* separate contentShin'ya Ueoka2017-10-0811-14/+14
* move backgroundShin'ya Ueoka2017-10-086-56/+60
* separate settingsShin'ya Ueoka2017-10-0811-10/+15
* separate consoleShin'ya Ueoka2017-10-0810-21/+19
* move messages to sharedShin'ya Ueoka2017-10-089-8/+8
* reset follow on enabledShin'ya Ueoka2017-10-081-0/+1
* disable follow after activateShin'ya Ueoka2017-10-081-1/+1
* follow from content-inputShin'ya Ueoka2017-10-083-9/+9
* make content-input more simpleShin'ya Ueoka2017-10-083-37/+59
* use key instead of keyCode in followShin'ya Ueoka2017-10-082-52/+16
* prevent keymaps in the pageShin'ya Ueoka2017-10-082-25/+37
* load settings from contentShin'ya Ueoka2017-10-074-22/+25
* store input keys in content scriptShin'ya Ueoka2017-10-077-119/+92
* reload settings on contentShin'ya Ueoka2017-10-073-0/+25
* fix console errorsShin'ya Ueoka2017-10-073-8/+19
* remove completion actions/reducerShin'ya Ueoka2017-10-079-128/+101
* [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-066-32/+31
* console command actions without storeShin'ya Ueoka2017-10-065-17/+12
* fix imports in srcShin'ya Ueoka2017-10-0524-65/+65
* move operationsShin'ya Ueoka2017-10-044-3/+3
* single reducerShin'ya Ueoka2017-10-046-9/+14
* use createStore short-hand methodShin'ya Ueoka2017-10-044-26/+26
* fix key-repeat does not workShin'ya Ueoka2017-10-041-6/+9
* capture keys on both keypress and keydownShin'ya Ueoka2017-10-031-6/+19
* remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-037-38/+17