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
/
util.c
Age
Commit message (
Expand
)
Author
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
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-08-09
Add common fz_write_image_as_data_uri function for HTML and SVG output.
Tor Andersson
2017-07-27
Add text format document writer.
Tor Andersson
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-12-16
Fix memory leaks on errors in text searching utility functions.
Tor Andersson
2016-10-26
Update ios/android to use new way of passion stext options.
Sebastian Rasmussen
2016-10-26
Introduce options for structured text.
Sebastian Rasmussen
2016-09-08
Add options to control heuristics in structured text.
Sebastian Rasmussen
2016-08-30
Use U+FFFD instead of '?' for bad encodings in text extraction.
Tor Andersson
2016-07-14
Fix typo in fz_new_stext_page_from_page.
Tor Andersson
2016-07-13
Bug 696699: Fix Text extraction mediabox information.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-06
Add annotations to murun.
Tor Andersson
2016-06-23
Update JNI code. Take explicit alpha argument in toPixmap functions.
Tor Andersson
2016-06-17
Add mediabox argument to fz_new_display_list.
Tor Andersson
2016-06-17
Add device space transform state to draw device.
Tor Andersson
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-09-30
Fix windows build of fitz/util.c
Robin Watts
2015-09-14
Add utility functions to help reduce device creation boilerplate.
Tor Andersson