Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fix bdelete/bdelete! commands | Shin'ya Ueoka | 2018-06-25 | 1 | -2/+2 | |
|/ / | ||||||
* | | Use async/await on background | Shin'ya Ueoka | 2018-06-17 | 12 | -305/+262 | |
* | | Reopen a tab on only current tab | Shin'ya Ueoka | 2018-06-16 | 1 | -4/+8 | |
* | | Ignore cases for tab filtering | Shin'ya Ueoka | 2018-05-30 | 1 | -1/+2 | |
* | | Use queryByKeyword for tab operations | Shin'ya Ueoka | 2018-05-30 | 2 | -33/+27 | |
* | | Check title null | Shin'ya Ueoka | 2018-05-30 | 1 | -1/+1 | |
|/ | ||||||
* | Fix quit command | Shin'ya Ueoka | 2018-05-16 | 1 | -1/+3 | |
* | Fix tab completions | Shin'ya Ueoka | 2018-05-12 | 4 | -25/+31 | |
* | Add bdlete/bdelete! commands | Shin'ya Ueoka | 2018-05-12 | 3 | -1/+50 | |
* | Add bdeletes! comand | Shin'ya Ueoka | 2018-05-12 | 3 | -1/+12 | |
* | Add :bdeletes command | Shin'ya Ueoka | 2018-05-12 | 3 | -1/+12 | |
* | Merge pull request #348 from luanpotter/q_command_close_tab | Shin'ya Ueoka | 2018-05-10 | 1 | -0/+9 | |
|\ | ||||||
| * | implement :q to close tab | Luan Nico | 2018-02-22 | 1 | -0/+9 | |
* | | Fix bookmark | Shin'ya Ueoka | 2018-05-08 | 1 | -2/+14 | |
* | | Add command.show.addbookmark operation | Shin'ya Ueoka | 2018-05-08 | 1 | -0/+5 | |
* | | addbookmark command | Shin'ya Ueoka | 2018-05-08 | 3 | -2/+22 | |
* | | limit history items | Shin'ya Ueoka | 2018-05-08 | 1 | -1/+1 | |
* | | Open URLs from bookmarks | Shin'ya Ueoka | 2018-05-07 | 2 | -1/+36 | |
* | | Get completion items as Promises | Shin'ya Ueoka | 2018-05-06 | 1 | -8/+19 | |
* | | Toggle add-on enabled by clicking indicator | Shin'ya Ueoka | 2018-05-06 | 1 | -0/+7 | |
* | | Indicator shows the add-on enabled | Shin'ya Ueoka | 2018-05-06 | 3 | -3/+56 | |
* | | Previous selected tab as redux | Shin'ya Ueoka | 2018-05-06 | 8 | -15/+64 | |
* | | Refactor background directories | Shin'ya Ueoka | 2018-05-06 | 8 | -15/+100 | |
* | | OperationComponent | Shin'ya Ueoka | 2018-05-06 | 4 | -97/+116 | |
* | | Merge pull request #368 from emlow/issue-279 | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+6 | |
|\ \ | ||||||
| * | | Use openerTabId for view-source | Shin'ya Ueoka | 2018-05-05 | 1 | -1/+2 | |
| * | | shortcut to view page source | emlow | 2018-04-01 | 1 | -0/+5 | |
* | | | Notify when updated | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+10 | |
* | | | Merge remote-tracking branch 'origin/master' into background-adjacent-tabs | Shin'ya Ueoka | 2018-05-01 | 13 | -20/+236 | |
|\| | | ||||||
| * | | add global find keyword | Shin'ya Ueoka | 2018-03-07 | 5 | -0/+40 | |
| * | | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 1 | -0/+4 | |
| * | | set opener tab id | Shin'ya Ueoka | 2018-02-20 | 2 | -3/+3 | |
| |/ | ||||||
| * | Fixed few lint errors | Cornelius Matějka | 2018-01-14 | 1 | -2/+2 | |
| * | Pinned tabs are not closeable by 'd' | Cornelius Matějka | 2018-01-14 | 2 | -3/+14 | |
| * | Merge pull request #137 from alx741/tabs | Shin'ya Ueoka | 2018-01-14 | 2 | -2/+18 | |
| |\ | ||||||
| | * | Remove unused variables | Daniel Campoverde | 2017-11-26 | 1 | -1/+1 | |
| | * | Fix visible links test | Daniel Campoverde | 2017-11-26 | 1 | -2/+4 | |
| | * | Fix linter error | Daniel Campoverde | 2017-11-26 | 1 | -4/+2 | |
| | * | Previous selected tab based on tab events only | Daniel Campoverde | 2017-11-26 | 1 | -35/+1 | |
| | * | Use tab-change event handler | Daniel Campoverde | 2017-11-26 | 1 | -2/+14 | |
| | * | Keep current en previous tabs id | Daniel Campoverde | 2017-11-26 | 1 | -7/+15 | |
| | * | Format lines to 80 chars | Daniel Campoverde | 2017-11-26 | 1 | -5/+6 | |
| | * | Clean selectPrevSelTab | Daniel Campoverde | 2017-11-26 | 1 | -6/+3 | |
| | * | Keep previous selected tab | Daniel Campoverde | 2017-11-26 | 1 | -9/+25 | |
| | * | Dummy selectPrevSelTab implementation | Daniel Campoverde | 2017-11-26 | 2 | -2/+18 | |
| * | | implement set option | Shin'ya Ueoka | 2018-01-11 | 2 | -6/+22 | |
| * | | move commands to background action | Shin'ya Ueoka | 2018-01-11 | 2 | -1/+64 | |
| * | | add set property action in background | Shin'ya Ueoka | 2018-01-10 | 3 | -2/+18 | |
| * | | separate setting actions and reducers | Shin'ya Ueoka | 2018-01-08 | 6 | -5/+39 | |
| * | | Merge pull request #221 from kleschenko/fixed_completion | Shin'ya Ueoka | 2017-12-22 | 1 | -1/+0 | |
| |\ \ |