Age | Commit message (Expand) | Author |
2013-02-20 | Bug 693639: Avoid heap overflow and leaks in error cases. | Robin Watts |
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 |
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-18 | Protect against draw device stack confusion due to errors while pushing. | Robin Watts |
2012-11-21 | Add weights caches for pixmap scaling. | Robin Watts |
2012-11-20 | Obsess about whitespace. | Tor Andersson |
2012-10-05 | Bug 693346: Fix memory leak when aborting. | Robin Watts |
2012-09-26 | Implement oversized text clipping and stroked text clipping. | 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-06-11 | Fix Bug 693102: Overflows in large pixmap indexing. | Robin Watts |
2012-04-10 | Add fz_new_draw_device_with_bbox function | Robin Watts |
2012-03-16 | Bug 692805: BBox rounding issues | Robin Watts |
2012-03-13 | Fix potential memory overrun. | Robin Watts |
2012-03-13 | Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox. | Tor Andersson |
2012-03-13 | Rename some functions and accessors to be more consistent. | Tor Andersson |
2012-03-12 | Change order of params in fz_convert_color to C standard. | Robin Watts |
2012-03-12 | Change order of params in fz_convert_pixmap to C standard. | Robin Watts |
2012-03-12 | Merge branch 'master' into header-split | Robin Watts |
2012-03-09 | Fix overeager cleanup code. | Robin Watts |
2012-03-06 | Split fitz.h/mupdf.h into internal/external headers. | Robin Watts |
2012-02-25 | Rework image handling for on demand decode | Robin Watts |
2012-02-07 | Rename a few functions. | Tor Andersson |
2012-02-03 | Be consistent about passing a fz_context in path/text/shade functions. | Tor Andersson |
2012-02-03 | Be consistent about passing a fz_context argument in pixmap functions. | Tor Andersson |
2012-02-03 | Make fz_malloc_struct return zeroed memory. | Tor Andersson |
2012-01-24 | Correct SEGV/assert in cluster tests. | Robin Watts |
2012-01-24 | Solve (some) SEGVS in cluster tests. | Robin Watts |
2012-01-23 | Remove assert in tiling code. | Robin Watts |
2012-01-21 | Update image scaling subpixel offset calculations for top-down images. | Tor Andersson |
2012-01-20 | Bitmap 'patch' scaling - second attempt. | Robin Watts |
2012-01-20 | Revert "Bitmap 'patch' scaling." | Tor Andersson |
2012-01-19 | Bitmap 'patch' scaling. | Robin Watts |
2012-01-11 | Hide glyph cache in context. | Tor Andersson |
2012-01-11 | Calculate accurate per-glyph bounding boxes for fz_bound_text. | Tor Andersson |
2012-01-10 | Fix many spelling errors. | Sebastian Rasmussen |
2012-01-06 | draw_device; device state stack handling fixes. | Robin Watts |
2012-01-03 | Rework draw device stack handling. | Robin Watts |
2012-01-02 | Fix bug 692593 - solve crash due to inappropriately sized shape plane. | Robin Watts |
2011-12-30 | Enable knockout and non-isolated group support. | Robin Watts |
2011-12-24 | Bug 692489 - fix SEGV in non-isolated/knockout blending | Robin Watts |