aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/source.js
Commit message (Collapse)AuthorAge
* Refactor seekForward and seekBackwardtoasted-nutbread2019-09-28
|
* Fix incorrect checktoasted-nutbread2019-09-28
|
* Directly return rather than use a temporary variabletoasted-nutbread2019-09-28
|
* Change skipped node types to use a switch statementtoasted-nutbread2019-09-28
|
* Normalize XHTML document node.nodeNode to upper casetoasted-nutbread2019-09-15
|
* Merge pull request #201 from toasted-nutbread/omit-contains-point-checkAlex Yatskov2019-09-05
|\ | | | | Omit containsPoint check on searchAt
| * Omit containsPoint check on searchAttoasted-nutbread2019-09-03
| | | | | | | | The range returned by docRangeFromPoint is now guaranteed to contain the point due to the addition of isPointInRange checks.
* | Move static DOM scanning functions into TextSourceRangetoasted-nutbread2019-09-02
|/
* Merge pull request #196 from toasted-nutbread/vertical-text-popup-positionAlex Yatskov2019-09-02
|\ | | | | Vertical text popup position
| * Improve popup position for vertical texttoasted-nutbread2019-08-31
| |
* | Create container for imposter elementtoasted-nutbread2019-09-01
| | | | | | | | The container will prevent the imposter element's size from affecting the document's primary scrollbars.
* | Make the imposter element tracked using TextSourceRangetoasted-nutbread2019-08-31
|/
* fix off by one errorsiikamiika2019-08-19
|
* ensure that content is iterablesiikamiika2019-08-15
|
* reimplement ignored chars inside source.js onlysiikamiika2019-08-15
|
* ignore zero-width non-joinersiikamiika2019-08-14
| | | | fixes #179
* add option to automatically hide search results (fixes #71)Alex Yatskov2017-09-16
|
* frontend cleanupAlex Yatskov2017-08-15
|
* unify filesAlex Yatskov2017-08-13