summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2013-01-11Bug 693534: 0 bits of antialiasing brokenRobin Watts
2012-12-21Bug 593603: Fix problems with tiling.Robin Watts
2012-12-20Bug 693503: Fix SEGV in glyph painting due to bbox overflow.Robin Watts
2012-12-19Bug 693503: Fix potential SEGV in bitmap scalers.Robin Watts
2012-12-18Bug 693503: Fix out of bounds memory access in scaler.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-12Fix whitespace.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-12-08Optimise sharp scan conversion as we did with aa scan conversion.Robin Watts
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