aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move apiAudioGetUrl implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiCommandExec implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTemplateRender implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiNoteView implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiDefinitionsAddable implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiDefinitionAdd implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTextParseMecab implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTextParse implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiTermsFind implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiKanjiFind implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsSave implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsSet implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsGetFull implementation into Backendtoasted-nutbread2019-12-13
|
* Move apiOptionsGet implementation into Backendtoasted-nutbread2019-12-13
|
* Mark functions as privatetoasted-nutbread2019-12-13
|
* Add API calls for optionsGetFull and optionsSavetoasted-nutbread2019-12-13
|
* Remove redundant getUrl handlerstoasted-nutbread2019-12-13
|
* Update frontend API receiver handlerstoasted-nutbread2019-12-13
|
* Update display float key handlerstoasted-nutbread2019-12-13
|
* Update display key handlerstoasted-nutbread2019-12-13
|
* Update popup preview frame message handlerstoasted-nutbread2019-12-13
|
* Update float message handlerstoasted-nutbread2019-12-13
|
* Update display message handlerstoasted-nutbread2019-12-13
|
* Update frontend message handlerstoasted-nutbread2019-12-13
|
* Update backend message handlerstoasted-nutbread2019-12-13
|
* Add showContentCompleted for improved semantic claritytoasted-nutbread2019-12-11
|
* Fix text source issuetoasted-nutbread2019-12-11
|
* Fix Text-to-speech voice dropdown being resettoasted-nutbread2019-12-11
|
* Add timer class for debuggingtoasted-nutbread2019-12-10
|
* remove one more /fg/js/util.jssiikamiika2019-12-09
|
* Update how errors are reported when importing a dictionarytoasted-nutbread2019-12-08
|
* Optimize utilIsolatetoasted-nutbread2019-12-08
|
* Use string.split instead of Array.fromtoasted-nutbread2019-12-08
|
* Use substring instead of slicetoasted-nutbread2019-12-08
|
* Prevent scripts from being injected multiple timestoasted-nutbread2019-12-08
|
* hide inactive history buttons instead of fadingsiikamiika2019-12-08
|
* move term navigation to top rightsiikamiika2019-12-08
|
* fix popup previewsiikamiika2019-12-08
| | | | resolves #302
* Show info about whether a dictionary supports wildcard searchestoasted-nutbread2019-12-07
|
* Make reverse reading/expressions optional during database importtoasted-nutbread2019-12-07
|
* Add support for prefix wildcardstoasted-nutbread2019-12-07
|
* Update input number attributestoasted-nutbread2019-12-07
|
* Add class for dispatching custom eventstoasted-nutbread2019-12-07
|
* navigate history with wheel only over buttonssiikamiika2019-12-07
|
* Merge pull request #299 from siikamiika/frontend-extract-text-scannersiikamiika2019-12-07
|\ | | | | Extract text scanner from Frontend
| * simplify with inheritancesiikamiika2019-12-06
| |
| * move text selection to TextScannersiikamiika2019-12-05
| |
| * fix query parsersiikamiika2019-12-05
| |
| * scan decouplingsiikamiika2019-12-05
| |
| * initial text scanner extractsiikamiika2019-12-05
| |