summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-17Fix bug 692627: stack overflows in text handling.Robin Watts
2011-11-15Error, don't crash on file not found.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14Simplify fz_try/fz_catch by removing failed flag.Robin Watts
2011-11-14Squash 3 'const' warnings.Robin Watts
2011-11-14Grid fitting tweaks.Robin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-11-01Avoid pointer arithmetic in fz_seek.Tor Andersson
2011-10-12Improve trace formatting of text objects.Tor Andersson
2011-10-04Establish 'break scope' within fz_try macroRobin Watts
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Keep dicts that have more than 100 entries sorted.Sebastian Rasmussen
2011-09-20Return expected location when finding keys in dicts.Sebastian Rasmussen
2011-09-20Move array/dict growing into separate functions.Sebastian Rasmussen
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-17Use rate limited fitz warnings for openjpeg warnings/errors.Sebastian Rasmussen
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-14Add Memento build option.Robin Watts
2011-09-05Use 3-digit octal escapes in strings.Tor Andersson
2011-08-17pdfdraw: Add command line option to gamma correct and invert images.Tor Andersson
2011-08-09Fix bug 692253: handle curvetov with no current point set.Tor Andersson
2011-08-06Cosmetic style fixes.Tor Andersson
2011-08-03Tweak to list playback code to pass flags as 0 or 1.Robin Watts
2011-08-02Squash some compiler type warnings.Robin Watts
2011-08-01Add support for colored Type3 glyphs (ones that use d0).Robin Watts
2011-07-26Fix bug 692354: Horizontal white lines in images.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-06-01Fix android build; bug 692222.Robin Watts
2011-05-31Fix assert in scale: see Bug 692245.Robin Watts
2011-04-20Revert part of "Tweak hinting flags to freetype."Tor Andersson
2011-04-15Tweak hinting flags to freetype.Tor Andersson
2011-04-15Use artificial italics and emboldening for substitute font.Tor Andersson
2011-04-15Use DroidSans.ttf as substitute font.Tor Andersson
2011-04-11Add triangle caps; separate start, dash and end cap styles for XPS.Tor Andersson
2011-04-10Make display list struct opaque.Tor Andersson
2011-04-10Make global edge list struct opaque, and remove active edge list struct.Tor Andersson
2011-04-10Make blendmode opaque.Tor Andersson
2011-04-10Make fz_obj struct opaque.Tor Andersson
2011-04-09Throw an error if none of the content stream parts could be loaded.Tor Andersson
2011-04-08Add soft limit to pixmap allocation.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-08Various patches from SumatraPDF.Tor Andersson