aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* delete buttonShin'ya Ueoka2017-11-264-15/+27
|
* keymaps formShin'ya Ueoka2017-11-264-95/+116
|
* Add search formShin'ya Ueoka2017-11-264-19/+131
|
* Add keybindings formShin'ya Ueoka2017-11-267-45/+268
|
* Use Preact for settings and show validationShin'ya Ueoka2017-11-264-18/+99
|
* use preactShin'ya Ueoka2017-11-263-18/+9
|
* Fix message CSSShin'ya Ueoka2017-11-191-0/+2
|
* 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
* | | improve #linkPrev and #linkNext:chocolateboy2017-11-171-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 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
| |/ |/|
* | fix hot-reload settingsShin'ya Ueoka2017-11-133-6/+6
| |
* | fix 0/$Shin'ya Ueoka2017-11-121-2/+2
| |
* | fix for symbol keysShin'ya Ueoka2017-11-121-1/+9
| |
* | support mutliple modifiers for key bindingsShin'ya Ueoka2017-11-117-31/+41
| |
* | add key utilsShin'ya Ueoka2017-11-111-0/+78
| |
* | remove unused actions and fix testShin'ya Ueoka2017-11-113-20/+1
| |
* | 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-115-82/+86
| |
* | add find action and reducerShin'ya Ueoka2017-11-114-0/+69
| |
* | show find in consoleShin'ya Ueoka2017-11-119-7/+36
| |
* | flexible promptShin'ya Ueoka2017-11-112-2/+18
| |
* | add support for duplicating current tabusk2017-11-074-1/+9
| |
* | code reviewJiabo Hou2017-11-053-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 tabsJiabo Hou2017-11-054-1/+23
| | | | | | | | | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* | Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-054-1/+23
|\ \ | | | | | | Add Tabs first/last selectors
| * | Add TAB_LAST operationDaniel Campoverde2017-10-294-9/+12
| | |
| * | Clean up TAB_FIRST operationDaniel Campoverde2017-10-293-4/+4
| | |
| * | Fix selectFirstTabDaniel Campoverde2017-10-291-2/+4
| | |
| * | Default TAB_FIRST mappingDaniel Campoverde2017-10-292-1/+2
| | |
| * | Add TAB_FIRST operationDaniel Campoverde2017-10-293-0/+16
| | |
* | | fix settings reload on contentShin'ya Ueoka2017-11-051-0/+2
| |/ |/|
* | fix plugin loadShin'ya Ueoka2017-11-052-1/+7
| |
* | Merge pull request #126 from ueokande/69-fix-completion-navigateShin'ya Ueoka2017-11-021-13/+4
|\ \ | | | | | | fix completion navigate
| * | remove comparison with previous valueShin'ya Ueoka2017-11-021-9/+1
| | |
| * | fix completion navigateShin'ya Ueoka2017-10-301-8/+7
| |/
* | support following area tagsShin'ya Ueoka2017-10-313-10/+104
| |
* | rename to follow-controllerShin'ya Ueoka2017-10-315-23/+24
| |
* | Remove update propagationShin'ya Ueoka2017-10-3112-57/+23
|/