Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Version bump20.4.18.0 | Alex Yatskov | 2020-04-18 |
| | |||
* | Merge pull request #456 from siikamiika/parse-text-refactor | siikamiika | 2020-04-17 |
|\ | | | | | Parse text refactor | ||
| * | simplify to enable constant usage | siikamiika | 2020-04-14 |
| | | |||
| * | prevent infinite loop if source length is 0 | siikamiika | 2020-04-14 |
| | | |||
| * | break after switch default | siikamiika | 2020-04-14 |
| | | |||
| * | remove "fragment" from jp.convertReading variables | siikamiika | 2020-04-13 |
| | | |||
| * | assume and propagate strings for text parsing | siikamiika | 2020-04-13 |
| | | |||
| * | force empty mecab output properties to strings | siikamiika | 2020-04-13 |
| | | |||
| * | move QueryParser.parseText to Backend | siikamiika | 2020-04-13 |
| | | |||
* | | Merge pull request #439 from siikamiika/popup-live-toggle | siikamiika | 2020-04-17 |
|\ \ | | | | | | | Popup live toggle | ||
| * | | fix _canEnable being used before setting options | siikamiika | 2020-04-14 |
| | | | |||
| * | | don't focus tab when changing settings | siikamiika | 2020-04-14 |
| | | | |||
| * | | prevent spawning multiple FrameOffsetForwarders | siikamiika | 2020-04-12 |
| | | | |||
| * | | fix optionsContext URL for root popup | siikamiika | 2020-04-12 |
| | | | |||
| * | | remove redundant call guard | siikamiika | 2020-04-11 |
| | | | |||
| * | | fix ignoreElements in QueryParser | siikamiika | 2020-04-11 |
| | | | |||
| * | | simplify frontend disable override | siikamiika | 2020-04-11 |
| | | | |||
| * | | use setters instead of EventDispatcher | siikamiika | 2020-04-11 |
| | | | |||
| * | | fix preview frame error | siikamiika | 2020-04-11 |
| | | | |||
| * | | change iframe popup live | siikamiika | 2020-04-11 |
| | | | |||
| * | | cache created popups | siikamiika | 2020-04-11 |
| | | | |||
| * | | extract different popup creation functions | siikamiika | 2020-04-11 |
| | | | |||
| * | | allow disabling scan on search page live | siikamiika | 2020-04-11 |
| | | | |||
| * | | limit popup depth live | siikamiika | 2020-04-11 |
| | | | |||
| * | | prevent injecting frontend multiple times | siikamiika | 2020-04-11 |
| | | | |||
| * | | listen to optionsUpdated in popup-nested.js | siikamiika | 2020-04-11 |
| | | | |||
| * | | listen to optionsUpdated in search-frontend.js | siikamiika | 2020-04-11 |
| | | | |||
* | | | Merge pull request #444 from toasted-nutbread/unused-globals | toasted-nutbread | 2020-04-13 |
|\ \ \ | |_|/ |/| | | Check for unused globals as part of CI | ||
| * | | Remove unused globals | toasted-nutbread | 2020-04-10 |
| | | | |||
* | | | Merge pull request #449 from toasted-nutbread/orphan-fix | toasted-nutbread | 2020-04-12 |
|\ \ \ | | | | | | | | | Fix default value of _orphaned | ||
| * | | | Fix default value of _orphaned | toasted-nutbread | 2020-04-11 |
| | |/ | |/| | |||
* | | | Merge pull request #443 from toasted-nutbread/fix-get-selection | toasted-nutbread | 2020-04-12 |
|\ \ \ | | | | | | | | | Fix getSelection not working in QueryParser | ||
| * | | | Use window.getSelection instead of document.getSelection | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Fix getSelection not working in QueryParser | toasted-nutbread | 2020-04-10 |
| | | | | |||
* | | | | Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences | toasted-nutbread | 2020-04-12 |
|\ \ \ \ | |_|/ / |/| | | | Add support for collapsing emphatic character sequences | ||
| * | | | Update example | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Fix 'full' mode not being a superset of 'true' mode | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Add support for collapsing the Katakana-Hiragana Prolonged Sound Mark | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Fix source map for characters collapsed at the start of a string | toasted-nutbread | 2020-04-10 |
| | | | | |||
| * | | | Add support for collapsing emphatic character sequences | toasted-nutbread | 2020-04-10 |
| |/ / | |||
* | | | Merge pull request #438 from toasted-nutbread/display-generator-refactoring | toasted-nutbread | 2020-04-11 |
|\ \ \ | | | | | | | | | Display generator refactoring | ||
| * | | | Simplify access to details fields in createTermEntry | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Update how termTags is passed to _createTermExpression | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Rename "only" to "disambiguation" to match naming convention used for pitch ↵ | toasted-nutbread | 2020-04-09 |
| | | | | | | | | | | | | | | | | accents | ||
| * | | | Update _appendMultiple to not use a fallback | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Organize | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Mark functions as private | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Remove statics | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Remove data-multi assignments | toasted-nutbread | 2020-04-09 |
| | | | | |||
| * | | | Use data-expression-multi instead of data-multi | toasted-nutbread | 2020-04-09 |
| |/ / |