aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
...
* show hints for elements in viewportShin'ya Ueoka2017-09-171-1/+13
|
* focus form items by followingShin'ya Ueoka2017-09-172-18/+32
|
* allow to open link in new tabShin'ya Ueoka2017-09-171-1/+5
|
* open link on content indexShin'ya Ueoka2017-09-173-10/+19
|
* follow keyShin'ya Ueoka2017-09-171-0/+3
|
* implement go-root commandShin'ya Ueoka2017-09-172-1/+7
|
* implement go-parent commandShin'ya Ueoka2017-09-172-1/+22
|
* fix ctrl modifierShin'ya Ueoka2017-09-171-1/+1
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-172-1/+44
|
* rename history navigationShin'ya Ueoka2017-09-173-13/+13
|
* more strict lintShin'ya Ueoka2017-09-176-24/+35
|
* remove actions from contentShin'ya Ueoka2017-09-161-6/+5
|
* message constantsShin'ya Ueoka2017-09-161-2/+3
|
* consome as store/reducersShin'ya Ueoka2017-09-161-10/+9
|
* remove unused messageShin'ya Ueoka2017-09-141-8/+0
|
* content operationsShin'ya Ueoka2017-09-131-0/+30
|
* key input sequence as action/reducerShin'ya Ueoka2017-09-101-8/+2
|
* content commands as action/reducerShin'ya Ueoka2017-09-101-46/+4
|
* blur as action/reducerShin'ya Ueoka2017-09-101-13/+13
|
* completion as action/reducerShin'ya Ueoka2017-09-101-19/+0
|
* console state as action/reducer in reduxShin'ya Ueoka2017-09-091-1/+0
|
* more broadcast messageShin'ya Ueoka2017-09-091-10/+8
|
* broadcast an actionShin'ya Ueoka2017-09-091-7/+4
|
* send message to content instead of responseShin'ya Ueoka2017-09-091-15/+4
|
* use action as objectShin'ya Ueoka2017-09-091-9/+5
|
* fixShin'ya Ueoka2017-09-051-4/+4
|
* do simple completionShin'ya Ueoka2017-09-051-7/+19
|
* reopen command line after errorShin'ya Ueoka2017-09-031-1/+3
|
* use promise and show errorsShin'ya Ueoka2017-09-031-0/+5
|
* response by typeShin'ya Ueoka2017-09-021-5/+17
|
* rename command namesShin'ya Ueoka2017-09-021-3/+3
|
* buffer by b commandShin'ya Ueoka2017-09-021-0/+3
|
* error titleShin'ya Ueoka2017-09-011-8/+5
|
* message passing by helper functionsShin'ya Ueoka2017-09-011-9/+2
|
* Rename command-line to consoleShin'ya Ueoka2017-09-011-4/+4
|
* remove footer-lineShin'ya Ueoka2017-08-292-124/+0
|
* use iframe-ed command-lineShin'ya Ueoka2017-08-291-24/+38
|
* support 0/$ commandsShin'ya Ueoka2017-08-272-3/+21
|
* use keypressShin'ya Ueoka2017-08-271-16/+3
|
* scroll by pagesShin'ya Ueoka2017-08-272-1/+11
|
* scroll lines actionShin'ya Ueoka2017-08-272-13/+4
|
* support history navigationShin'ya Ueoka2017-08-232-1/+16
|
* add scroll to hint positionShin'ya Ueoka2017-08-221-2/+4
|
* remove follow on activatedShin'ya Ueoka2017-08-221-11/+10
|
* add Hint testsShin'ya Ueoka2017-08-211-2/+5
|
* add follow testsShin'ya Ueoka2017-08-211-1/+15
|
* add follow fot a tagsShin'ya Ueoka2017-08-202-0/+114
|
* add hint element wrapperShin'ya Ueoka2017-08-202-0/+45
|
* add HintKeyProducerShin'ya Ueoka2017-08-171-0/+33
|
* implement o/O commandShin'ya Ueoka2017-08-152-17/+30
|