Commit graph

519 commits

Author SHA1 Message Date
Shin'ya Ueoka
b9d41333c1 Work around for scrollBy() after scrollTo() does not work 2019-03-09 17:01:36 +09:00
Shin'ya Ueoka
4a2b2e6134 Fix scroller target 2019-03-09 17:01:33 +09:00
Shin'ya Ueoka
124e221999
Merge pull request #538 from ueokande/scroll-console
Scroll console
2019-02-25 22:04:12 +09:00
Shin'ya Ueoka
8614c7a516 Show popup when installed or updated 2019-02-25 21:52:29 +09:00
Shin'ya Ueoka
f961c205a7 Use onInstalled event 2019-02-25 21:51:48 +09:00
Shin'ya Ueoka
dfeb7e7549
Merge pull request #544 from ueokande/refactor-background
Refactor background
2019-02-24 22:45:47 +09:00
Shin'ya Ueoka
0a1aeb2342 Ignore about: tabs on broadcast 2019-02-24 22:39:46 +09:00
Shin'ya Ueoka
f707f4da75 Clean classes and repository 2019-02-24 22:39:46 +09:00
Shin'ya Ueoka
a880d5684b Remove unused methods 2019-02-24 21:58:12 +09:00
Shin'ya Ueoka
a26d8a8a1b Capitalize background scripts 2019-02-24 21:58:12 +09:00
Shin'ya Ueoka
9868da1ac4 Remove unused import 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
bc327e87a8 Fix Completion interface and add test 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
f43a2d2a9e Clean completion component 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
014963b327 Implement completion scroll 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
0c2fcf74bb Use single index on completions of the console 2019-02-15 21:16:34 +09:00
Shin'ya Ueoka
fd125422e0 Enable to bind space key 2019-02-11 20:19:34 +09:00
Shin'ya Ueoka
68668cfefa Increase scroll delta 2019-02-11 20:07:46 +09:00
Shin'ya Ueoka
4f342102c0 Remove repeat properties 2019-02-11 20:06:31 +09:00
Shin'ya Ueoka
7bdecfdb34 Clean scroller 2019-02-11 20:05:29 +09:00
Shin'ya Ueoka
514f91f8dc Make smooth-scroll smoother 2019-02-11 19:58:33 +09:00
Elliot
8abc2d8ef0
Correct spelling of WebExtensions
Spelling as per https://wiki.mozilla.org/WebExtensions
2019-02-06 10:52:30 +00:00
Shin'ya Ueoka
e911d2772c Show alert on opening about:home 2019-02-04 15:48:03 +09:00
Shin'ya Ueoka
44aff07b89 Remove openerTabId on gH 2019-02-04 15:48:03 +09:00
Shin'ya Ueoka
54bbe4ecbd Close only unpinned tabs; 2018-12-27 20:06:32 +09:00
Shin'ya Ueoka
c03ab2862b Add close tabs to the right command 2018-12-27 19:49:48 +09:00
Shin'ya Ueoka
d07b941406 Add start page to form settings 2018-12-27 16:32:13 +09:00
Shin'ya Ueoka
2d99515fd2 Add about: pages to open home page 2018-12-09 10:29:53 +09:00
Shin'ya Ueoka
1f89464e42 Add gh/gH to open home page 2018-12-09 10:19:08 +09:00
Shin'ya Ueoka
80de2149ad Focus console on shown 2018-12-03 20:29:45 +09:00
Shin'ya Ueoka
63b93ce1ca Use webextension message to console 2018-11-18 18:47:35 +09:00
Shin'ya Ueoka
8220336130 Fix console error 2018-11-17 22:13:19 +09:00
Shin'ya Ueoka
1fb5f43305 Use preact in console 2018-11-17 12:29:32 +09:00
Shin'ya Ueoka
7acbdbfef2 Show completions only command 2018-10-20 16:13:06 +09:00
Shin'ya Ueoka
5ecada5b23 Set default complete property value 2018-10-18 21:41:47 +09:00
Shin'ya Ueoka
4310adfdc5 Fix default property value 2018-10-16 11:37:43 +09:00
Shin'ya Ueoka
6c6dc23f97 Remove adjacenttab 2018-10-13 22:40:08 +09:00
Shin'ya Ueoka
3c40b74a3e Add mark fields to setting form 2018-10-13 09:46:26 +09:00
Shin'ya Ueoka
e248477ecb Scroll on global mark and handle gone tab 2018-10-12 14:59:45 +09:00
Shin'ya Ueoka
003742ec51 Support global marks which select a tab 2018-10-12 10:14:33 +09:00
Shin'ya Ueoka
6e6e306275 Store local marks 2018-10-11 17:42:38 +09:00
Shin'ya Ueoka
f66e75575d Store x position into marks 2018-10-11 17:33:27 +09:00
Shin'ya Ueoka
e6d990966a Fix default key mappings 2018-10-11 17:33:27 +09:00
Shin'ya Ueoka
c89b92d9bb Make setMode false on mark is set 2018-10-11 17:33:26 +09:00
Shin'ya Ueoka
76a2250291 lint 2018-10-11 17:33:26 +09:00
Shin'ya Ueoka
2055dfb2fb Rename mode acton and reducer 2018-10-11 17:33:22 +09:00
Shin'ya Ueoka
bf283c732e Add mark action and reducer 2018-10-11 15:00:50 +09:00
Shin'ya Ueoka
bf8cfbcb35 Add mark keymaps 2018-10-11 15:00:07 +09:00
Shin'ya Ueoka
f4d7ca2d70 Fix search keywords with colon 2018-10-08 11:08:44 +09:00
Shin'ya Ueoka
cb3637ec74
Merge pull request #461 from ueokande/control-over-suggestions
Add complete property
2018-10-08 10:46:07 +09:00
Shin'ya Ueoka
bab8066af8 Add complete property 2018-09-17 12:14:52 +09:00