aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add custom keybindings to vim-vixenHEADmasterYuchen Pei2023-09-091-58/+56
* Await loading completions done on selecting itemsShin'ya Ueoka2022-05-052-14/+54
* Pass source string via argumentShin'ya Ueoka2022-05-052-16/+7
* Use useDebounceShin'ya Ueoka2022-05-053-89/+71
* Get completion types on component initializationShin'ya Ueoka2022-05-054-40/+31
* Rename completion fieldsShin'ya Ueoka2022-05-054-39/+39
* Use React.StrictModeShin'ya Ueoka2022-02-202-58/+63
* Fix signature for ajv v8.xShin'ya Ueoka2022-02-011-1/+1
* Regenerate json schemaShin'ya Ueoka2022-02-011-612/+1
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-253-35/+21
* Sort frame IDsShin'ya Ueoka2021-09-251-1/+1
* Create find targets by port connectionsShin'ya Ueoka2021-09-258-129/+175
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-239-30/+118
* Implement backwards findShin'ya Ueoka2021-07-052-6/+95
* Implement FindNextOperatorShin'ya Ueoka2021-07-0520-12/+475
* Return a value to background scriptShin'ya Ueoka2021-07-052-11/+10
* Show caught error on message listenerShin'ya Ueoka2021-07-051-0/+2
* Remove legacy findShin'ya Ueoka2021-07-0517-354/+0
* Merge pull request #1204 from ueokande/fix-keyword-pasteShin'ya Ueoka2021-07-041-1/+1
|\
| * Read clipboard from textarea element's valueShin'ya Ueoka2021-07-041-1/+1
* | yarn lint:fixShin'ya Ueoka2021-07-0420-80/+54
|/
* Merge pull request #1146 from ueokande/improve-error-messageShin'ya Ueoka2021-05-092-5/+7
|\
| * Improve an error message on invalid settingsShin'ya Ueoka2021-05-092-5/+7
* | Add reader-view keymaps to grShin'ya Ueoka2021-05-092-0/+2
* | Support reader-modeShin'ya UEOKA2021-05-095-0/+31
|/
* Merge pull request #1108 from ueokande/focus-after-error-messageShin'ya Ueoka2021-04-151-0/+1
|\
| * Hide console to focus main window after find executedShin'ya Ueoka2021-04-141-0/+1
* | Show an error on mark not setShin'ya Ueoka2021-04-141-2/+3
|/
* Delay completion query for users inputShin'ya Ueoka2021-04-121-55/+115
* Revert PrefetchAndCacheShin'ya Ueoka2021-04-124-188/+23
* Replace app state with Custom HooksShin'ya Ueoka2021-04-1111-202/+302
* Reload colorscheme on mode changedShin'ya Ueoka2021-04-111-2/+4
* Replace completion state with Custom HooksShin'ya Ueoka2021-04-1110-445/+477
* Replace colorscheme state with React HooksShin'ya Ueoka2021-04-0614-90/+89
* Make resize to a custom hookShin'ya Ueoka2021-04-053-24/+34
* Separate Command and Completion reducerShin'ya Ueoka2021-04-0510-490/+567
* Separate as CommandPromptShin'ya Ueoka2021-04-043-185/+186
* Separate FindPromptShin'ya Ueoka2021-04-043-32/+92
* Separate Message to InfoMessage and ErrorMessageShin'ya Ueoka2021-04-044-35/+38
* Extract ttheme as a ColorSchemeProviderShin'ya Ueoka2021-04-046-33/+37
* Replace Console component with a React HooksShin'ya Ueoka2021-04-044-155/+174
* Fix props typeShin'ya Ueoka2021-04-042-8/+6
* Make Completion as a React.FCShin'ya Ueoka2021-04-044-119/+87
* update releases URL to match new versioning schemeCihan Demirci2021-03-281-1/+1
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-283-13/+14
* Move classes to a correct directoryShin'ya Ueoka2021-03-284-3/+3
* change bootstrap orderShin'ya Ueoka2021-03-212-10/+12
* Inject iframe on top windowShin'ya Ueoka2021-03-212-4/+12
* Attach/detach console iframe on addon enabled/disabledShin'ya Ueoka2021-03-217-22/+61
* Load content scripts on document.body is readyShin'ya Ueoka2021-03-213-13/+50