summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
AgeCommit message (Expand)Author
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-19Add image subsampling function.Robin Watts
2012-11-19Tweak image decode downscale factor internals.Robin Watts
2012-11-16Add fz_write_buffer_rune to append a utf-8 character to a buffer.Tor Andersson
2012-10-29Support partial update in pdfapp.cPaul Gardiner
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-08Bug 693368: Fix typo "atin2f".Robin Watts
2012-10-08Fix SHA-384/-512 hash algorithm typosSebastian Rasmussen
2012-10-05Move local implementation of trig function to internal headerSebastian Rasmussen
2012-10-05Make shadings hold the data streams compressed.Robin Watts
2012-10-05Refactor compressed stream loading.Robin Watts
2012-10-01Move to consistently refer to "Linear" shadings rather than "Axial" ones.Robin Watts
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.Robin Watts
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-16Fix 64-bit integer typedefs for MSVC.Tor Andersson
2012-08-16Add SHA-384/-512 hash algorithmsSebastian Rasmussen
2012-08-16Make 64-bit integers available everywhere in fitzSebastian Rasmussen
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-05Merge branch 'master' into formsRobin Watts
2012-06-27Fix clipping of stroked text seen in displaylist cases.Robin Watts
2012-06-21Add fz_buffer_cat_pdf_string function to avoid Bug 693143.Robin Watts
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-19Avoid lots of const warnings.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-06-12Forms: improved handling of text scaling in multiline text widgetsPaul Gardiner
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-31A few general utility functions added for the sake of the forms workPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-08Update seeking behaviour of null streams.Robin Watts
2012-05-08Forms: part of text field handlingPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-05-07A few general utility functions added for the sake of the forms workPaul Gardiner
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-21Update iOS app.Tor Andersson
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-13Merge master and pg_android branchesRobin Watts
2012-03-13Make fz_print functions all take a FILE *.Robin Watts