index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
Age
Commit message (
Expand
)
Author
2013-05-16
Add colorspace context.
Tor Andersson
2013-05-10
Update fz_bound_{text,path} functions.
Robin Watts
2013-05-03
Simplify mesh rasterizer.
Tor Andersson
2013-04-26
Clean up some formatting.
Tor Andersson
2013-04-26
Squash 2 const warnings.
Robin Watts
2013-04-19
Add new function to return the accurate bbox of a path.
Robin Watts
2013-04-16
Bug 693851: Performance improvement for shadings
Robin Watts
2013-03-22
Squash some warnings.
Robin Watts
2013-03-22
Fix store debugging fns so that all output goes to the same file.
Robin Watts
2013-03-20
Add caching of rendered tiles.
Robin Watts
2013-03-20
Fix incorrect scissor boxes for second and subsequent glyphs.
Robin Watts
2013-03-04
Fix misalignment of rotated images.
Robin Watts
2013-02-27
Bug 693640: Fix interpolated painting of images going out of range
Robin Watts
2013-02-20
Bug 693639: Avoid heap overflow and leaks in error cases.
Robin Watts
2013-02-19
Fix whitespace.
Tor Andersson
2013-02-06
Rename bbox to irect.
Tor Andersson
2013-02-06
Add some 'restrict' qualifiers to hopefully speed matrix ops.
Robin Watts
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Rename fz_irect back to fz_bbox.
Tor Andersson
2013-01-30
Always pass value structs (rect, matrix, etc) as values not by pointer.
Tor Andersson
2013-01-30
Rename fz_rect_covering_rect to fz_irect_from_rect.
Tor Andersson
2013-01-30
Introduce fz_irect where the old fz_bbox was useful.
Tor Andersson
2013-01-30
Pass content/clip bbox to device functions by value.
Tor Andersson
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2013-01-11
Bug 693534: 0 bits of antialiasing broken
Robin Watts
2012-12-21
Bug 593603: Fix problems with tiling.
Robin Watts
2012-12-20
Bug 693503: Fix SEGV in glyph painting due to bbox overflow.
Robin Watts
2012-12-19
Bug 693503: Fix potential SEGV in bitmap scalers.
Robin Watts
2012-12-18
Bug 693503: Fix out of bounds memory access in scaler.
Robin Watts
2012-12-18
Protect against draw device stack confusion due to errors while pushing.
Robin Watts
2012-12-12
Fix whitespace.
Robin Watts
2012-12-09
Rejig color conversion.
Robin Watts
2012-12-08
Optimise sharp scan conversion as we did with aa scan conversion.
Robin Watts
2012-11-27
Update scan converter to cope better with rectangular paths.
Robin Watts
2012-11-21
Add weights caches for pixmap scaling.
Robin Watts
2012-11-21
Android: Move draw_simple_scale.c back into Core.mk
Robin Watts
2012-11-21
ARM code pixmap subsampler.
Robin Watts
2012-11-20
Obsess about whitespace.
Tor Andersson
2012-11-19
Unroll inner loop of ARM version of scale_row_to_temp1.
Robin Watts
2012-11-19
Enable android profiler build.
Robin Watts
2012-10-05
Bug 693346: Fix memory leak when aborting.
Robin Watts
2012-10-05
Move local implementation of trig function to internal header
Sebastian Rasmussen
2012-10-01
Handle axial and radial shadings the same way as other shadings.
Sebastian Rasmussen
2012-10-01
Bug 693330: Change shadings to decompose to meshes at render time.
Robin Watts
2012-09-26
Implement oversized text clipping and stroked text clipping.
Robin Watts
2012-07-18
Remove pointless test.
Robin Watts
2012-07-18
Fix missing diagram in 1522*.pdf
Robin Watts
2012-07-17
Fall back to character path rendering if stroked text uses a dash pattern.
Tor Andersson
2012-07-17
Handle glyphs that are too large to render as pixmaps.
Tor Andersson
2012-07-05
Move to static inline functions from macros.
Robin Watts
[next]