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 (
Collapse
)
Author
2011-03-28
Optimize CSI stack: don't use fz_obj for numbers.
Tor Andersson
2011-03-28
Split pdf_runkeyword into smaller functions.
Tor Andersson
2011-03-27
Set the result pointer after swapping buffers.
Michael Kaiser
In the CCITTFaxDecode filter, the result pointer was reset before swapping the buffers, so each line was copied to the output buffer only after decoding the following line. This was leading to a duplication of the first line and a missing last line.
2011-03-22
xps: use fitz runtime and remove ghostscript specific code so it compiles.
Tor Andersson
2011-03-22
xps: import ghostxps source
Tor Andersson
2011-03-10
Fix integer overflow in compression bomb multiplication by using a division ↵
Tor Andersson
instead.
2011-03-09
Draw radial shading extensions in the right order.
Tor Andersson
2011-03-09
Allow JPX images to be soft masks.
Tor Andersson
2011-03-09
Move manpages out from debian into apps/man, and install them when running ↵
Tor Andersson
make install.
2011-03-09
Remove duplicated line in usage message.
Tor Andersson
2011-03-09
Use CFLAGS from the environment if set.
Tor Andersson
2011-03-08
debian/mupdf.desktop: fix typo.
Tor Andersson
2011-03-07
Fix typo in pspush* and check for invalid input to under/overflow checks.
Tor Andersson
2011-03-06
Slim down freetype thirdparty library build.
Tor Andersson
2011-03-06
Transform text hitboxes to get the correct text when copying the selection.
Tor Andersson
2011-03-06
Add error message buffer for GUI applications to display the latest error ↵
Tor Andersson
stack trace.
2011-03-06
Inhibit warning message spam by introducing a repeat counter.
Tor Andersson
2011-03-06
Don't let function evaluation throw errors, and clean up postscript function ↵
Tor Andersson
code.
2011-03-06
Add explicit EOF testing functions.
Tor Andersson
2011-03-04
Fix include search path for Makethird so filt_dctd will find jconfig.h
Tor Andersson
2011-03-03
Add new (simpler) MSVC project files.
Tor Andersson
2011-03-03
Zap the old MSVC project files.
Tor Andersson
2011-03-03
Update version numbers.
Tor Andersson
2011-03-02
Comply with the stream read protocol in flate decoder: always fill the ↵
Tor Andersson
output buffer with all available data.
2011-03-02
Use buffering for small reads.
Tor Andersson
2011-03-01
Update icons.
Tor Andersson
2011-03-01
Fix subtle path stroking bug where closepath did not update the pen position.
Tor Andersson
2011-02-23
Update Makefiles and project files for new thirdparty versions.
Tor Andersson
2011-02-23
Use readbits function in LZW decoder.
Tor Andersson
2011-02-23
Add bitstream reader functions.
Tor Andersson
2011-02-23
Stylistic cleanups in LZW decoder: copy state variables in locals.
Tor Andersson
2011-02-23
Check for DynaLab fonts explicitly by name.
Tor Andersson
2011-02-23
Revert to using fthint since we cannot rely on FreeType's trickyness ↵
Tor Andersson
detection on some subset fonts.
2011-02-23
Remove fthint workaround for DynaLab fonts, since that is now a part of ↵
Tor Andersson
freetype.
2011-02-23
Use FT_IS_TRICKY to check for DynaLab fonts that need forced hinting.
Tor Andersson
2011-02-18
Make pdfdraw -tt output valid XML.
Tor Andersson
2011-02-17
Stretch glyphs for substituted fonts when stroking the same as when filling.
Tor Andersson
2011-02-12
Calculate the y sub pixel position correctly.
Robin Watts
2011-02-10
Improve error messages in indirect object parser.
Tor Andersson
2011-02-10
Ignore broken objects when scanning for Root and Info.
Tor Andersson
2011-02-08
Use horizontal metrics to create text boxes instead of guessing at bad ↵
Tor Andersson
vertical values.
2011-02-08
Create link and annotation lists by appending so the order is maintained.
Tor Andersson
2011-02-08
Fix typo when parsing W2 array.
Tor Andersson
2011-02-08
Don't bake annotation transform into the XObject matrix.
Tor Andersson
2011-02-08
Only interpolate upscaled images when the interpolate flag is set in the ↵
Tor Andersson
image dictionary.
2011-02-07
Keep the pointer to the image mask when expanding indexed images to full color.
Tor Andersson
2011-02-07
Ensure that JPX image colorspace matches what is given in the PDF object.
Tor Andersson
2011-02-07
Apply blend group for images with masks, even when skipping the softmask state.
Tor Andersson
2011-02-07
Add support for AESv3 encryption from SumatraPDF.
Tor Andersson
2011-02-05
Add missing MuPDFCore.java file.
Tor Andersson
[prev]
[next]