summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-15Check that xref is not null before dereferencing and closing it in the viewer...Tor Andersson
2010-07-14More stylistic cleanups in pdfclean.Tor Andersson
2010-07-14Do some stylistic cleanups in pdfclean.Tor Andersson
2010-07-14Refactor pdfclean main() into a set of smaller functions.Sebastian Rasmussen
2010-07-14Add support for renumbering objects in pdfclean so that xref can be compacted.Sebastian Rasmussen
2010-07-14Add support for retrieving a page's reference.Sebastian Rasmussen
2010-07-14Page tree must be loaded in pdfclean in order to be able to cherry pick pages.Sebastian Rasmussen
2010-07-14Adapt pdfextract to new alpha component order.Sebastian Rasmussen
2010-07-14Adapt debug pixmap saving to new alpha component order in pixmap samples.Sebastian Rasmussen
2010-07-14Add 'native' build target using -marchTor Andersson
2010-07-14Add transparency functions to the trace device.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-07-14Be paranoid about pattern colorspaces being set without a current pattern.Tor Andersson
2010-07-13Remove debugging messages.Tor Andersson
2010-07-13Don't skip shadings used as pattern colorspaces due to device hints.Tor Andersson
2010-07-13Implement stroked text.Tor Andersson
2010-07-13Fix clang warnings.Tor Andersson
2010-07-11Always use 255 to pad alpha since it is not affected by scale.Tor Andersson
2010-07-11Reinsert Robin Watts' specialized pixel unpacking loops.Tor Andersson
2010-07-11Remove distance calculation in axial shadings, reducing a source of potential...Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-11Fix typo.Tor Andersson
2010-07-10Clamp floats to representable numbers before converting to int. Clip lines ag...Tor Andersson
2010-07-10Don't assert on edge list bbox size if the edge list is empty.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-07-09Convert glyph list to unix line-endings.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-08Remove unused 'info' object extraction in repair function.Tor Andersson
2010-07-07Rename private functions to add fz prefix.Tor Andersson
2010-07-07Remove local argument that shadowed and duplicated a global.Tor Andersson
2010-07-02Tweak optimization flags in MSVC projects.Tor Andersson
2010-07-02Rearrange MSVC projects.Tor Andersson
2010-07-02Add _CRT_SECURE_NO_WARNINGS to MSVC project files to silence some silly warni...Tor Andersson
2010-07-05Use NDEBUG rather than DEBUG to test build at compile time.Tor Andersson
2010-07-02Remove shadowed local variables.Tor Andersson
2010-07-02Enable stroked text to be passed through to devices from the interpreter.Tor Andersson
2010-07-02Save contents of csi stack before calling flushtext since it can reuse the cs...Tor Andersson
2010-07-02Don't apply the font substitute stretching to CJK fonts.Tor Andersson
2010-07-02Compute the scaled image width and height with the right factors (so we don't...Tor Andersson
2010-07-02Test if we're on an x86 machine before adding x86 specific compiler flags.Tor Andersson
2010-07-02Move test for builtin font names until after the font descriptor has been loa...Tor Andersson
2010-07-01Remove stray debugging printf and comments.Tor Andersson
2010-07-01Remove unnecessary (and invalid) assert.Tor Andersson
2010-07-01Update copyright year.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-07-01Fix uninitialized reads.Tor Andersson
2010-07-01Remove deprecated Detect64BitPortabilityProblems flag (-Wp64) from MSVC files.Tor Andersson