summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2012-11-27Update scan converter to cope better with rectangular paths.Robin Watts
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21Android: Move draw_simple_scale.c back into Core.mkRobin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-19Unroll inner loop of ARM version of scale_row_to_temp1.Robin Watts
2012-11-19Enable android profiler build.Robin Watts
2012-10-05Bug 693346: Fix memory leak when aborting.Robin Watts
2012-10-05Move local implementation of trig function to internal headerSebastian Rasmussen
2012-10-01Handle axial and radial shadings the same way as other shadings.Sebastian Rasmussen
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.Robin Watts
2012-09-26Implement oversized text clipping and stroked text clipping.Robin Watts
2012-07-18Remove pointless test.Robin Watts
2012-07-18Fix missing diagram in 1522*.pdfRobin Watts
2012-07-17Fall back to character path rendering if stroked text uses a dash pattern.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-05-09Bug 693021: Texture position overflow problems.Robin Watts
2012-05-08Fix bug in ARM code in draw_simple_scaleRobin Watts
2012-04-23Fix whitespace and indentation.Tor Andersson
2012-04-20Bug 692995: Fix hang when rendering image.Robin Watts
2012-04-19Bug 692990: Fix 'underjoin' of strokes.Robin Watts
2012-04-18Add LOCAL_TRIG_FNS option.Robin Watts
2012-04-10Add fz_new_draw_device_with_bbox functionRobin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-13Fix potential memory overrun.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Fix Bug 692915: fz_copy_aa_context was broken.Robin Watts
2012-03-12Merge branch 'header-split'Robin Watts
2012-03-12Store AA level used to render a glyph in the glyphcache.Robin Watts
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Remove unnecessary assignments.Sebastian Rasmussen
2012-03-12More API tidying.Robin Watts
2012-03-09Fix overeager cleanup code.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff.Tor Andersson
2012-02-08Lock reworking.Robin Watts
2012-02-07Rename a few functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-02-03Pass context explicitly to hash table functions.Tor Andersson
2012-02-03Remove extraneous blank lines.Tor Andersson
2012-02-03Make fz_malloc_struct return zeroed memory.Tor Andersson