summaryrefslogtreecommitdiff
path: root/fitz/dev_text.c
AgeCommit message (Expand)Author
2013-04-30Split dev_text into three parts.Tor Andersson
2013-04-30Move device hint functions to a more appropriate source file.Tor Andersson
2013-04-29Bug 693939: Fix memory problems.Robin Watts
2013-04-29Fix various leaks in the dev_text device.Robin Watts
2013-04-26Rename functions for consistency.Robin Watts
2013-04-26Add image output for HTML.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-25Tweak fz_text_page to include image records.Robin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-26Reflow: Move from html output using tables to html output using div/spanRobin Watts
2013-03-26Spot indents.Robin Watts
2013-03-26Add superscript and subscript handling.Robin Watts
2013-03-26Simple dehyphenation support.Robin Watts
2013-03-26Text region analysis.Robin Watts
2013-03-26Add simple bullet point detection to paragraph analysis.Robin Watts
2013-03-26Rework text extraction structures.Robin Watts
2013-02-11Fix problem with text selection caused by 0399332d54Paul Gardiner
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-02-06Tweak text extraction block creation.Robin Watts
2013-02-05Tweak HTML output.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-03-19Fix typo in text device where lines would group into blocks too eagerly.Tor Andersson
2012-03-19Don't create empty spans and lines in the text device.Tor Andersson
2012-03-14Some fixes to the new text device, courtesy of Zeniko.Tor Andersson
2012-03-14Put 'lastchar' into the text device struct to remember what theTor Andersson
2012-03-14Fix memory leaks in style sheet handling of the new text device.Tor Andersson
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Fix building on windows.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-12Create style sheet and group extracted text into blocks, lines and spans.Tor Andersson
2012-03-07More release tidyups.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Fix bug 692627: stack overflows in text handling.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-15Add context to mupdf.Robin Watts
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-02-23Remove fthint workaround for DynaLab fonts, since that is now a part of freet...Tor Andersson
2011-02-18Make pdfdraw -tt output valid XML.Tor Andersson
2011-02-08Use horizontal metrics to create text boxes instead of guessing at bad vertic...Tor Andersson
2011-02-03Various patches from SumatraPDF.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2010-07-26Fix bug where storage capacity of 0 or 1 was not taken care of.Sebastian Rasmussen