aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* remove message propagationShin'ya Ueoka2017-10-181-0/+27
* fix settings reloadShin'ya Ueoka2017-10-171-2/+2
* support multi-frame followingShin'ya Ueoka2017-10-151-0/+9
* 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 default keymapShin'ya Ueoka2017-10-101-2/+2
* fix operation nameShin'ya Ueoka2017-10-091-2/+2
* scroll horizonallyShin'ya Ueoka2017-10-092-3/+6
* change tabs.prev/tabs.next default keymapShin'ya Ueoka2017-10-091-2/+2
* save settings on the flyShin'ya Ueoka2017-10-091-0/+1
* Add Provider componentShin'ya Ueoka2017-10-091-0/+18
* Show info on yankedShin'ya Ueoka2017-10-081-0/+1
* use mode in console messageShin'ya Ueoka2017-10-081-1/+1
* yank a URLShin'ya Ueoka2017-10-082-1/+5
* support w/W commandShin'ya Ueoka2017-10-082-0/+3
* support winopen commandShin'ya Ueoka2017-10-081-1/+9
* move store to sharedShin'ya Ueoka2017-10-081-0/+53
* move messages to sharedShin'ya Ueoka2017-10-081-0/+16
* console command actions without storeShin'ya Ueoka2017-10-061-0/+143
* fix imports in srcShin'ya Ueoka2017-10-051-1/+1
* move operationsShin'ya Ueoka2017-10-042-1/+39
* remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-031-21/+0
* BackgroundInputComponentShin'ya Ueoka2017-10-011-0/+21
* search engine validationShin'ya Ueoka2017-10-011-0/+28
* search settings in storeShin'ya Ueoka2017-10-012-1/+12
* load default settingsShin'ya Ueoka2017-10-011-0/+41
* add setting validatorShin'ya Ueoka2017-10-011-0/+33
* content commands as action/reducerShin'ya Ueoka2017-09-101-31/+0
* background command from reducerShin'ya Ueoka2017-09-101-23/+0
* remove messagesShin'ya Ueoka2017-09-091-19/+0
* buffer by b commandShin'ya Ueoka2017-09-021-0/+2
* message passing by helper functionsShin'ya Ueoka2017-09-011-0/+19
* support 0/$ commandsShin'ya Ueoka2017-08-271-0/+4
* scroll by pagesShin'ya Ueoka2017-08-271-0/+2
* scroll lines actionShin'ya Ueoka2017-08-271-4/+2
* support r/R commandsShin'ya Ueoka2017-08-261-0/+2
* support zz commandShin'ya Ueoka2017-08-231-1/+3
* support zi/zo commandsShin'ya Ueoka2017-08-231-1/+5
* support history navigationShin'ya Ueoka2017-08-231-1/+5
* add follow fot a tagsShin'ya Ueoka2017-08-201-1/+3
* implement d/u commandShin'ya Ueoka2017-08-161-0/+4
* implement o/O commandShin'ya Ueoka2017-08-151-0/+2
* add command-line barShin'ya Ueoka2017-08-151-0/+2
* implement gg/G commandsShin'ya Ueoka2017-08-131-1/+5
* use key-queue for inputShin'ya Ueoka2017-08-131-0/+22