summaryrefslogtreecommitdiff
path: root/source/fitz/util.c
AgeCommit message (Expand)Author
2018-10-23Add fz_write_pixmap_as_data_uri helper function.Tor Andersson
2018-09-05Add missing fz_var declarations.Tor Andersson
2018-09-05Add fz_new_stext_page_from_annot utility function.Tor Andersson
2018-08-14Bug 698887: Fix leak of device/pixmap when rendering fails.Sebastian Rasmussen
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-03-16Don't extract text from annotations by default.Tor Andersson
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-11-08Clean up and speed up text searching.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
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-08-09Add common fz_write_image_as_data_uri function for HTML and SVG output.Tor Andersson
2017-07-27Add text format document writer.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-12-16Fix memory leaks on errors in text searching utility functions.Tor Andersson
2016-10-26Update ios/android to use new way of passion stext options.Sebastian Rasmussen
2016-10-26Introduce options for structured text.Sebastian Rasmussen
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-08-30Use U+FFFD instead of '?' for bad encodings in text extraction.Tor Andersson
2016-07-14Fix typo in fz_new_stext_page_from_page.Tor Andersson
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-06Add annotations to murun.Tor Andersson
2016-06-23Update JNI code. Take explicit alpha argument in toPixmap functions.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-09-30Fix windows build of fitz/util.cRobin Watts
2015-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson