Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean operation definitions | Shin'ya Ueoka | 2017-09-25 | 4 | -37/+44 |
* | Merge branch 'some-fix' | Shin'ya Ueoka | 2017-09-25 | 4 | -1/+13 |
|\ | |||||
| * | blur on input elements when Esc pressed | Shin'ya Ueoka | 2017-09-25 | 1 | -0/+3 |
| * | support t/T command and fix alter mode | Shin'ya Ueoka | 2017-09-25 | 3 | -1/+10 |
|/ | |||||
* | Merge branch 'improve-follow' | Shin'ya Ueoka | 2017-09-20 | 2 | -3/+13 |
|\ | |||||
| * | remove TODO | Shin'ya Ueoka | 2017-09-20 | 1 | -1/+0 |
| * | fix miss function cal | Shin'ya Ueoka | 2017-09-20 | 1 | -1/+1 |
| * | open cross-origin links by background | Shin'ya Ueoka | 2017-09-20 | 1 | -0/+9 |
| * | ignore keypress for another elements | Shin'ya Ueoka | 2017-09-20 | 1 | -1/+3 |
|/ | |||||
* | Merge branch 'improve-follow' | Shin'ya Ueoka | 2017-09-19 | 3 | -6/+20 |
|\ | |||||
| * | click link and avoid invalid links | Shin'ya Ueoka | 2017-09-19 | 1 | -6/+16 |
| * | fix hint style | Shin'ya Ueoka | 2017-09-19 | 1 | -0/+2 |
| * | use offsetHeight to check element visibility | Shin'ya Ueoka | 2017-09-19 | 1 | -0/+1 |
| * | move hint to front | Shin'ya Ueoka | 2017-09-19 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'open-or-search' | Shin'ya Ueoka | 2017-09-18 | 2 | -20/+65 |
|\ | |||||
| * | update README | Shin'ya Ueoka | 2017-09-18 | 1 | -1/+2 |
| * | completion for search engines | Shin'ya Ueoka | 2017-09-18 | 1 | -15/+34 |
| * | search with engines | Shin'ya Ueoka | 2017-09-18 | 1 | -4/+29 |
|/ | |||||
* | Merge branch 'history-completion' | Shin'ya Ueoka | 2017-09-18 | 6 | -2/+116 |
|\ | |||||
| * | update readme | Shin'ya Ueoka | 2017-09-18 | 1 | -1/+1 |
| * | filter closed path | Shin'ya Ueoka | 2017-09-18 | 1 | -0/+16 |
| * | sory by url | Shin'ya Ueoka | 2017-09-18 | 1 | -0/+1 |
| * | use shortest link on suggestion filter | Shin'ya Ueoka | 2017-09-18 | 1 | -3/+2 |
| * | fix history range | Shin'ya Ueoka | 2017-09-18 | 1 | -1/+1 |
| * | fix for lint | Shin'ya Ueoka | 2017-09-17 | 1 | -12/+13 |
| * | filter empty title | Shin'ya Ueoka | 2017-09-17 | 2 | -2/+51 |
| * | drop http history if https if in histories | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+14 |
| * | fix .eslintrc | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+1 |
| * | complete histoly simply | Shin'ya Ueoka | 2017-09-17 | 2 | -0/+33 |
| * | add history permission | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'improve-follow-command' | Shin'ya Ueoka | 2017-09-17 | 7 | -26/+87 |
|\ | |||||
| * | show hints for elements in viewport | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+13 |
| * | focus form items by following | Shin'ya Ueoka | 2017-09-17 | 3 | -19/+33 |
| * | allow to open link in new tab | Shin'ya Ueoka | 2017-09-17 | 5 | -3/+26 |
| * | open link on content index | Shin'ya Ueoka | 2017-09-17 | 3 | -10/+19 |
| * | follow key | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'pagenation-and-navigation' | Shin'ya Ueoka | 2017-09-17 | 7 | -20/+155 |
|\ | |||||
| * | implement go-root command | Shin'ya Ueoka | 2017-09-17 | 5 | -1/+10 |
| * | implement go-parent command | Shin'ya Ueoka | 2017-09-17 | 6 | -5/+34 |
| * | fix ctrl modifier | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+1 |
| * | pagenate by prev/next links | Shin'ya Ueoka | 2017-09-17 | 6 | -2/+99 |
| * | rename history navigation | Shin'ya Ueoka | 2017-09-17 | 5 | -17/+17 |
|/ | |||||
* | Merge branch 'fix-lint' | Shin'ya Ueoka | 2017-09-17 | 3 | -48/+102 |
|\ | |||||
| * | sort .eslintrc | Shin'ya Ueoka | 2017-09-17 | 1 | -11/+8 |
| * | fix .eslintrc | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+1 |
| * | update eslint | Shin'ya Ueoka | 2017-09-17 | 2 | -38/+94 |
|/ | |||||
* | Merge branch 'lint' | Shin'ya Ueoka | 2017-09-17 | 21 | -157/+211 |
|\ | |||||
| * | more strict lint | Shin'ya Ueoka | 2017-09-17 | 21 | -157/+211 |
|/ | |||||
* | Merge branch 'more-redux' | Shin'ya Ueoka | 2017-09-16 | 20 | -358/+481 |
|\ | |||||
| * | keep error message | Shin'ya Ueoka | 2017-09-16 | 1 | -0/+4 |