summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2013-11-27Bug 694116: Solve valgrind issues in draw device.Robin Watts
2013-11-26Add const keyword to some font function parameters.Tor Andersson
2013-11-26Add fz_advance_glyph and fz_encode_character functions.Tor Andersson
2013-11-11Add hooks to load system fonts. Use them in PDF interpreter.Tor Andersson
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-11-11Remove unused variables causing warningsSebastian Rasmussen
2013-11-05Allow stroke states to be kept on the stack.Tor Andersson
2013-11-05Add binary search tree for mapping strings to void* pointers.Tor Andersson
2013-11-05Fix bug in fz_debug_xml.Tor Andersson
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-11-05Ignore <!DOCTYPE ...> declaration in XML parser.Tor Andersson
2013-11-04Make sure declarations come first. This would not compile with default wind...Michael Vrhel
2013-10-31Fix segv bug in clear_pixmap_with_value functions.Tor Andersson
2013-10-31Fix bug in gray to cmyk color converters.Tor Andersson
2013-10-31Special case clear_pixmap_with_value for CMYK colorspaces.Tor Andersson
2013-10-31Add CMYK support to PWG output.Tor Andersson
2013-10-31Add CMYK support to PAM output.Tor Andersson
2013-10-16Fix null device clip stack scissor handling.Robin Watts
2013-10-14Handle stroke+fill operations with transparency/blendmodes.Robin Watts
2013-10-11SVG: Fix alpha issues.Robin Watts
2013-10-11SVG: Add simple smask support.Robin Watts
2013-10-11SVG: Add dumb group implementation.Robin Watts
2013-10-11SVG: Fix clip stack handling etc.Robin Watts
2013-10-11prevent potential heap access violationSimon Bünzli
2013-10-10SVG: Fix fts_01_0106.pdfRobin Watts
2013-10-10SVG: Add image mask clip support.Robin Watts
2013-10-10Rename the draw devices 'stack_max' member to be 'stack_cap'Robin Watts
2013-10-10SVG device: All gradient output (using images).Robin Watts
2013-10-10Add scissor stack functionality to null device.Robin Watts
2013-10-10Add fz_new_png_from_pixmapRobin Watts
2013-10-09SVG: Support Type3 fonts and stroked fonts.Robin Watts
2013-10-09Fix typo in pixmap handling.Robin Watts
2013-10-07SVG device: Send text as reusable pathsRobin Watts
2013-10-07Update SVG device to send text as pathsRobin Watts
2013-09-30Disable image interpolation with a hint.Robin Watts
2013-09-30Bug 694526: Spot non-invertable matrices and bale before strokingRobin Watts
2013-09-30Bug 694526: Fix hang in stroking path.Robin Watts
2013-09-27fix bug 694573Simon Bünzli
2013-09-27add support for .tga output to mudrawSimon Bünzli
2013-09-27fix some MSVC warningsSimon Bünzli
2013-09-27don't color transform RGB JPEG-in-TIFF imagesSimon Bünzli
2013-09-27don't reset the clipping rectangle for accumulated textSimon Bünzli
2013-09-27clip flate stream on data check error instead of rejecting it wholesaleSimon Bünzli
2013-09-27stop checking if the result of fz_read is negativeSimon Bünzli
2013-09-24Bug 694566: Avoid locking up while seeking in deflated stream.Robin Watts
2013-09-23Fix missing 'const' in fz_authenticate_passwordRobin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-10Attempt to fix reflow.Robin Watts
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-09-10Bug 694567: prevent double-free in pdf_open_raw_filterSimon Bünzli