aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | update mochaShin'ya Ueoka2017-11-302-121/+26
| | | |
| * | | Update babel-eslintShin'ya Ueoka2017-11-302-8/+156
| | | |
| * | | add david-dm badgeShin'ya Ueoka2017-11-301-0/+1
|/ / /
* | | Merge pull request #240 from chocolateboy/pagination-tweaksShin'ya Ueoka2017-11-302-25/+30
|\ \ \ | | | | | | | | Pagination tweaks and fixes
| * | | pagination tweaks and fixes:chocolateboy2017-11-232-25/+30
| |/ / | | | | | | | | | | | | | | | | | | | | | - 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
| | |/ | |/|
* | | Merge pull request #259 from ueokande/release-0.7Shin'ya Ueoka2017-11-281-1/+1
|\ \ \ | | | | | | | | Release 0.7
| * | | Bump a versionShin'ya Ueoka2017-11-281-1/+1
|/ / /
* | | Merge pull request #253 from ueokande/qa-0.7Shin'ya Ueoka2017-11-287-106/+169
|\ \ \ | |_|/ |/| | QA 0.7
| * | cancel migrate on failureShin'ya Ueoka2017-11-281-15/+41
| | |
| * | remove default form settingsShin'ya Ueoka2017-11-285-78/+27
| | |
| * | fix form key bindingsShin'ya Ueoka2017-11-262-2/+4
| | |
| * | fix form key bindingsShin'ya Ueoka2017-11-262-2/+6
| | |
| * | update qaShin'ya Ueoka2017-11-261-8/+90
| | |
| * | fix keymap fieldShin'ya Ueoka2017-11-262-5/+7
| | |
| * | remove <C-Y>/<C-E> keymapsShin'ya Ueoka2017-11-261-2/+0
|/ /
* | Merge pull request #248 from ueokande/gui-settingsShin'ya Ueoka2017-11-2630-146/+1189
|\ \ | | | | | | GUI Settings
| * | confirm before setting migrationShin'ya Ueoka2017-11-262-0/+10
| | |
| * | fix form cssShin'ya Ueoka2017-11-269-7/+23
| | |
| * | add KeymapsForm testShin'ya Ueoka2017-11-262-1/+58
| | |
| * | add SearchForm testShin'ya Ueoka2017-11-262-7/+115
| | |
| * | rename serach engineShin'ya Ueoka2017-11-263-9/+9
| | |
| * | add BlacklistForm testShin'ya Ueoka2017-11-261-0/+82
| | |
| * | add input testShin'ya Ueoka2017-11-263-4/+86
| | |
| * | 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-264-17/+195
| | |
| * | 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-265-19/+12
| | |
| * | install preactShin'ya Ueoka2017-11-262-93/+14
|/ /
* | Merge pull request #246 from ueokande/badgesShin'ya Ueoka2017-11-251-0/+3
|\ \ | |/ |/| Add badges to READM
| * Add badges to READMShin'ya Ueoka2017-11-251-0/+3
|/
* Merge pull request #212 from ueokande/release-0.6Shin'ya Ueoka2017-11-191-1/+1
|\ | | | | Bump a version
| * Bump a versionShin'ya Ueoka2017-11-191-1/+1
|/
* Merge pull request #211 from ueokande/qa-0.6Shin'ya Ueoka2017-11-192-1/+6
|\ | | | | QA 0.6
| * Fix message CSSShin'ya Ueoka2017-11-191-0/+2
| |
| * Update QAShin'ya Ueoka2017-11-191-1/+1
| |
| * Update QAShin'ya Ueoka2017-11-191-1/+1
| |
| * Update QA for release 0.6Shin'ya Ueoka2017-11-191-0/+3
|/
* 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