Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #300 from usk/feature/open-clipboard's-url | Shin'ya Ueoka | 2018-01-13 | 5 | -2/+33 |
|\ | |||||
| * | open clipboard's URL in current/new tab | usk | 2018-01-03 | 5 | -2/+33 |
* | | fix smooth scroll on key repeated | Shin'ya Ueoka | 2018-01-13 | 4 | -28/+55 |
* | | clean scrolls | Shin'ya Ueoka | 2018-01-13 | 1 | -38/+51 |
* | | add smoothscroll property | Shin'ya Ueoka | 2018-01-13 | 4 | -23/+36 |
* | | add smooth scroll | Shin'ya Ueoka | 2018-01-13 | 1 | -7/+50 |
* | | remove window from scrolls | Shin'ya Ueoka | 2018-01-13 | 2 | -37/+37 |
* | | support custom chars as hintchars | Shin'ya Ueoka | 2018-01-11 | 2 | -12/+15 |
* | | implement set option | Shin'ya Ueoka | 2018-01-11 | 2 | -6/+22 |
* | | fix property parser | Shin'ya Ueoka | 2018-01-11 | 1 | -1/+1 |
* | | move commands to background action | Shin'ya Ueoka | 2018-01-11 | 5 | -64/+69 |
* | | add set property action in background | Shin'ya Ueoka | 2018-01-10 | 3 | -2/+18 |
* | | separate setting actions and reducers | Shin'ya Ueoka | 2018-01-08 | 8 | -16/+77 |
* | | default properties | Shin'ya Ueoka | 2018-01-08 | 1 | -3/+4 |
* | | property parser | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+31 |
* | | separate command | Shin'ya Ueoka | 2018-01-08 | 3 | -86/+90 |
* | | default property values | Shin'ya Ueoka | 2018-01-08 | 5 | -12/+24 |
* | | Set default properties | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+2 |
* | | Add PropertiesForm | Shin'ya Ueoka | 2018-01-05 | 3 | -0/+82 |
* | | add property to settings | Shin'ya Ueoka | 2018-01-05 | 3 | -7/+34 |
* | | move settings validator | Shin'ya Ueoka | 2018-01-05 | 2 | -1/+1 |
|/ | |||||
* | Merge pull request #291 from usk/feature/do-not-follow-link-which-has-aria-hi... | Shin'ya Ueoka | 2017-12-28 | 1 | -0/+16 |
|\ | |||||
| * | do not follow link which has aria-hidden attribute or aria-disabled attribute | usk | 2017-12-24 | 1 | -0/+16 |
* | | fix scroll settings typos | l4 | 2017-12-28 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #221 from kleschenko/fixed_completion | Shin'ya Ueoka | 2017-12-22 | 1 | -1/+0 |
|\ | |||||
| * | Fix history completion to show most frequent results first. | Kostyantyn Leschenko | 2017-11-20 | 1 | -1/+0 |
* | | Merge pull request #240 from chocolateboy/pagination-tweaks | Shin'ya Ueoka | 2017-11-30 | 1 | -22/+27 |
|\ \ | |||||
| * | | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -22/+27 |
| |/ | |||||
* | | Merge pull request #252 from ollef/patch-1 | Shin'ya Ueoka | 2017-11-29 | 1 | -2/+2 |
|\ \ | |||||
| * | | Use encodeURIComponent for search queries | Olle Fredriksson | 2017-11-26 | 1 | -2/+2 |
* | | | Merge pull request #222 from kleschenko/fix_buffers_completion | Shin'ya Ueoka | 2017-11-29 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix buffers completion when there are some tabs with undefined title. | Kostyantyn Leschenko | 2017-11-20 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | cancel migrate on failure | Shin'ya Ueoka | 2017-11-28 | 1 | -15/+41 |
* | | | remove default form settings | Shin'ya Ueoka | 2017-11-28 | 4 | -77/+24 |
* | | | fix form key bindings | Shin'ya Ueoka | 2017-11-26 | 2 | -2/+4 |
* | | | fix form key bindings | Shin'ya Ueoka | 2017-11-26 | 2 | -2/+6 |
* | | | fix keymap field | Shin'ya Ueoka | 2017-11-26 | 2 | -5/+7 |
* | | | remove <C-Y>/<C-E> keymaps | Shin'ya Ueoka | 2017-11-26 | 1 | -2/+0 |
| |/ |/| | |||||
* | | confirm before setting migration | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+9 |
* | | fix form css | Shin'ya Ueoka | 2017-11-26 | 9 | -7/+23 |
* | | add KeymapsForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -1/+5 |
* | | add SearchForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -7/+11 |
* | | rename serach engine | Shin'ya Ueoka | 2017-11-26 | 3 | -9/+9 |
* | | add input test | Shin'ya Ueoka | 2017-11-26 | 1 | -4/+1 |
* | | settings migration between json and form | Shin'ya Ueoka | 2017-11-26 | 2 | -3/+22 |
* | | fix keymap form | Shin'ya Ueoka | 2017-11-26 | 2 | -4/+4 |
* | | settings helpers | Shin'ya Ueoka | 2017-11-26 | 2 | -17/+82 |
* | | load settiongs from form | Shin'ya Ueoka | 2017-11-26 | 4 | -40/+83 |
* | | add button | Shin'ya Ueoka | 2017-11-26 | 4 | -0/+23 |
* | | blacklist form | Shin'ya Ueoka | 2017-11-26 | 4 | -13/+75 |