aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update eslint-plugin-reactShin'ya Ueoka2018-08-012-66/+21
|
* Update eslintShin'ya Ueoka2018-08-013-13/+26
|
* Update babel-eslintShin'ya Ueoka2018-08-012-8/+8
|
* 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-293-3/+14
|\ \ | | | | | | Allow following <summary> elements
| * | Allow following <summary> elementsMagnus Bergmark2018-07-163-3/+14
| | |
* | | Merge pull request #441 from ueokande/search-on-pasteShin'ya Ueoka2018-07-2911-68/+81
|\ \ \ | | |/ | |/| Search on paste
| * | Search keywords on pasteShin'ya Ueoka2018-07-287-61/+70
| | |
| * | Fix error on keyword not foundShin'ya Ueoka2018-07-284-7/+11
|/ /
* | Merge pull request #440 from ueokande/background-clean-architectureShin'ya Ueoka2018-07-2874-1344/+1648
|\ \ | |/ |/| Background clean architecture
| * 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
| |
| * Stable e2e testShin'ya Ueoka2018-07-281-0/+1
| |
| * Fix last tab is undefinedShin'ya Ueoka2018-07-283-2/+13
| |
| * Rename classShin'ya Ueoka2018-07-281-2/+2
| |
| * Deep-copy objects on MemoryStorage and add testsShin'ya Ueoka2018-07-282-2/+47
| |
| * Use replace instead of trimStartShin'ya Ueoka2018-07-281-2/+7
| |
| * Clean old codesShin'ya Ueoka2018-07-2832-1279/+4
| |
| * 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-275-26/+145
| |
| * [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
| |
| * Search engine completionsShin'ya Ueoka2018-07-221-24/+46
| |
| * Version as Clean ArchitectureShin'ya Ueoka2018-07-2211-114/+104
| |
| * Find as clean architectureShin'ya Ueoka2018-07-225-7/+62
| |
| * Settings as clean architectureShin'ya Ueoka2018-07-2211-33/+176
| |
| * Clean and tests for filters on open commandShin'ya Ueoka2018-07-214-79/+199
| |
| * Soucemap on testsShin'ya Ueoka2018-07-211-3/+3
| |
| * Complete open histories and bookmarksShin'ya Ueoka2018-07-213-3/+120
| |
| * Buffer completion on Clean ArchitectureShin'ya Ueoka2018-07-213-15/+47
| |
| * My First Clean ArchitectureShin'ya Ueoka2018-07-218-3/+185
| |
| * Move commands to background/sharedShin'ya Ueoka2018-07-215-3/+3
| |
| * Remove sender on dispatchShin'ya Ueoka2018-07-191-4/+2
|/
* Merge pull request #424 from ueokande/greenkeeper/css-loader-1.0.0Shin'ya Ueoka2018-07-132-888/+20
|\ | | | | Update css-loader to the latest version 🚀
| * Merge remote-tracking branch 'origin/master' into greenkeeper/css-loader-1.0.0Shin'ya Ueoka2018-07-1344-675/+658
| |\ | |/ |/|
* | Merge pull request #431 from ueokande/command-completionsShin'ya Ueoka2018-07-1312-60/+110
|\ \ | | | | | | Command completions
| * | Replace flat with reduce-concatShin'ya Ueoka2018-07-131-1/+2
| | |
| * | fixShin'ya Ueoka2018-07-132-2/+2
| | |
| * | Fix error on no completion itemsShin'ya Ueoka2018-07-131-0/+3
| | |
| * | Fix command and property completionsShin'ya Ueoka2018-07-131-0/+7
| | |
| * | Complete set commandsShin'ya Ueoka2018-07-112-1/+44
| | |
| * | Complete console commandsShin'ya Ueoka2018-07-112-16/+36
| | |