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
2010-10-26
Update mupdf manpage to reflect the current key bindings.
Tor Andersson
2010-10-23
Take font style into account when loading builtin fonts.
Sebastian Rasmussen
2010-10-23
Change do/while(--w) back into while(w--).
Tor Andersson
2010-10-20
Pre-multiply colors when converting the rendered grayscale shading to color v...
Tor Andersson
2010-10-20
Special case the component scaling for Lab image data when color converting.
Tor Andersson
2010-10-20
Fix Lab colorspace conversions.
Tor Andersson
2010-10-19
Fix typo in memoization case of pixmap color conversion.
Tor Andersson
2010-10-18
Don't show characters that cannot be encoded by the cmap (this is different f...
Tor Andersson
2010-10-18
Bump the q/Q nesting limit to 64 (spec only requires 28) to cope with a file ...
Tor Andersson
2010-10-18
Use lookup table for separation colorspaces and a color cache for device-n co...
Tor Andersson
2010-10-14
Fix error in smooth scaling that only occured with horizontally flipped colou...
Tor Andersson
2010-10-13
Speed up smooth scaling, fix a corner case and some experimental ARM code for...
Tor Andersson
2010-10-13
Remove (broken?) center-of-pixel adjustments in image rendering.
Tor Andersson
2010-10-13
Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...
Tor Andersson
2010-10-13
Fix formatting: remove double spaces.
Tor Andersson
2010-10-06
Add a few lines that were omitted in the previous patch (appearance stream tr...
Tor Andersson
2010-10-03
Calculate annotation appearance stream transform according to algorithm 8.1 i...
Tor Andersson
2010-09-27
Use printf %#x syntax instead of 0x%x.
Tor Andersson
2010-09-27
Validate xref entry type (f, n, o) when reading xref table.
Tor Andersson
2010-09-27
Ignore garbage at the end of inline images and scan for the EI keyword withou...
Tor Andersson
2010-09-27
Fix typo.
Tor Andersson
2010-09-27
Fix typo that caused image masks to be dropped from indexed images.
Tor Andersson
2010-09-23
Look for %PDF marker when repairing files, to stop the lexer from dying on ra...
Tor Andersson
2010-09-23
Respect Invisible, Hidden, NoView annotation flags.
Tor Andersson
2010-09-23
Fix typo in pdfextract.
Tor Andersson
2010-09-13
Generalise name tree parsing to work for all types of name trees.
Tor Andersson
2010-09-08
Smooth image scaling and drawing fixes by Robin Watts.
Tor Andersson
2010-08-31
Call agestore to evict old resources in the viewer.
Tor Andersson
2010-08-26
Load and draw annotations with appearance streams.
Tor Andersson
2010-08-24
Update debian changelog to bump the version number.
Tor Andersson
2010-08-23
Guard against divide-by-zero in stitched function evaluations where the bound...
Tor Andersson
2010-08-23
Icon extension (.xpm) should not be specified in .desktop file.
Tor Andersson
2010-08-18
Let PDF specified colorspace override the built-in colorspace in JPX images.
Tor Andersson
2010-08-18
Put a hard limit on bezier subdivision in case precision limits make the flat...
Tor Andersson
2010-08-18
Fix bugs in RunLengthDecode filter.
Tor Andersson
2010-08-18
Don't print XML metacharacters in attribute strings in dev_trace.
Tor Andersson
2010-08-12
Force image masks to ignore colorspace entry.
Tor Andersson
2010-08-12
Remove pdf_image struct -- load images directly into fz_pixmaps instead.
Tor Andersson
2010-08-11
Revert fax decoder workaround that caused inline fax images with rtc markers ...
Tor Andersson
2010-08-11
Unstuff extra bytes read when the filters are closed instead of only when EOD...
Tor Andersson
2010-08-09
Close output file in fontdump even when not being able to open input file.
Sebastian Rasmussen
2010-08-07
Fix another bug in pdfinfo.
Sebastian Rasmussen
2010-08-11
Only decode as many rows as fit in the output buffer in the fax decoder, thus...
Tor Andersson
2010-08-11
Tweak threshhold values for the fast image scaling.
Tor Andersson
2010-08-11
Fix typo.
Tor Andersson
2010-08-11
Remove some debug messages.
Tor Andersson
2010-08-11
Cache the result of resourcesuseblending in the object structure to gracefull...
Tor Andersson
2010-08-07
Fix typo in pdfclean that caused a segfault.
Sebastian Rasmussen
2010-08-07
Fix bug where image with alpha painting was not multiplying colors with the c...
Tor Andersson
2010-08-07
Fix buffer juggling bugs in DCT decode filter.
Tor Andersson
[next]