summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-03Fix LTEXT syntax in winres.rc.Tor Andersson
2008-10-26Move page range check out of loop and print range of pages drawn.Sebastian Rasmussen
2008-10-16Put buffer->eof handling in filter struct, not in individual process functions.Tor Andersson
2008-10-13Take md5 checksum of rasters in pdftool, and clean up messages a bit.Tor Andersson
2008-10-07Fix typo in the previous typo fix.Tor Andersson
2008-10-02Fix typo that prevented file buffers from rewinding when flushing a stream.Tor Andersson
2008-10-02Warn and continue after encountering unknown keywords.Tor Andersson
2008-10-02Branch apps as mupdf.Ralph Giles
2008-09-29Add _XOPEN_SOURCE for sys/ipc.h.Ralph Giles
2008-09-30Remove a cast now that md5 buffers are const.Ralph Giles
2008-09-30Remove an unused variable.Ralph Giles
2008-09-30Remove a spurious reference drop.Ralph Giles
2008-09-29const-ify md5 interface.Ralph Giles
2008-09-29Use sane variable names.Sebastian Rasmussen
2008-08-28Follow common idiom for allocating shade triangle mesh.Sebastian Rasmussen
2008-09-29Fixed uninitialized compiler warnings.Tor Andersson
2008-09-29Removed signed/unsigned char pointer warnings.Tor Andersson
2008-09-28Simplified error handling logic.Tor Andersson
2008-09-23Remove obsolete reference to xxd.cRalph Giles
2008-09-17Updated DESIGN document a bit.Tor Andersson
2008-09-07Make CIE colorspace use common colorspace conversion routine, and move debug ...Sebastian Rasmussen
2008-09-07Removed incorrect use of system header inclusion syntax for internal headers.Sebastian Rasmussen
2008-09-07Use proper newlines and removed trailing whitespace.Sebastian Rasmussen
2008-09-07Make header file names lower case only.Sebastian Rasmussen
2008-09-07Fix compiler warnings.Sebastian Rasmussen
2008-09-05Fix MACOSX include flags in Jamrules.Tor Andersson
2008-09-07Fix jasper/jbig2dec tests in Jamfile.Tor Andersson
2008-09-07Tweak Jamrules to build on linux.Tor Andersson
2008-09-07Add timersub/timeradd macros (non-standard from BSD) to x11pdf.Tor Andersson
2008-09-05Reorganize NEED flag handling a bit.Tor Andersson
2008-09-05Put back the NEED_STRLCPY, NEED_STRSEP and NEED_GETOPT flags.Tor Andersson
2008-09-05Simplify sysdep stuff to support only c99 and msvc.Tor Andersson
2008-09-04Add CJK-to-Unicode CMAPs.Tor Andersson
2008-09-03Revamp build system to compile in windows under both MSVC and MinGW.Tor Andersson
2008-09-02Use unsigned char type for coverage calculations to keep the value inside the...Tor Andersson
2008-09-01Sigh...Tor Andersson
2008-09-01Initialize all codes including eod/clear.Tor Andersson
2008-08-29Whitespace fix.Sebastian Rasmussen
2008-08-29Image masks are not allowed to have colorspaces.Sebastian Rasmussen
2008-08-25Require colorspace for images (not really true for JPX).Sebastian Rasmussen
2008-08-24Don't try to draw zero dimensioned image.Sebastian Rasmussen
2008-08-21Dynamically grow triangle mesh for type 4 shadings instead of hardcoding its ...Sebastian Rasmussen
2008-08-20Added generation number to improve error message.Sebastian Rasmussen
2008-08-18Use proper operator for joining masked parts of words.Sebastian Rasmussen
2008-08-23Print unhandled errors so debug info is not lost.Sebastian Rasmussen
2008-08-23Print what pages gets drawn in pdftool.Sebastian Rasmussen
2008-08-21Relate number of entries in shade4 stream to read bytes, not buffer size.Sebastian Rasmussen
2008-08-18Properly take care of clear code in LZW decoder.Sebastian Rasmussen
2008-08-17Adjust debugobj calls to compensate for fz_debugobj printing a newline.Tor Andersson
2008-08-14print trailing newline and flush output when debugging objects.Sebastian Rasmussen