Commit graph

448 commits

Author SHA1 Message Date
Kostyantyn Leschenko
cc539d96bc Fix buffers completion when there are some tabs with undefined title. 2017-11-20 16:58:39 +02:00
Shin'ya Ueoka
507c5b4f78
Merge pull request #212 from ueokande/release-0.6
Bump a version
2017-11-19 12:37:38 +09:00
Shin'ya Ueoka
3a05b9300e Bump a version 2017-11-19 12:27:07 +09:00
Shin'ya Ueoka
551dea20b6
Merge pull request #211 from ueokande/qa-0.6
QA 0.6
2017-11-19 12:08:48 +09:00
Shin'ya Ueoka
27263e906d Fix message CSS 2017-11-19 12:01:49 +09:00
Shin'ya Ueoka
bf141d0330 Update QA 2017-11-19 12:01:34 +09:00
Shin'ya Ueoka
a269b117b1 Update QA 2017-11-19 09:36:39 +09:00
Shin'ya Ueoka
b878ef3f09 Update QA for release 0.6 2017-11-19 08:55:50 +09:00
Shin'ya Ueoka
bdae21b3a1
Merge pull request #162 from heavenshell/feature/console_key
Add c-n, c-j, c-p, c-k, c-m to console keybind
2017-11-18 22:14:33 +09:00
Shin'ya Ueoka
7803739227
Merge pull request #133 from usk/follow-some-buttons-on-mobile.twitter.com
add support for following some buttons on mobile.twitter.com
2017-11-18 22:13:46 +09:00
Shinya Ohyanagi
5d0554c7e8 Fix drop arrow keys from console 2017-11-18 13:53:33 +09:00
Shinya Ohyanagi
b70a671d7e Fix drop <C-j>, <C-k> from cursor selector
Because these are not Vim's default behavior.
2017-11-18 13:22:43 +09:00
Shin'ya Ueoka
af3a2cbf30
Merge pull request #196 from chocolateboy/rel-improvements
improve #linkPrev and #linkNext
2017-11-18 12:40:49 +09:00
chocolateboy
4a44679321 improve #linkPrev and #linkNext:
- add support for <link> elements
- match if there's more than one rel e.g. <a rel="nofollow next">...</a>
- more tests
2017-11-17 23:17:32 +00:00
Shinya Ohyanagi
9ce5458331 Fix add return statement 2017-11-16 23:22:56 +09:00
Shinya Ohyanagi
f32dce829c Add allow up and down to move cursor
Also refactor methods.
2017-11-16 21:50:44 +09:00
Shin'ya Ueoka
7e506f5f21
Merge pull request #160 from ueokande/iframe-transparency
Fix for certain pages
2017-11-16 21:28:53 +09:00
Shinya Ohyanagi
b1d186b662 Add c-n, c-p, c-m to console
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.
2017-11-15 22:42:09 +09:00
Shin'ya Ueoka
cc0fbdd496 border on console 2017-11-15 21:54:52 +09:00
Shin'ya Ueoka
1a6d13840e maximize z-index of hints 2017-11-15 21:26:06 +09:00
Shin'ya Ueoka
44aa90184f Fix console iframe styles 2017-11-15 21:18:57 +09:00
Shin'ya Ueoka
a50c7dd0a2
Merge pull request #152 from ueokande/release-0.5
Release 0.5
2017-11-13 20:53:12 +09:00
Shin'ya Ueoka
4ed40eba80 Bump a version 2017-11-13 20:40:11 +09:00
Shin'ya Ueoka
44bbadde3a
Merge pull request #150 from ueokande/qa-0.5
QA 0.5
2017-11-13 20:15:53 +09:00
Shin'ya Ueoka
c202ab0529 fix hot-reload settings 2017-11-13 19:44:19 +09:00
Shin'ya Ueoka
91ea58008c fix 0/$ 2017-11-12 22:16:25 +09:00
Shin'ya Ueoka
77e800feaa fix QA for 0.5 2017-11-12 18:37:36 +09:00
Shin'ya Ueoka
c7b05482f3
Merge pull request #132 from ueokande/meta-keys
Meta keys
2017-11-12 18:25:14 +09:00
Shin'ya Ueoka
ccf3c7b421 fix for symbol keys 2017-11-12 18:21:28 +09:00
Shin'ya Ueoka
3af2e3154e
Merge pull request #149 from ueokande/support-about-blank
support about blank
2017-11-12 18:17:19 +09:00
Shin'ya Ueoka
036ede3379 support mutliple modifiers for key bindings 2017-11-11 20:34:31 +09:00
Shin'ya Ueoka
4e94695c75 add key utils 2017-11-11 20:24:41 +09:00
Shin'ya Ueoka
0630c8f566
Merge pull request #142 from ueokande/find-mode
[WIP] Find mode
2017-11-11 11:18:01 +00:00
Shin'ya Ueoka
fe8a928317 remove unused actions and fix test 2017-11-11 18:51:32 +09:00
Shin'ya Ueoka
e3409b3aae fix on unfocus 2017-11-11 18:34:57 +09:00
Shin'ya Ueoka
12db4943ee show error on find and wrap search 2017-11-11 16:16:10 +09:00
Shin'ya Ueoka
6db2458929 prevent 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
956dd937d3 console as redux architecture 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e1c70769ea add find action and reducer 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
be37c42d28 show find in console 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
cb4b26e03f flexible prompt 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
5538ea2ff3 support about blank 2017-11-10 19:58:48 +09:00
Shin'ya Ueoka
86b534b1e1
Merge pull request #131 from usk/duplicating-current-tab
add support for duplicating current tab
2017-11-06 21:45:02 +00:00
usk
c4de9ec451 add support for duplicating current tab 2017-11-07 03:22:18 +09:00
Shin'ya Ueoka
256820f78d
Merge pull request #124 from JiaboHou/pin-tab
added support for pinning/unpinning tabs
2017-11-05 23:41:38 +00:00
Jiabo Hou
87b8280d4b code review
* change default keybinding for pin/unpin tab from 'p' to 'zp'
 * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
2017-11-05 18:09:02 -05:00
Jiabo Hou
c2d2f895a5 added support for pinning/unpinning tabs
features:
 * pin tab
 * unpin tab
 * toggle pin/unpin tab
2017-11-05 17:28:26 -05:00
Shin'ya Ueoka
b3b017a123
Merge pull request #113 from alx741/tabs
Add Tabs first/last selectors
2017-11-05 13:17:40 +00:00
Shin'ya Ueoka
7cdbe310c1
Merge pull request #136 from ueokande/release-0.4
Release 0.4
2017-11-05 03:21:53 +00:00