Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 2 | -33/+32 |
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -106/+111 |
* | Fix ClipboardUseCase.test | Shin'ya Ueoka | 2019-05-26 | 1 | -48/+35 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -9/+0 |
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 5 | -7/+18 |
* | Add HintKeyProducer | Shin'ya Ueoka | 2019-05-19 | 1 | -2/+3 |
* | Add NavigationPresenter | Shin'ya Ueoka | 2019-05-19 | 6 | -17/+201 |
* | Remove unused components | Shin'ya Ueoka | 2019-05-19 | 8 | -223/+0 |
* | Follow as a clean architecture | Shin'ya Ueoka | 2019-05-19 | 1 | -1/+1 |
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 2 | -0/+209 |
* | Keymaps as a clean architecture [WIP] | Shin'ya Ueoka | 2019-05-18 | 2 | -72/+129 |
* | Hints as a classes | Shin'ya Ueoka | 2019-05-17 | 3 | -57/+158 |
* | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 1 | -0/+76 |
* | Mark set/jump as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 7 | -44/+194 |
* | find | Shin'ya Ueoka | 2019-05-11 | 1 | -3/+3 |
* | Make find as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 3 | -22/+199 |
* | Make settings as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 4 | -74/+101 |
* | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 3 | -17/+105 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 1 | -1/+0 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 2 | -22/+45 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 11 | -16/+18 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 15 | -0/+0 |
* | Store x position into marks | Shin'ya Ueoka | 2018-10-11 | 2 | -4/+7 |
* | Rename mode acton and reducer | Shin'ya Ueoka | 2018-10-11 | 1 | -8/+8 |
* | Add mark action and reducer | Shin'ya Ueoka | 2018-10-11 | 2 | -0/+73 |
* | Allow following <summary> elements | Magnus Bergmark | 2018-07-16 | 2 | -2/+12 |
* | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 2 | -47/+2 |
* | global expect | Shin'ya Ueoka | 2018-05-05 | 14 | -14/+0 |
* | set find keyword from background | Shin'ya Ueoka | 2018-03-07 | 1 | -1/+1 |
* | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 1 | -0/+2 |
* | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -3/+3 |
* | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -37/+119 |
* | fix hot-reload settings | Shin'ya Ueoka | 2017-11-13 | 1 | -2/+2 |
* | support mutliple modifiers for key bindings | Shin'ya Ueoka | 2017-11-11 | 4 | -44/+34 |
* | remove unused actions and fix test | Shin'ya Ueoka | 2017-11-11 | 2 | -42/+10 |
* | add find action and reducer | Shin'ya Ueoka | 2017-11-11 | 2 | -0/+55 |
* | fix plugin load | Shin'ya Ueoka | 2017-11-05 | 1 | -1/+1 |
* | rename to follow-controller | Shin'ya Ueoka | 2017-10-31 | 4 | -83/+83 |
* | add setting actions in content | Shin'ya Ueoka | 2017-10-22 | 2 | -0/+31 |
* | add addon actions | Shin'ya Ueoka | 2017-10-21 | 2 | -0/+64 |
* | support shift modifier | Shin'ya Ueoka | 2017-10-21 | 1 | -0/+24 |
* | emit mapped keys from input-component | Shin'ya Ueoka | 2017-10-21 | 2 | -7/+79 |
* | follow links for multi-frames in viewport | Shin'ya Ueoka | 2017-10-15 | 1 | -1/+4 |
* | make top-content component and frame-content component | Shin'ya Ueoka | 2017-10-15 | 4 | -4/+4 |
* | get hints from window | Shin'ya Ueoka | 2017-10-14 | 1 | -1/+1 |
* | move hint component | Shin'ya Ueoka | 2017-10-14 | 2 | -2/+2 |
* | fix follow for contenteditable | Shin'ya Ueoka | 2017-10-12 | 2 | -3/+9 |
* | separate content | Shin'ya Ueoka | 2017-10-08 | 6 | -0/+159 |
* | fix imports in test | Shin'ya Ueoka | 2017-10-05 | 3 | -3/+3 |
* | follow as redux | Shin'ya Ueoka | 2017-10-02 | 2 | -34/+0 |