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
/
gprf
Age
Commit message (
Expand
)
Author
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-26
Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...
Tor Andersson
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-02-02
Fix Gproof DLL calling on windows.
Robin Watts
2016-01-20
Various formatting cleanups.
Tor Andersson
2016-01-05
Clean up trailing whitespace.
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-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-09-29
add fz_separation_disabled_on_page() and related functions
fredrossperry
2015-09-29
gproof: put the generated page file in the same directory as the gproof file
fredrossperry
2015-09-29
Support for proofing
fredrossperry
2015-09-02
Add in support for icc profiles in gprf/gproof format
Michael Vrhel
2015-08-28
Update gproof document handler to cope with renamed gs device.
Robin Watts
2015-08-26
Make the ICC color path the default when rendering the gproof pages with gs.
Michael Vrhel
2015-08-24
GProof: Hook up fz_meta - just for 'format' currently.
Robin Watts
2015-08-19
Add stdout and stderr procedures for use with gs api calls
Michael Vrhel
2015-08-17
GPrf: Alter gsapi invocation
Robin Watts
2015-08-17
Fix stupid ommission in gprf-doc.c
Robin Watts
2015-08-17
gprf: Minor fixes for neatness.
Robin Watts
2015-08-17
GProof: Use better RGB -> CMYK conversion when working from seps.
Robin Watts
2015-08-17
GProof: Fix creating images from a selection of separations
Robin Watts
2015-08-17
GProof: Fix a potential signed/unsigned problem in CMYK conversion.
Robin Watts
2015-08-17
Add fz_read_string function to read a null terminated string
Robin Watts
2015-08-17
Add JNI interface to MuPDFCore to read/write separations on a page.
Robin Watts
2015-07-31
Clean up fz_read_[u]intNN() functions and add big-endian versions.
Tor Andersson
2015-07-20
Gproof doc handler; add ability to call gs via gsapi rather than exe.
Robin Watts
2015-07-20
Improve Grid fitting of images for .gproof files.
Robin Watts
2015-07-20
Code to generate a GProof file from a currently opened document.
Robin Watts
2015-07-20
First cut at gprf document handler.
Robin Watts