aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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