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 (
Expand
)
Author
2011-04-14
Add fallback case for links accessed by button annotations.
Tor Andersson
2011-04-12
Avoid conflict with compiler builtin definitions of tolower.
Tor Andersson
2011-04-12
Fix serious bug in cmap compacting -- we forgot to set the new length.
Tor Andersson
2011-04-11
Add triangle caps; separate start, dash and end cap styles for XPS.
Tor Andersson
2011-04-10
Register file type association on startup in windows.
Tor Andersson
2011-04-10
Fix segfault inducing typo in non-aa scanconverter.
Tor Andersson
2011-04-10
Combine build and interpret to make csi, gstate and material private structs.
Tor Andersson
2011-04-10
Clean up mupdf.h
Tor Andersson
2011-04-10
Make crypt struct opaque.
Tor Andersson
2011-04-10
Make display list struct opaque.
Tor Andersson
2011-04-10
Make global edge list struct opaque, and remove active edge list struct.
Tor Andersson
2011-04-10
Make blendmode opaque.
Tor Andersson
2011-04-10
xps: Use specific font cache struct instead of hash table.
Tor Andersson
2011-04-10
Make fz_obj struct opaque.
Tor Andersson
2011-04-09
Throw an error if none of the content stream parts could be loaded.
Tor Andersson
2011-04-09
Allow multibyte filenames in mupdf windows app for XPS documents.
Tor Andersson
2011-04-09
Check for overflow when adding cmap table and range entries.
Tor Andersson
2011-04-08
Add soft limit to pixmap allocation.
Tor Andersson
2011-04-08
draw_edge.c: Plug memory leak.
Tor Andersson
2011-04-08
Simplify arguments to fz_new_pixmap.
Tor Andersson
2011-04-08
Be even less strict about broken page content array parts.
Tor Andersson
2011-04-08
Recover from error when only parts of the page content array are broken.
Tor Andersson
2011-04-08
Various patches from SumatraPDF.
Tor Andersson
2011-04-08
pdf: add pdf_from_ucs2 to encode a unicode string in pdfdocencoding.
Tor Andersson
2011-04-08
Remove inline keyword where it is not strictly necessary for performance.
Tor Andersson
2011-04-08
Tweak the display list visibility culling.
Tor Andersson
2011-04-08
filt_jpxd.c: Fix reference counting error.
Tor Andersson
2011-04-08
Add special case non-aa scan converter with accompanying blit functions.
Tor Andersson
2011-04-07
Fix bug with gsave/grestore nesting when running tiled patterns.
Tor Andersson
2011-04-07
Add text antialiasing too.
Robin Watts
2011-04-07
Add AA_BITS define to control antialias level of line art.
Robin Watts
2011-04-07
Fix typo in binary search when looking for CMap resources.
Tor Andersson
2011-04-07
Check for zero length dash arrays.
Tor Andersson
2011-04-07
Optimize file seeks that can be done within the buffered data.
Tor Andersson
2011-04-07
Use fz_stream instead of FILE* to open XPS files.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-07
Update README files.
Tor Andersson
2011-04-07
Simplify makefiles by use of $(wildcard) and chained rules.
Tor Andersson
2011-04-06
Rename span to stride, and add gray->bgr fast path image drawing.
Tor Andersson
2011-04-06
Add batch script to the win32 project to generate font and cmap sources.
Tor Andersson
2011-04-06
First cut at halftone support. Mono only, 16x16 default halftone.
Robin Watts
2011-04-06
Rename internal color conversion functions to reflect what they do.
Tor Andersson
2011-04-06
pdf: Change how CMap and font data files are generated and compiled.
Tor Andersson
2011-04-06
pdf: Optimize storage for the Adobe Glyph List.
Tor Andersson
2011-04-06
Introduce end-of-line normalization.
Tor Andersson
2011-04-06
Move scripts and config files into "scripts" directory.
Tor Andersson
2011-04-06
Improve L*a*b to RGB color conversion.
Tor Andersson
2011-04-06
Improve handling of JPX colorspaces.
Tor Andersson
2011-04-06
fitz: Simplify dev_bbox code.
Tor Andersson
2011-04-06
Add special case gray image -> rgb device rendering code.
Robin Watts
[next]