Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete button | Shin'ya Ueoka | 2017-11-26 | 4 | -15/+27 |
| | |||||
* | keymaps form | Shin'ya Ueoka | 2017-11-26 | 4 | -95/+116 |
| | |||||
* | Add search form | Shin'ya Ueoka | 2017-11-26 | 4 | -19/+131 |
| | |||||
* | Add keybindings form | Shin'ya Ueoka | 2017-11-26 | 7 | -45/+268 |
| | |||||
* | Use Preact for settings and show validation | Shin'ya Ueoka | 2017-11-26 | 4 | -18/+99 |
| | |||||
* | use preact | Shin'ya Ueoka | 2017-11-26 | 3 | -18/+9 |
| | |||||
* | Fix message CSS | Shin'ya Ueoka | 2017-11-19 | 1 | -0/+2 |
| | |||||
* | Merge pull request #162 from heavenshell/feature/console_key | Shin'ya Ueoka | 2017-11-18 | 1 | -3/+39 |
|\ | | | | | Add c-n, c-j, c-p, c-k, c-m to console keybind | ||||
| * | Fix drop arrow keys from console | Shinya Ohyanagi | 2017-11-18 | 1 | -6/+0 |
| | | |||||
| * | Fix drop <C-j>, <C-k> from cursor selector | Shinya Ohyanagi | 2017-11-18 | 1 | -2/+0 |
| | | | | | | | | Because these are not Vim's default behavior. | ||||
| * | Fix add return statement | Shinya Ohyanagi | 2017-11-16 | 1 | -1/+1 |
| | | |||||
| * | Add allow up and down to move cursor | Shinya Ohyanagi | 2017-11-16 | 1 | -12/+28 |
| | | | | | | | | Also refactor methods. | ||||
| * | Add c-n, c-p, c-m to console | Shinya Ohyanagi | 2017-11-15 | 1 | -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.com | Shin'ya Ueoka | 2017-11-18 | 1 | -1/+2 |
|\ \ | | | | | | | add support for following some buttons on mobile.twitter.com | ||||
| * | | add support for following some buttons on mobile.twitter.com | usk | 2017-11-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buttons are: * reply * retweet * favorite * direct message * drop down menu | ||||
* | | | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -14/+17 |
| | | | | | | | | | | | | | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests | ||||
* | | | border on console | Shin'ya Ueoka | 2017-11-15 | 2 | -2/+5 |
| | | | |||||
* | | | maximize z-index of hints | Shin'ya Ueoka | 2017-11-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fix console iframe styles | Shin'ya Ueoka | 2017-11-15 | 1 | -1/+2 |
| |/ |/| | |||||
* | | fix hot-reload settings | Shin'ya Ueoka | 2017-11-13 | 3 | -6/+6 |
| | | |||||
* | | fix 0/$ | Shin'ya Ueoka | 2017-11-12 | 1 | -2/+2 |
| | | |||||
* | | fix for symbol keys | Shin'ya Ueoka | 2017-11-12 | 1 | -1/+9 |
| | | |||||
* | | support mutliple modifiers for key bindings | Shin'ya Ueoka | 2017-11-11 | 7 | -31/+41 |
| | | |||||
* | | add key utils | Shin'ya Ueoka | 2017-11-11 | 1 | -0/+78 |
| | | |||||
* | | remove unused actions and fix test | Shin'ya Ueoka | 2017-11-11 | 3 | -20/+1 |
| | | |||||
* | | fix on unfocus | Shin'ya Ueoka | 2017-11-11 | 1 | -1/+2 |
| | | |||||
* | | show error on find and wrap search | Shin'ya Ueoka | 2017-11-11 | 4 | -15/+83 |
| | | |||||
* | | prevent | Shin'ya Ueoka | 2017-11-11 | 1 | -0/+2 |
| | | |||||
* | | first find implementation | Shin'ya Ueoka | 2017-11-11 | 8 | -25/+74 |
| | | |||||
* | | console as redux architecture | Shin'ya Ueoka | 2017-11-11 | 5 | -82/+86 |
| | | |||||
* | | add find action and reducer | Shin'ya Ueoka | 2017-11-11 | 4 | -0/+69 |
| | | |||||
* | | show find in console | Shin'ya Ueoka | 2017-11-11 | 9 | -7/+36 |
| | | |||||
* | | flexible prompt | Shin'ya Ueoka | 2017-11-11 | 2 | -2/+18 |
| | | |||||
* | | add support for duplicating current tab | usk | 2017-11-07 | 4 | -1/+9 |
| | | |||||
* | | code review | Jiabo Hou | 2017-11-05 | 3 | -8/+12 |
| | | | | | | | | | | * change default keybinding for pin/unpin tab from 'p' to 'zp' * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned | ||||
* | | added support for pinning/unpinning tabs | Jiabo Hou | 2017-11-05 | 4 | -1/+23 |
| | | | | | | | | | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab | ||||
* | | Merge pull request #113 from alx741/tabs | Shin'ya Ueoka | 2017-11-05 | 4 | -1/+23 |
|\ \ | | | | | | | Add Tabs first/last selectors | ||||
| * | | Add TAB_LAST operation | Daniel Campoverde | 2017-10-29 | 4 | -9/+12 |
| | | | |||||
| * | | Clean up TAB_FIRST operation | Daniel Campoverde | 2017-10-29 | 3 | -4/+4 |
| | | | |||||
| * | | Fix selectFirstTab | Daniel Campoverde | 2017-10-29 | 1 | -2/+4 |
| | | | |||||
| * | | Default TAB_FIRST mapping | Daniel Campoverde | 2017-10-29 | 2 | -1/+2 |
| | | | |||||
| * | | Add TAB_FIRST operation | Daniel Campoverde | 2017-10-29 | 3 | -0/+16 |
| | | | |||||
* | | | fix settings reload on content | Shin'ya Ueoka | 2017-11-05 | 1 | -0/+2 |
| |/ |/| | |||||
* | | fix plugin load | Shin'ya Ueoka | 2017-11-05 | 2 | -1/+7 |
| | | |||||
* | | Merge pull request #126 from ueokande/69-fix-completion-navigate | Shin'ya Ueoka | 2017-11-02 | 1 | -13/+4 |
|\ \ | | | | | | | fix completion navigate | ||||
| * | | remove comparison with previous value | Shin'ya Ueoka | 2017-11-02 | 1 | -9/+1 |
| | | | |||||
| * | | fix completion navigate | Shin'ya Ueoka | 2017-10-30 | 1 | -8/+7 |
| |/ | |||||
* | | support following area tags | Shin'ya Ueoka | 2017-10-31 | 3 | -10/+104 |
| | | |||||
* | | rename to follow-controller | Shin'ya Ueoka | 2017-10-31 | 5 | -23/+24 |
| | | |||||
* | | Remove update propagation | Shin'ya Ueoka | 2017-10-31 | 12 | -57/+23 |
|/ |