aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Close only unpinned tabs;Shin'ya Ueoka2018-12-271-1/+4
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-275-0/+17
|
* Add start page to form settingsShin'ya Ueoka2018-12-271-0/+2
|
* Add about: pages to open home pageShin'ya Ueoka2018-12-091-1/+1
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-097-4/+38
|
* Focus console on shownShin'ya Ueoka2018-12-031-3/+7
|
* Use webextension message to consoleShin'ya Ueoka2018-11-187-41/+47
|
* Fix console errorShin'ya Ueoka2018-11-171-1/+1
|
* Use preact in consoleShin'ya Ueoka2018-11-179-266/+247
|
* Show completions only commandShin'ya Ueoka2018-10-201-1/+4
|
* Set default complete property valueShin'ya Ueoka2018-10-181-1/+2
|
* Fix default property valueShin'ya Ueoka2018-10-161-1/+1
|
* Remove adjacenttabShin'ya Ueoka2018-10-134-24/+1
|
* Add mark fields to setting formShin'ya Ueoka2018-10-131-0/+3
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-127-8/+40
|
* Support global marks which select a tabShin'ya Ueoka2018-10-128-2/+146
|
* Store local marksShin'ya Ueoka2018-10-115-16/+91
|
* Store x position into marksShin'ya Ueoka2018-10-112-2/+3
|
* Fix default key mappingsShin'ya Ueoka2018-10-111-2/+2
|
* Make setMode false on mark is setShin'ya Ueoka2018-10-111-1/+1
|
* lintShin'ya Ueoka2018-10-111-1/+1
|
* Rename mode acton and reducerShin'ya Ueoka2018-10-112-5/+10
|
* Add mark action and reducerShin'ya Ueoka2018-10-113-0/+56
|
* Add mark keymapsShin'ya Ueoka2018-10-112-0/+6
|
* Fix search keywords with colonShin'ya Ueoka2018-10-081-12/+18
|
* Merge pull request #461 from ueokande/control-over-suggestionsShin'ya Ueoka2018-10-083-12/+27
|\ | | | | Add complete property
| * Add complete propertyShin'ya Ueoka2018-09-173-12/+27
| |
* | Merge pull request #465 from Stefanough/correct_modifierdKeyName_20180830Shin'ya Ueoka2018-09-171-3/+3
|\ \ | | | | | | rename modifierdKeyName to modifiedKeyName
| * | rename modifierdKeyName to modifiedKeyNameStefan2018-08-301-3/+3
| |/
* / correct INPUT_KEY_PRESS action nameStefan2018-08-301-1/+1
|/
* Limit bookmark items on completionShin'ya Ueoka2018-08-121-5/+6
|
* fix typo in the buffer command's descriptionChristian Fillion2018-08-091-1/+1
|
* Replace trimStartShin'ya UEOKA2018-08-071-4/+9
|
* Use adjacent tabShin'ya Ueoka2018-08-051-1/+1
|
* Fix default settingsShin'ya Ueoka2018-08-021-2/+7
|
* Fix error on settingsShin'ya Ueoka2018-08-022-5/+7
|
* Fix property documentShin'ya Ueoka2018-08-021-1/+1
|
* Update eslintShin'ya Ueoka2018-08-011-1/+1
|
* Merge pull request #442 from ueokande/search-on-pasteShin'ya Ueoka2018-07-295-33/+88
|\ | | | | Buffer flags
| * Add buffer flags on buffer command and completionShin'ya Ueoka2018-07-294-16/+62
| |
| * Select last tab on presenterShin'ya Ueoka2018-07-292-17/+26
| |
* | Merge pull request #432 from Mange/follow-details-summaryShin'ya Ueoka2018-07-291-1/+2
|\ \ | |/ |/| Allow following <summary> elements
| * Allow following <summary> elementsMagnus Bergmark2018-07-161-1/+2
| |
* | Search keywords on pasteShin'ya Ueoka2018-07-285-35/+40
| |
* | Fix error on keyword not foundShin'ya Ueoka2018-07-284-7/+11
| |
* | Error on consoleShin'ya Ueoka2018-07-282-2/+14
| |
* | Fix indicate return valuesShin'ya Ueoka2018-07-282-2/+2
| |
* | Fix quitall commandShin'ya Ueoka2018-07-281-2/+2
| |
* | Empty buf completionShin'ya Ueoka2018-07-281-0/+3
| |
* | Catch errors on backgroundShin'ya Ueoka2018-07-281-4/+2
| |