Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default mapping for TAB_PREV_SEL operation | Daniel Campoverde | 2017-11-26 | 1 | -1/+1 |
* | Dummy selectPrevSelTab implementation | Daniel Campoverde | 2017-11-26 | 2 | -0/+2 |
* | fix keymap form | Shin'ya Ueoka | 2017-11-26 | 1 | -2/+2 |
* | settings helpers | Shin'ya Ueoka | 2017-11-26 | 1 | -15/+80 |
* | load settiongs from form | Shin'ya Ueoka | 2017-11-26 | 2 | -19/+54 |
* | blacklist form | Shin'ya Ueoka | 2017-11-26 | 1 | -1/+2 |
* | Add search form | Shin'ya Ueoka | 2017-11-26 | 1 | -8/+8 |
* | Add keybindings form | Shin'ya Ueoka | 2017-11-26 | 1 | -1/+65 |
* | use preact | Shin'ya Ueoka | 2017-11-26 | 1 | -8/+5 |
* | fix for symbol keys | Shin'ya Ueoka | 2017-11-12 | 1 | -1/+9 |
* | add key utils | Shin'ya Ueoka | 2017-11-11 | 1 | -0/+78 |
* | first find implementation | Shin'ya Ueoka | 2017-11-11 | 1 | -3/+6 |
* | show find in console | Shin'ya Ueoka | 2017-11-11 | 3 | -0/+9 |
* | add support for duplicating current tab | usk | 2017-11-07 | 2 | -0/+2 |
* | code review | Jiabo Hou | 2017-11-05 | 1 | -1/+1 |
* | added support for pinning/unpinning tabs | Jiabo Hou | 2017-11-05 | 2 | -0/+4 |
* | Merge pull request #113 from alx741/tabs | Shin'ya Ueoka | 2017-11-05 | 2 | -0/+4 |
|\ | |||||
| * | Add TAB_LAST operation | Daniel Campoverde | 2017-10-29 | 2 | -1/+3 |
| * | Clean up TAB_FIRST operation | Daniel Campoverde | 2017-10-29 | 1 | -1/+1 |
| * | Default TAB_FIRST mapping | Daniel Campoverde | 2017-10-29 | 1 | -0/+1 |
| * | Add TAB_FIRST operation | Daniel Campoverde | 2017-10-29 | 1 | -0/+1 |
* | | support following area tags | Shin'ya Ueoka | 2017-10-31 | 1 | -1/+77 |
|/ | |||||
* | dom helper | Shin'ya Ueoka | 2017-10-23 | 1 | -0/+8 |
* | add blacklist setting | Shin'ya Ueoka | 2017-10-22 | 2 | -1/+7 |
* | change default keymap | Shin'ya Ueoka | 2017-10-21 | 1 | -1/+2 |
* | enable/disable addon by keys | Shin'ya Ueoka | 2017-10-21 | 1 | -0/+5 |
* | remove message propagation | Shin'ya Ueoka | 2017-10-18 | 1 | -0/+27 |
* | fix settings reload | Shin'ya Ueoka | 2017-10-17 | 1 | -2/+2 |
* | support multi-frame following | Shin'ya Ueoka | 2017-10-15 | 1 | -0/+9 |
* | fix buffer commands | Shin'ya Ueoka | 2017-10-11 | 1 | -3/+7 |
* | fix word splitter in completion | Shin'ya Ueoka | 2017-10-11 | 1 | -7/+17 |
* | fix word splitter in command | Shin'ya Ueoka | 2017-10-11 | 1 | -15/+19 |
* | fix default keymap | Shin'ya Ueoka | 2017-10-10 | 1 | -2/+2 |
* | fix operation name | Shin'ya Ueoka | 2017-10-09 | 1 | -2/+2 |
* | scroll horizonally | Shin'ya Ueoka | 2017-10-09 | 2 | -3/+6 |
* | change tabs.prev/tabs.next default keymap | Shin'ya Ueoka | 2017-10-09 | 1 | -2/+2 |
* | save settings on the fly | Shin'ya Ueoka | 2017-10-09 | 1 | -0/+1 |
* | Add Provider component | Shin'ya Ueoka | 2017-10-09 | 1 | -0/+18 |
* | Show info on yanked | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+1 |
* | use mode in console message | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
* | yank a URL | Shin'ya Ueoka | 2017-10-08 | 2 | -1/+5 |
* | support w/W command | Shin'ya Ueoka | 2017-10-08 | 2 | -0/+3 |
* | support winopen command | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+9 |
* | move store to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+53 |
* | move messages to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+16 |
* | console command actions without store | Shin'ya Ueoka | 2017-10-06 | 1 | -0/+143 |
* | fix imports in src | Shin'ya Ueoka | 2017-10-05 | 1 | -1/+1 |
* | move operations | Shin'ya Ueoka | 2017-10-04 | 2 | -1/+39 |
* | remove deprecated property in KeyboardEvent | Shin'ya Ueoka | 2017-10-03 | 1 | -21/+0 |
* | BackgroundInputComponent | Shin'ya Ueoka | 2017-10-01 | 1 | -0/+21 |