Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Merge pull request #137 from alx741/tabs | Shin'ya Ueoka | 2018-01-14 | 4 | -2/+20 | |
| | |\ \ | ||||||
| | | * | | Remove unused variables | Daniel Campoverde | 2017-11-26 | 1 | -1/+1 | |
| | | * | | Fix visible links test | Daniel Campoverde | 2017-11-26 | 1 | -2/+4 | |
| | | * | | Fix linter error | Daniel Campoverde | 2017-11-26 | 1 | -4/+2 | |
| | | * | | Previous selected tab based on tab events only | Daniel Campoverde | 2017-11-26 | 1 | -35/+1 | |
| | | * | | Use tab-change event handler | Daniel Campoverde | 2017-11-26 | 1 | -2/+14 | |
| | | * | | Keep current en previous tabs id | Daniel Campoverde | 2017-11-26 | 1 | -7/+15 | |
| | | * | | Format lines to 80 chars | Daniel Campoverde | 2017-11-26 | 1 | -5/+6 | |
| | | * | | Clean selectPrevSelTab | Daniel Campoverde | 2017-11-26 | 1 | -6/+3 | |
| | | * | | Default mapping for TAB_PREV_SEL operation | Daniel Campoverde | 2017-11-26 | 1 | -1/+1 | |
| | | * | | Keep previous selected tab | Daniel Campoverde | 2017-11-26 | 1 | -9/+25 | |
| | | * | | Dummy selectPrevSelTab implementation | Daniel Campoverde | 2017-11-26 | 4 | -2/+20 | |
| | * | | | fix default propertiest | Shin'ya Ueoka | 2018-01-14 | 1 | -1/+3 | |
| | * | | | fix default settings | Shin'ya Ueoka | 2018-01-14 | 1 | -2/+2 | |
| | | |/ | | |/| | ||||||
| | * | | 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 |