index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
stext-search.c
Age
Commit message (
Expand
)
Author
2018-07-04
Add fz_snap_selection function to snap selection to chars/words/lines.
Tor Andersson
2018-06-22
Use fz_quad type in structured text and selection/highlighting.
Tor Andersson
2018-05-16
Purge unused functions.
Tor Andersson
2017-11-10
Remove unused variables.
Tor Andersson
2017-11-09
Squash warning.
Robin Watts
2017-11-08
Clean up and speed up text searching.
Tor Andersson
2017-11-08
Select and copy structured text by lines.
Tor Andersson
2017-11-08
Remove broken bidi reordering code.
Tor Andersson
2017-08-21
Remove fz_char_and_box struct.
Tor Andersson
2017-08-21
Remove redundant fz_stext_char_bbox function.
Tor Andersson
2017-08-17
Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.
Tor Andersson
2017-08-17
Simplify stext structure and device.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-01-09
Add fz_terminate_buffer function.
Tor Andersson
2016-11-16
Fix warning.
Tor Andersson
2016-11-15
Fix compiler warning.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-24
Don't return overlapping search results.
Tor Andersson
2016-09-14
Add scripts to remove/replace 'static' from functions.
Robin Watts
2016-08-30
Use U+FFFD instead of '?' for bad encodings in text extraction.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2014-05-22
Fix 695222: Treat non-breaking space (U+00A0) as white space for search.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson