aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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 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 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
|\
| * 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> 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
* | Fix last tab is undefinedShin'ya Ueoka2018-07-282-2/+8
* | Rename classShin'ya Ueoka2018-07-281-2/+2
* | Deep-copy objects on MemoryStorage and add testsShin'ya Ueoka2018-07-281-2/+6
* | Use replace instead of trimStartShin'ya Ueoka2018-07-281-2/+7
* | Clean old codesShin'ya Ueoka2018-07-2825-1092/+2
* | Background operation as Clean ArchitectureShin'ya Ueoka2018-07-287-3/+318
* | Complete set propertiesShin'ya Ueoka2018-07-271-2/+35
* | Implement set-commandShin'ya Ueoka2018-07-274-26/+71
* | [wip] implement command usecasesShin'ya Ueoka2018-07-2610-49/+291
* | Open link as Clean ArchitectureShin'ya Ueoka2018-07-225-12/+73
* | Indicator as Clean ArchitectureShin'ya Ueoka2018-07-227-2/+77
* | TabPresenterShin'ya Ueoka2018-07-222-4/+4