index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-01-06
Add missing signbit definition for MSVC.
Robin Watts
2016-01-06
epub: Cache font encoding lookups.
Tor Andersson
2016-01-06
epub: Only look for CSS in html head node.
Tor Andersson
2016-01-06
epub: Speed up css application by sorting the matched property list.
Tor Andersson
2016-01-06
js: Fix error handling bugs and one scoping bug.
Tor Andersson
2016-01-06
epub: Optimize CSS selector matching.
Tor Andersson
2016-01-05
Separate pdf_drop_annots (that drops lists) and fz_drop_annot.
Tor Andersson
2016-01-05
Add pixmap struct accessors.
Tor Andersson
2016-01-05
Stylistic naming cleanups.
Tor Andersson
2016-01-05
Clean up trailing whitespace.
Tor Andersson
2016-01-05
Change fz_ftoa to fz_grisu to remove one extra layer of function calls.
Tor Andersson
2016-01-05
Speed up fz_ftoa.
Simon Reinhardt
2016-01-05
epub: Speed up CSS style application by using faster strtod.
Tor Andersson
2016-01-05
epub: Speed up font layout by caching freetype advance widths.
Tor Andersson
2016-01-05
Clarify snprintf length when printing to fz_buffer and fz_output.
Tor Andersson
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2016-01-05
gl: Draw outline around text fields.
Tor Andersson
2016-01-05
gl: Remove unused GLUT variables from makefiles.
Tor Andersson
2016-01-05
Link required thirdparty libraries into one library: libmupdfthird.a
Tor Andersson
2015-12-28
Drop 'jsimp' abstraction and use mujs directly.
Tor Andersson
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-22
Update jbig2dec to latest.
Robin Watts
2015-12-18
iOS: Fix two warnings in MuPrintPageRenderer with latest Xcode
Joseph Heenan
2015-12-18
Rename fz_image_get_sanitised_res to fz_image_resolution.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-18
Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.
Tor Andersson
2015-12-18
Fix warning in zlib thirdparty build.
Tor Andersson
2015-12-15
muPDF iOS app: Support for the latest (3.4.1) Crashlytics.
fredrossperry
2015-12-15
muPDF iOS app: properly support 4-inch iPhone.
fredrossperry
2015-12-15
muPDF iOS app: add bitcode and UIRequiresFullScreen
fredrossperry
2015-12-15
Add logo files.
Tor Andersson
2015-12-15
Rename fz_buffer_cat to fz_append_buffer.
Tor Andersson
2015-12-15
Rename fz_output_x to fz_write_pixmap_as_x etc.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-14
Add fz_clone_path
Robin Watts
2015-12-14
Add fz_clone_text
Robin Watts
2015-12-14
Add 'const' to the context lock and alloc structure pointers.
Robin Watts
2015-12-14
Add user context field.
Robin Watts
2015-12-14
Fix signed/unsigned warning.
Robin Watts
2015-12-14
Android: Try and minimise warnings in JNI code.
Robin Watts
2015-12-14
Fix Windows build; cmapdump.c requires fz_fopen_utf8
Robin Watts
2015-12-11
Remove text clip accumulation.
Tor Andersson
2015-12-11
Keep spans of multiple fonts and sizes in one fz_text object.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-12-11
Fix warning about unused functions.
Tor Andersson
2015-12-11
Use strerror for more detailed error messages.
Tor Andersson
2015-12-11
xps: Simplify infinite loop check.
Tor Andersson
2015-12-11
win32: Always build 'generated' in 32-bit mode.
Tor Andersson
2015-12-11
gl: Move related case clauses together.
Tor Andersson
[next]