aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Add PropertiesFormShin'ya Ueoka2018-01-053-0/+82
| | | | |
| | * | | add property to settingsShin'ya Ueoka2018-01-053-7/+34
| | | | |
| | * | | move settings validatorShin'ya Ueoka2018-01-052-1/+1
| | |/ /
| | * | Merge pull request #291 from ↵Shin'ya Ueoka2017-12-281-0/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | usk/feature/do-not-follow-link-which-has-aria-hidden-attribute-or-aria-disabled-attribute do not follow link which has aria-hidden attribute or aria-disabled a…
| | | * | do not follow link which has aria-hidden attribute or aria-disabled attributeusk2017-12-241-0/+16
| | | | |
| | * | | fix scroll settings typosl42017-12-281-2/+2
| | |/ /
| | * | Merge pull request #221 from kleschenko/fixed_completionShin'ya Ueoka2017-12-221-1/+0
| | |\ \ | | | | | | | | | | Fix history completion to show most frequent results first.
| | | * | Fix history completion to show most frequent results first.Kostyantyn Leschenko2017-11-201-1/+0
| | | | |
| | * | | Merge pull request #240 from chocolateboy/pagination-tweaksShin'ya Ueoka2017-11-301-22/+27
| | |\ \ \ | | | | | | | | | | | | Pagination tweaks and fixes
| | | * | | pagination tweaks and fixes:chocolateboy2017-11-231-22/+27
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test
| | * | | Merge pull request #252 from ollef/patch-1Shin'ya Ueoka2017-11-291-2/+2
| | |\ \ \ | | | | | | | | | | | | Use encodeURIComponent for search queries
| | | * | | Use encodeURIComponent for search queriesOlle Fredriksson2017-11-261-2/+2
| | | | |/ | | | |/| | | | | | Should fix issue #244.
| | * | | Merge pull request #222 from kleschenko/fix_buffers_completionShin'ya Ueoka2017-11-291-1/+1
| | |\ \ \ | | | | | | | | | | | | Fix buffers completion when there are some tabs with undefined title.
| | | * | | Fix buffers completion when there are some tabs with undefined title.Kostyantyn Leschenko2017-11-201-1/+1
| | | | |/ | | | |/|
| | * | | cancel migrate on failureShin'ya Ueoka2017-11-281-15/+41
| | | | |
| | * | | remove default form settingsShin'ya Ueoka2017-11-284-77/+24
| | | | |
| | * | | fix form key bindingsShin'ya Ueoka2017-11-262-2/+4
| | | | |
| | * | | fix form key bindingsShin'ya Ueoka2017-11-262-2/+6
| | | | |
| | * | | fix keymap fieldShin'ya Ueoka2017-11-262-5/+7
| | | | |
| | * | | remove <C-Y>/<C-E> keymapsShin'ya Ueoka2017-11-261-2/+0
| | | |/ | | |/|
| | * | confirm before setting migrationShin'ya Ueoka2017-11-261-0/+9
| | | |
| | * | fix form cssShin'ya Ueoka2017-11-269-7/+23
| | | |
| | * | add KeymapsForm testShin'ya Ueoka2017-11-261-1/+5
| | | |
| | * | add SearchForm testShin'ya Ueoka2017-11-261-7/+11
| | | |
| | * | rename serach engineShin'ya Ueoka2017-11-263-9/+9
| | | |
| | * | add input testShin'ya Ueoka2017-11-261-4/+1
| | | |
| | * | settings migration between json and formShin'ya Ueoka2017-11-262-3/+22
| | | |
| | * | fix keymap formShin'ya Ueoka2017-11-262-4/+4
| | | |
| | * | settings helpersShin'ya Ueoka2017-11-262-17/+82
| | | |
| | * | load settiongs from formShin'ya Ueoka2017-11-264-40/+83
| | | |
| | * | add buttonShin'ya Ueoka2017-11-264-0/+23
| | | |
| | * | blacklist formShin'ya Ueoka2017-11-264-13/+75
| | | |
| | * | delete buttonShin'ya Ueoka2017-11-264-15/+27
| | | |
| | * | keymaps formShin'ya Ueoka2017-11-264-95/+116
| | | |
| | * | Add search formShin'ya Ueoka2017-11-264-19/+131
| | | |
| | * | Add keybindings formShin'ya Ueoka2017-11-267-45/+268
| | | |
| | * | Use Preact for settings and show validationShin'ya Ueoka2017-11-264-18/+99
| | | |
| | * | use preactShin'ya Ueoka2017-11-263-18/+9
| | |/
| | * Fix message CSSShin'ya Ueoka2017-11-191-0/+2
| | |
| | * Merge pull request #162 from heavenshell/feature/console_keyShin'ya Ueoka2017-11-181-3/+39
| | |\ | | | | | | | | Add c-n, c-j, c-p, c-k, c-m to console keybind
| | | * Fix drop arrow keys from consoleShinya Ohyanagi2017-11-181-6/+0
| | | |
| | | * Fix drop <C-j>, <C-k> from cursor selectorShinya Ohyanagi2017-11-181-2/+0
| | | | | | | | | | | | | | | | Because these are not Vim's default behavior.
| | | * Fix add return statementShinya Ohyanagi2017-11-161-1/+1
| | | |
| | | * Add allow up and down to move cursorShinya Ohyanagi2017-11-161-12/+28
| | | | | | | | | | | | | | | | Also refactor methods.
| | | * Add c-n, c-p, c-m to consoleShinya Ohyanagi2017-11-151-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `c-n`, `c-j` for select next item. Add `c-p`, `c-k` for select previous item. Add `c-m` for select item. Above console keybinds are same as Vim(Vimperator)'s completion selector.
| | * | Merge pull request #133 from usk/follow-some-buttons-on-mobile.twitter.comShin'ya Ueoka2017-11-181-1/+2
| | |\ \ | | | | | | | | | | add support for following some buttons on mobile.twitter.com
| | | * | add support for following some buttons on mobile.twitter.comusk2017-11-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buttons are: * reply * retweet * favorite * direct message * drop down menu
| | * | | improve #linkPrev and #linkNext:chocolateboy2017-11-171-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests
| * | | | Open adjacent tabs and background tabsErwan Ameil2017-11-1610-19/+38
| | |_|/ | |/| |
* | | | Add vimperator-like keybindings for next and previous tabsKostyantyn Leschenko2017-11-181-0/+2
| |/ / |/| |