index
:
yomitan
master
refold-tools yomitan fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fg
/
js
/
document.js
Commit message (
Expand
)
Author
Age
*
Replace some instances of Array.concat
toasted-nutbread
2019-09-02
*
Fix typo
toasted-nutbread
2019-09-02
*
Fix issues caused by scanning ranges which don't start with a text node
toasted-nutbread
2019-09-02
*
Fix issue with whitespace ranges
toasted-nutbread
2019-09-02
*
Reduce amount of isPointInRange calls for repeated ranges
toasted-nutbread
2019-09-02
*
Add option for enabling deep scanning
toasted-nutbread
2019-09-02
*
Allow elements behind other transparent elements to be scanned
toasted-nutbread
2019-09-02
*
Improve definition of caretRangeFromPoint
toasted-nutbread
2019-09-02
*
Destructure point to {x, y} only once
toasted-nutbread
2019-09-02
*
Create container for imposter element
toasted-nutbread
2019-09-01
*
Use important CSS priority for imposter element styles
toasted-nutbread
2019-08-31
*
Fix imposter issues with <input type="text">
toasted-nutbread
2019-08-31
*
Make the imposter element tracked using TextSourceRange
toasted-nutbread
2019-08-31
*
Disable pointer events on hidden imposter
toasted-nutbread
2019-08-31
*
Remove rounding
toasted-nutbread
2019-08-31
*
Fix some size and positioning issues related to imposter element
toasted-nutbread
2019-08-31
*
Update isPointInRange to be more accurate
toasted-nutbread
2019-08-29
*
Clean up docRangeFromPoint
toasted-nutbread
2019-08-16
*
fix scanning start of line on Firefox
siikamiika
2019-08-04
*
Fix docRangeFromPoint sometimes not returning results
toasted-nutbread
2019-06-22
*
Improve handling of null values from caretRangeFromPoint
toasted-nutbread
2019-02-20
*
Catch exceptions thrown by range.getClientRects()
toasted-nutbread
2018-12-10
*
Fixes for imposter element and range y position
Gareth Parker
2018-06-08
*
Place `nodeType` checks inside `caretRangeFromPoint` function
Roderic Day
2017-10-13
*
make sure ranges are created over text nodes only (fixes #80)
Alex Yatskov
2017-09-19
*
bugfix and version
Alex Yatskov
2017-08-19
*
fix flicker on form elements on mouseover (fixes #56)
Alex Yatskov
2017-08-17
*
cleanup
Alex Yatskov
2017-08-14
*
cleanup
Alex Yatskov
2017-07-20