aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix history completion to show most frequent results first.Kostyantyn Leschenko2017-11-201-1/+0
|
* Merge pull request #212 from ueokande/release-0.6Shin'ya Ueoka2017-11-191-1/+1
|\ | | | | Bump a version
| * Bump a versionShin'ya Ueoka2017-11-191-1/+1
|/
* Merge pull request #211 from ueokande/qa-0.6Shin'ya Ueoka2017-11-192-1/+6
|\ | | | | QA 0.6
| * Fix message CSSShin'ya Ueoka2017-11-191-0/+2
| |
| * Update QAShin'ya Ueoka2017-11-191-1/+1
| |
| * Update QAShin'ya Ueoka2017-11-191-1/+1
| |
| * Update QA for release 0.6Shin'ya Ueoka2017-11-191-0/+3
|/
* Merge pull request #162 from heavenshell/feature/console_keyShin'ya Ueoka2017-11-181-3/+39
|\ | | | | Add c-n, c-j, c-p, c-k, c-m to console keybind
| * Fix drop arrow keys from consoleShinya Ohyanagi2017-11-181-6/+0
| |
| * Fix drop <C-j>, <C-k> from cursor selectorShinya Ohyanagi2017-11-181-2/+0
| | | | | | | | Because these are not Vim's default behavior.
| * Fix add return statementShinya Ohyanagi2017-11-161-1/+1
| |
| * Add allow up and down to move cursorShinya Ohyanagi2017-11-161-12/+28
| | | | | | | | Also refactor methods.
| * Add c-n, c-p, c-m to consoleShinya Ohyanagi2017-11-151-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.comShin'ya Ueoka2017-11-181-1/+2
|\ \ | | | | | | add support for following some buttons on mobile.twitter.com
| * | add support for following some buttons on mobile.twitter.comusk2017-11-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buttons are: * reply * retweet * favorite * direct message * drop down menu
* | | Merge pull request #196 from chocolateboy/rel-improvementsShin'ya Ueoka2017-11-182-51/+136
|\ \ \ | | | | | | | | improve #linkPrev and #linkNext
| * | | improve #linkPrev and #linkNext:chocolateboy2017-11-172-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-transparencyShin'ya Ueoka2017-11-164-4/+8
|\ \ \ | |_|/ |/| | Fix for certain pages
| * | border on consoleShin'ya Ueoka2017-11-152-2/+5
| | |
| * | maximize z-index of hintsShin'ya Ueoka2017-11-151-1/+1
| | |
| * | Fix console iframe stylesShin'ya Ueoka2017-11-151-1/+2
|/ /
* | Merge pull request #152 from ueokande/release-0.5Shin'ya Ueoka2017-11-131-1/+1
|\ \ | | | | | | Release 0.5
| * | Bump a versionShin'ya Ueoka2017-11-131-1/+1
|/ /
* | Merge pull request #150 from ueokande/qa-0.5Shin'ya Ueoka2017-11-136-10/+24
|\ \ | | | | | | QA 0.5
| * | fix hot-reload settingsShin'ya Ueoka2017-11-134-8/+8
| | |
| * | fix 0/$Shin'ya Ueoka2017-11-121-2/+2
| | |
| * | fix QA for 0.5Shin'ya Ueoka2017-11-121-0/+14
|/ /
* | Merge pull request #132 from ueokande/meta-keysShin'ya Ueoka2017-11-1214-75/+306
|\ \ | | | | | | Meta keys
| * | fix for symbol keysShin'ya Ueoka2017-11-122-1/+21
| | |
| * | support mutliple modifiers for key bindingsShin'ya Ueoka2017-11-1111-75/+75
| | |
| * | add key utilsShin'ya Ueoka2017-11-113-0/+211
| | |
* | | Merge pull request #149 from ueokande/support-about-blankShin'ya Ueoka2017-11-121-1/+2
|\ \ \ | |/ / |/| | support about blank
| * | support about blankShin'ya Ueoka2017-11-101-1/+2
| | |
* | | Merge pull request #142 from ueokande/find-modeShin'ya Ueoka2017-11-1123-104/+371
|\ \ \ | |/ / |/| | [WIP] Find mode
| * | remove unused actions and fix testShin'ya Ueoka2017-11-115-62/+11
| | |
| * | fix on unfocusShin'ya Ueoka2017-11-111-1/+2
| | |
| * | show error on find and wrap searchShin'ya Ueoka2017-11-114-15/+83
| | |
| * | preventShin'ya Ueoka2017-11-111-0/+2
| | |
| * | first find implementationShin'ya Ueoka2017-11-118-25/+74
| | |
| * | console as redux architectureShin'ya Ueoka2017-11-117-85/+107
| | |
| * | add find action and reducerShin'ya Ueoka2017-11-116-0/+124
| | |
| * | show find in consoleShin'ya Ueoka2017-11-1111-9/+45
| | |
| * | flexible promptShin'ya Ueoka2017-11-112-2/+18
|/ /
* | Merge pull request #131 from usk/duplicating-current-tabShin'ya Ueoka2017-11-065-1/+10
|\ \ | | | | | | add support for duplicating current tab
| * | add support for duplicating current tabusk2017-11-075-1/+10
|/ /
* | Merge pull request #124 from JiaboHou/pin-tabShin'ya Ueoka2017-11-055-1/+28
|\ \ | | | | | | added support for pinning/unpinning tabs
| * | code reviewJiabo Hou2017-11-054-9/+13
| | | | | | | | | | | | | | | * 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 tabsJiabo Hou2017-11-055-1/+24
|/ / | | | | | | | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* | Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-055-1/+24
|\ \ | | | | | | Add Tabs first/last selectors