summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-11-22jni/js: Add support for annotation modification dates.Sebastian Rasmussen
2017-11-22jni/js: Use correct text encoding in annotation author and contents.Fred Ross-Perry
2017-11-22Add pdf_new_text_string utility function.Tor Andersson
2017-11-22jni: Make sure to dirty annotation whenever it changes.Fred Ross-Perry
2017-11-14Ensure that after_text functions get ctm.Robin Watts
2017-11-10Remove fz_android_fprintf.Tor Andersson
2017-11-10Purge obsolete NDK_PROFILER code.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-11-08Clean up and speed up text searching.Tor Andersson
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-08Remove broken bidi reordering code.Tor Andersson
2017-11-08Move static inline function out of header.Tor Andersson
2017-11-06Expose text filtering through pdf_clean interface.Robin Watts
2017-11-06Use text state handling in pdf_filter_processor to filter text.Robin Watts
2017-11-06Extract text state handling from run pdf_processor.Robin Watts
2017-11-02Fixes for win32 build.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-25Fix multithreaded crash with tiled regions.Robin Watts
2017-10-25Add fz_new_icc_colorspace_from_stream.Robin Watts
2017-10-24Add interface for setting icc space to bgr formatMichael Vrhel
2017-10-24Fix separations object handling when cloning for spots.Robin Watts
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-10-24Make a public fz_new_icc_colorspace_from_file function.Tor Andersson
2017-10-24Make sure shades use proper "default" color space.Michael Vrhel
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-10-24Don't apply default decode array to ICC Lab image data.Robin Watts
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Fix overprint with shadings.Robin Watts
2017-10-24Add FZ_ENABLE_SPOT_RENDERING define.Robin Watts
2017-10-24Change colorspace 'device_n' field to be a flags word.Robin Watts
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-13Add fz_deflate family of functions.Robin Watts
2017-10-13Simple PCLm device.Robin Watts
2017-10-13Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdfRobin Watts
2017-10-12Don't cache page count in pdf_document.Tor Andersson
2017-10-12Refactor image format magic signature recognition into its own function.Tor Andersson
2017-10-12Fix pdf_widget/pdf_annot typedefs. They are the same struct.Tor Andersson
2017-10-12Fix bug in murun when creating buffers from strings.Tor Andersson
2017-10-12Make fz_open_memory take a const buffer.Tor Andersson
2017-10-12Make image loading use const data pointers.Tor Andersson
2017-09-22Minor comment tweaks.Robin Watts
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-09-13Consistently drop filter chain upon error.Sebastian Rasmussen
2017-09-12Fix Gradients in the presence of spots.Robin Watts
2017-09-12Remove redundant #define that is only used at the same place it's set.Tor Andersson
2017-09-12Move fz_strcasecmp to the header it belongs to.Tor Andersson
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts