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
/
dev_null.c
Age
Commit message (
Expand
)
Author
2013-06-19
Exception handling changes
Robin Watts
2013-06-18
Merge common and internal headers into one.
Tor Andersson
2013-06-18
Move header files into separate include directory.
Tor Andersson
2013-06-12
Add begin_page and end_page calls to device interface.
Tor Andersson
2013-06-12
Clean up whitespace errors.
Tor Andersson
2013-06-03
Improve rendering of fts_15_1506.pdf
Robin Watts
2013-04-30
Move device hint functions to a more appropriate source file.
Tor Andersson
2013-03-20
Add caching of rendered tiles.
Robin Watts
2013-02-20
Bug 693639: Avoid heap overflow and leaks in error cases.
Robin Watts
2013-02-19
Bug 693639: fix incomplete error handling in null device.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Pass content/clip bbox to device functions by value.
Tor Andersson
2012-12-18
Protect against draw device stack confusion due to errors while pushing.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-03
Make fz_malloc_struct return zeroed memory.
Tor Andersson
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-16
More memsqueezing fixes
Robin Watts
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-08-01
Add support for colored Type3 glyphs (ones that use d0).
Robin Watts
2011-07-08
Clip area optimisations for displaylist case:
Robin Watts
2011-04-10
Make blendmode opaque.
Tor Andersson
2011-04-05
Add wrapper functions around device calls.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
Add device interface functions to draw tiled patterns.
Tor Andersson
2011-03-29
Don't shorten colorspace to 'cs' in structs and other names.
Tor Andersson
2010-07-23
Support constant alpha for shadings, images and transparency groups.
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-14
Add transparency group/mask device calls and implement basic blend modes when...
Tor Andersson
2010-06-22
Add hints flag to device struct so that the interpreter doesn't need to load ...
Tor Andersson
2010-05-11
Accumulate text to be clipped in text render mode 7.
Tor Andersson
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-19
Add support for patterns in stroked paths and text.
Tor Andersson
2010-04-18
Silencing two compiler warnings.
Sebastian Rasmussen
2010-04-08
Add display list device.
Tor Andersson
2010-03-09
Add text extraction device.
Tor Andersson