summaryrefslogtreecommitdiff
path: root/source/fitz/stext-search.c
AgeCommit message (Expand)Author
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-11-16Fix warning.Tor Andersson
2016-11-15Fix compiler warning.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-10-24Don't return overlapping search results.Tor Andersson
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-08-30Use U+FFFD instead of '?' for bad encodings in text extraction.Tor Andersson
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-05-22Fix 695222: Treat non-breaking space (U+00A0) as white space for search.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson