summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAge
...
| * Use Map for Mecab.listenerstoasted-nutbread2020-01-24
| |
| * Change termsUniqueMap to use a real maptoasted-nutbread2020-01-24
| |
| * Change uniqueDeinflectionsMap to use a real Maptoasted-nutbread2020-01-24
| |
| * Merge pull request #330 from siikamiika/query-parser-helper-disablingsiikamiika2020-01-25
| |\ | | | | | | Query parser helper disabling
| | * query parser: add toggle for term spacingsiikamiika2020-01-25
| | |
| | * query parser: add reading mode 'none'siikamiika2020-01-25
| | |
| * | Add support for dashestoasted-nutbread2020-01-24
| | |
| * | Move where 'a' character offset is appliedtoasted-nutbread2020-01-24
| | |
| * | Add description of translation optionstoasted-nutbread2020-01-24
| | |
| * | Add convertHiraganaToKatakana optiontoasted-nutbread2020-01-24
| | |
| * | Reorganized variants to better reflect usage ordertoasted-nutbread2020-01-24
| | |
| * | Replace and remove old character/string testing functionstoasted-nutbread2020-01-24
| | |
| * | Create new character/string testing functionstoasted-nutbread2020-01-24
| | |
| * | Add character range definitionstoasted-nutbread2020-01-24
| | |
| * | Update constant naming conventiontoasted-nutbread2020-01-24
| | |
| * | Update options schematoasted-nutbread2020-01-24
| | |
| * | Include half width and full width characters as Japanese characterstoasted-nutbread2020-01-24
| | |
| * | Update detection of Japanese characterstoasted-nutbread2020-01-24
| | |
| * | Optimize jpIsKanji and jpIsKanatoasted-nutbread2020-01-24
| | |
| * | Remove redundant alphanumeric parameter from findTermsInternaltoasted-nutbread2020-01-24
| | |
| * | Implement new translation optionstoasted-nutbread2020-01-24
| | |
| * | Add translation optionstoasted-nutbread2020-01-24
| | |
| * | Update how deinflections are generatedtoasted-nutbread2020-01-24
| |/
| * Fix viewport issues when popupScaleRelativeToVisualViewport is disabledtoasted-nutbread2020-01-22
| |
| * Fix font size issue with action-buttontoasted-nutbread2020-01-22
| |
| * Remove window.onscroll handler since it causes a warningtoasted-nutbread2020-01-22
| |
| * Fix _onApiGetZoom when chrome.tabs.getZoom is not availabletoasted-nutbread2020-01-22
| |
| * Update full-width popup to stay on screentoasted-nutbread2020-01-22
| |
| * Allow viewport to be used for constraining popup positiontoasted-nutbread2020-01-22
| |
| * Update popup position on scrolltoasted-nutbread2020-01-22
| |
| * Implement scale relative to visual viewporttoasted-nutbread2020-01-22
| |
| * Add option for changing poup scale relative to visual viewporttoasted-nutbread2020-01-22
| |
| * Fix default value for popupScaleRelativeToPageZoomtoasted-nutbread2020-01-22
| |
| * Update options schematoasted-nutbread2020-01-22
| |
| * Fix popup size changing when zoomingtoasted-nutbread2020-01-22
| |
| * Add settings to control popup content scaletoasted-nutbread2020-01-22
| |
| * Scale popup based on current page zoom factortoasted-nutbread2020-01-22
| |
| * Remove _isInitializedtoasted-nutbread2020-01-22
| |
| * Add _isInjectedAndLoaded propertytoasted-nutbread2020-01-22
| |
| * Remove redundant window resize handlertoasted-nutbread2020-01-22
| |
| * Create single function for how the frontend shows popup contenttoasted-nutbread2020-01-22
| |
| * Add functionality for getting and observing zoom factortoasted-nutbread2020-01-22
| |
| * Move body font settings to roottoasted-nutbread2020-01-22
| |
| * Improve debug loggingtoasted-nutbread2020-01-21
| |
| * fix term reason selectorsiikamiika2020-01-19
| |
| * Catch exception on range.setStarttoasted-nutbread2020-01-17
| | | | | | | | Fixes #328
| * Add space to end of term listtoasted-nutbread2020-01-16
| |
| * Remove redundant definitiontoasted-nutbread2020-01-16
| |
| * Always show actions when there is only a single term resulttoasted-nutbread2020-01-16
| |
| * Fix incorrect selectortoasted-nutbread2020-01-16
| |