index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
Age
Commit message (
Expand
)
Author
2010-05-23
Implement reloading of document.
Sebastian Rasmussen
2010-05-23
Drop file stream after inserting it into xref when opening document.
Sebastian Rasmussen
2010-05-23
Globally rename oid to num to fit with fz_tonum().
Sebastian Rasmussen
2010-05-22
Remove unnecessary explicit resolving of indirect objects.
Sebastian Rasmussen
2010-05-22
Print indirect object reference in error messages.
Sebastian Rasmussen
2010-05-18
Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...
Sebastian Rasmussen
2010-05-16
Print filename in error message when not being able to open file in pdftools.
Sebastian Rasmussen
2010-05-14
Fix various wide char versus ansi mismatches in the windows viewer.
Tor Andersson
2010-05-14
Change pdf_openxref to take a fz_stream instead of a filename so that windows...
Tor Andersson
2010-05-13
Add WM_MOUSEWHEEL definition for the cases where it isn't defined.
Robin Watts
2010-05-13
Don't use the removed info field of pdf_xref.
Tor Andersson
2010-04-24
Fix memory leaks when running pdfdraw in text extraction mode.
Tor Andersson
2010-04-24
Add font and font size information to text spans.
Tor Andersson
2010-04-24
Fix pdfapp_oncopy logic for inserting newlines.
Tor Andersson
2010-04-24
Calculate bounding boxes for text in the text extraction device.
Tor Andersson
2010-04-24
Add support to retain only the specified pages when using pdfclean.
Sebastian Rasmussen
2010-04-24
Always parse info and encryption entries in trailer in pdfinfo.
Sebastian Rasmussen
2010-04-18
Silencing two compiler warnings.
Sebastian Rasmussen
2010-04-17
Make error message follow common cannot idiom.
Sebastian Rasmussen
2010-04-16
Resurrect pdfinfo tool.
Sebastian Rasmussen
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Make the content stream interpreter automatically rewind the fz_buffer.
Tor Andersson
2010-04-15
Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...
Tor Andersson
2010-04-15
Change command line flag for the password to -p for all tools.
Tor Andersson
2010-04-15
XML-ify output of dev_trace.
Tor Andersson
2010-04-15
Simplify API for opening a PDF document.
Tor Andersson
2010-04-12
Enable archx86 optimized code in the default build on MacOS X.
Tor Andersson
2010-04-12
Support multipage ppm output in pdfdraw if the filename pattern does not cont...
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
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2010-04-11
Adapted pdfextract to new data structures and included it in the default build.
Sebastian Rasmussen
2010-04-11
Fixed compiler warnings.
Sebastian Rasmussen
2010-04-04
Add flag to force checksumming of pixel data when rendering pages in pdfdraw.
Sebastian Rasmussen
2010-04-08
Add display list device.
Tor Andersson
2010-04-06
Support rendering alpha mask only with the device colorspace set to NULL. Use...
Tor Andersson
2010-03-26
Re-enable copy/paste in the viewer application.
Tor Andersson
2010-03-09
Remove Jamfiles and update the README.
Tor Andersson
2010-03-09
Resolve conflicts.
Tor Andersson
2010-03-09
Add text extraction device.
Tor Andersson
2010-02-09
Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.
Tor Andersson
2010-01-08
Do not clear pixmap after writing to file in pdfdraw.
Sebastian Rasmussen
2010-01-08
Make pdfdraw print to stdout.
Sebastian Rasmussen
2010-01-07
Reenable x11pdf viewer.
Tor Andersson
2010-01-07
Draw images and shadings.
Tor Andersson
2010-01-07
Refactor csi creation and running.
Tor Andersson
2010-01-07
Fix typos in stroking code and pass the device matrix to the interpreter. Now...
Tor Andersson
2009-12-07
Add dev_draw.
Tor Andersson
2009-12-07
Implement a device interface and a tracing device for fitz.
Tor Andersson
2009-12-03
Make pdfdraw tool run the interpreter so the stubs can show the content being...
Tor Andersson
[next]