| Commit message (Expand) | Author | Age |
* | Merge branch 'master' into testing | Alex Yatskov | 2020-01-26 |
|\ |
|
| * | Version bump20.1.26.0 | Alex Yatskov | 2020-01-26 |
| * | Fix equals function on TextSourceRange when imposter elements are used | toasted-nutbread | 2020-01-26 |
| * | Ensure textSource is cleaned up if it isn't used | toasted-nutbread | 2020-01-26 |
| * | fix term spacing value display in settings | siikamiika | 2020-01-26 |
| * | fix scanning parser | siikamiika | 2020-01-26 |
| * | add default value for termSpacing | siikamiika | 2020-01-25 |
| * | Create buildKanjiMeta for parity with buildTermMeta | toasted-nutbread | 2020-01-24 |
| * | Update how frequency data is set up | toasted-nutbread | 2020-01-24 |
| * | Rename buildTermFrequencies to buildTermMeta | toasted-nutbread | 2020-01-24 |
| * | Fix findTermMetaBulk and findKanjiMetaBulk not returning expression/character | toasted-nutbread | 2020-01-24 |
| * | Use Map for Mecab.listeners | toasted-nutbread | 2020-01-24 |
| * | Change termsUniqueMap to use a real map | toasted-nutbread | 2020-01-24 |
| * | Change uniqueDeinflectionsMap to use a real Map | toasted-nutbread | 2020-01-24 |
| * | Merge pull request #330 from siikamiika/query-parser-helper-disabling | siikamiika | 2020-01-25 |
| |\ |
|
| | * | query parser: add toggle for term spacing | siikamiika | 2020-01-25 |
| | * | query parser: add reading mode 'none' | siikamiika | 2020-01-25 |
| * | | Add support for dashes | toasted-nutbread | 2020-01-24 |
| * | | Move where 'a' character offset is applied | toasted-nutbread | 2020-01-24 |
| * | | Add description of translation options | toasted-nutbread | 2020-01-24 |
| * | | Add convertHiraganaToKatakana option | toasted-nutbread | 2020-01-24 |
| * | | Reorganized variants to better reflect usage order | toasted-nutbread | 2020-01-24 |
| * | | Replace and remove old character/string testing functions | toasted-nutbread | 2020-01-24 |
| * | | Create new character/string testing functions | toasted-nutbread | 2020-01-24 |
| * | | Add character range definitions | toasted-nutbread | 2020-01-24 |
| * | | Update constant naming convention | toasted-nutbread | 2020-01-24 |
| * | | Update options schema | toasted-nutbread | 2020-01-24 |
| * | | Include half width and full width characters as Japanese characters | toasted-nutbread | 2020-01-24 |
| * | | Update detection of Japanese characters | toasted-nutbread | 2020-01-24 |
| * | | Optimize jpIsKanji and jpIsKana | toasted-nutbread | 2020-01-24 |
| * | | Remove redundant alphanumeric parameter from findTermsInternal | toasted-nutbread | 2020-01-24 |
| * | | Implement new translation options | toasted-nutbread | 2020-01-24 |
| * | | Add translation options | toasted-nutbread | 2020-01-24 |
| * | | Update how deinflections are generated | toasted-nutbread | 2020-01-24 |
| |/ |
|
| * | Fix viewport issues when popupScaleRelativeToVisualViewport is disabled | toasted-nutbread | 2020-01-22 |
| * | Fix font size issue with action-button | toasted-nutbread | 2020-01-22 |
| * | Remove window.onscroll handler since it causes a warning | toasted-nutbread | 2020-01-22 |
| * | Fix _onApiGetZoom when chrome.tabs.getZoom is not available | toasted-nutbread | 2020-01-22 |
| * | Update full-width popup to stay on screen | toasted-nutbread | 2020-01-22 |
| * | Allow viewport to be used for constraining popup position | toasted-nutbread | 2020-01-22 |
| * | Update popup position on scroll | toasted-nutbread | 2020-01-22 |
| * | Implement scale relative to visual viewport | toasted-nutbread | 2020-01-22 |
| * | Add option for changing poup scale relative to visual viewport | toasted-nutbread | 2020-01-22 |
| * | Fix default value for popupScaleRelativeToPageZoom | toasted-nutbread | 2020-01-22 |
| * | Update options schema | toasted-nutbread | 2020-01-22 |
| * | Fix popup size changing when zooming | toasted-nutbread | 2020-01-22 |
| * | Add settings to control popup content scale | toasted-nutbread | 2020-01-22 |
| * | Scale popup based on current page zoom factor | toasted-nutbread | 2020-01-22 |
| * | Remove _isInitialized | toasted-nutbread | 2020-01-22 |
| * | Add _isInjectedAndLoaded property | toasted-nutbread | 2020-01-22 |