summaryrefslogtreecommitdiff
path: root/source/fitz/stext-search.c
AgeCommit message (Expand)Author
2018-07-04Add fz_snap_selection function to snap selection to chars/words/lines.Tor Andersson
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2017-11-10Remove unused variables.Tor Andersson
2017-11-09Squash warning.Robin Watts
2017-11-08Clean up and speed up text searching.Tor Andersson
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-08Remove broken bidi reordering code.Tor Andersson
2017-08-21Remove fz_char_and_box struct.Tor Andersson
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
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