index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
fitz_base.h
Age
Commit message (
Expand
)
Author
2010-04-14
Remove test for NaN in shademesh rendering since it no longer appears.
Sebastian Rasmussen
2010-04-15
Simplify API for opening a PDF document.
Tor Andersson
2010-04-11
Move MAX4 and MIN4 macros to where they are used.
Tor Andersson
2010-04-11
Remove R_OK macro.
Tor Andersson
2010-04-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Remove unused functions in obj_parse.c
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-11
Made hash resize function static.
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-11
Remove obsolete cpu-specific optimization detection code.
Tor Andersson
2010-04-11
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-03-09
Resolve conflicts.
Tor Andersson
2010-02-09
Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.
Tor Andersson
2010-01-07
Reenable x11pdf viewer.
Tor Andersson
2010-01-07
Draw images and shadings.
Tor Andersson
2009-12-03
Chopped out the tree building, leaving only pdf_showstuff stubs.
Tor Andersson
2009-12-03
Consolidate include lines to a single fitz.h.
Tor Andersson
2010-03-02
Remove dependency on libfitz.a from cmapdump.
Tor Andersson
2010-01-08
Define snprintf for MSVC.
Ralph Giles
2009-12-03
Change fz_mul255 according to suggestion by gka.
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-20
Malloc cannot return null. Clean up streams and filters.
Tor Andersson
2009-11-20
As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...
Tor Andersson
2009-08-21
Save error messages in a static buffer so that the windows viewer can show th...
Tor Andersson
2009-07-06
Declare functions void if they take no arguments.
Sebastian Rasmussen
2009-07-03
Use fz_getopt & co.
Tor Andersson
2009-07-01
Simplify Jamrules, again.
Tor Andersson
2009-04-08
Various MSVC fixes.
Tor Andersson
2009-03-16
Fix some Coverity issues.
Tor Andersson
2009-03-11
Rename and prune some files and functions.
Tor Andersson
2009-03-11
Change fz_error* struct into an integer error type fz_error.
Tor Andersson
2009-03-11
Add fz_catch function, and cause the throw/rethrow/catch functions to print t...
Tor Andersson
2009-02-28
Merge and move header files into the source directories.
Tor Andersson