Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix form key bindings | Shin'ya Ueoka | 2017-11-26 | 2 | -2/+4 |
| | |||||
* | fix form key bindings | Shin'ya Ueoka | 2017-11-26 | 2 | -2/+6 |
| | |||||
* | update qa | Shin'ya Ueoka | 2017-11-26 | 1 | -8/+90 |
| | |||||
* | fix keymap field | Shin'ya Ueoka | 2017-11-26 | 2 | -5/+7 |
| | |||||
* | remove <C-Y>/<C-E> keymaps | Shin'ya Ueoka | 2017-11-26 | 1 | -2/+0 |
| | |||||
* | Merge pull request #248 from ueokande/gui-settings | Shin'ya Ueoka | 2017-11-26 | 30 | -146/+1189 |
|\ | | | | | GUI Settings | ||||
| * | confirm before setting migration | Shin'ya Ueoka | 2017-11-26 | 2 | -0/+10 |
| | | |||||
| * | fix form css | Shin'ya Ueoka | 2017-11-26 | 9 | -7/+23 |
| | | |||||
| * | add KeymapsForm test | Shin'ya Ueoka | 2017-11-26 | 2 | -1/+58 |
| | | |||||
| * | add SearchForm test | Shin'ya Ueoka | 2017-11-26 | 2 | -7/+115 |
| | | |||||
| * | rename serach engine | Shin'ya Ueoka | 2017-11-26 | 3 | -9/+9 |
| | | |||||
| * | add BlacklistForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+82 |
| | | |||||
| * | add input test | Shin'ya Ueoka | 2017-11-26 | 3 | -4/+86 |
| | | |||||
| * | settings migration between json and form | Shin'ya Ueoka | 2017-11-26 | 2 | -3/+22 |
| | | |||||
| * | fix keymap form | Shin'ya Ueoka | 2017-11-26 | 2 | -4/+4 |
| | | |||||
| * | settings helpers | Shin'ya Ueoka | 2017-11-26 | 4 | -17/+195 |
| | | |||||
| * | load settiongs from form | Shin'ya Ueoka | 2017-11-26 | 4 | -40/+83 |
| | | |||||
| * | add button | Shin'ya Ueoka | 2017-11-26 | 4 | -0/+23 |
| | | |||||
| * | blacklist form | Shin'ya Ueoka | 2017-11-26 | 4 | -13/+75 |
| | | |||||
| * | 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 | 5 | -19/+12 |
| | | |||||
| * | install preact | Shin'ya Ueoka | 2017-11-26 | 2 | -93/+14 |
|/ | |||||
* | Merge pull request #246 from ueokande/badges | Shin'ya Ueoka | 2017-11-25 | 1 | -0/+3 |
|\ | | | | | Add badges to READM | ||||
| * | Add badges to READM | Shin'ya Ueoka | 2017-11-25 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #212 from ueokande/release-0.6 | Shin'ya Ueoka | 2017-11-19 | 1 | -1/+1 |
|\ | | | | | Bump a version | ||||
| * | Bump a version | Shin'ya Ueoka | 2017-11-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #211 from ueokande/qa-0.6 | Shin'ya Ueoka | 2017-11-19 | 2 | -1/+6 |
|\ | | | | | QA 0.6 | ||||
| * | Fix message CSS | Shin'ya Ueoka | 2017-11-19 | 1 | -0/+2 |
| | | |||||
| * | Update QA | Shin'ya Ueoka | 2017-11-19 | 1 | -1/+1 |
| | | |||||
| * | Update QA | Shin'ya Ueoka | 2017-11-19 | 1 | -1/+1 |
| | | |||||
| * | Update QA for release 0.6 | Shin'ya Ueoka | 2017-11-19 | 1 | -0/+3 |
|/ | |||||
* | 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 | ||||
* | | | Merge pull request #196 from chocolateboy/rel-improvements | Shin'ya Ueoka | 2017-11-18 | 2 | -51/+136 |
|\ \ \ | | | | | | | | | improve #linkPrev and #linkNext | ||||
| * | | | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 2 | -51/+136 |
|/ / / | | | | | | | | | | | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests | ||||
* | | | Merge pull request #160 from ueokande/iframe-transparency | Shin'ya Ueoka | 2017-11-16 | 4 | -4/+8 |
|\ \ \ | |_|/ |/| | | Fix for certain pages | ||||
| * | | 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 |
|/ / | |||||
* | | Merge pull request #152 from ueokande/release-0.5 | Shin'ya Ueoka | 2017-11-13 | 1 | -1/+1 |
|\ \ | | | | | | | Release 0.5 |