summaryrefslogtreecommitdiff
path: root/fitz/dev_list.c
AgeCommit message (Expand)Author
2013-05-10Update fz_bound_{text,path} functions.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-16Avoid expanding path for stroke twice.Robin Watts
2013-03-25Fix device node bboxes for stroked paths.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-02-20Bug 693639: treat NULL scissor in display list as infinite rect.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-10-05Bug 693346: Fix calculation of progress_maxRobin Watts
2012-06-27Fix clipping of stroked text seen in displaylist cases.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.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-07Rename a few functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-13Clipping stack handling tweaks in dev_list.Robin Watts
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2012-01-10Move fuzz from fz_execute_display_list into fz_bound_text.Robin Watts
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-16More memsqueezing fixesRobin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-08-06Cosmetic style fixes.Tor Andersson
2011-08-03Tweak to list playback code to pass flags as 0 or 1.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-04-10Make display list struct opaque.Tor Andersson
2011-04-10Make blendmode opaque.Tor Andersson
2011-04-08Tweak the display list visibility culling.Tor Andersson
2011-04-07Fix bug with gsave/grestore nesting when running tiled patterns.Tor Andersson
2011-04-05Update the display list device to use the new device functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04Add device interface functions to draw tiled patterns.Tor Andersson
2011-04-04draw: Fix bug in display list culling.Tor Andersson
2011-04-04draw: Speed up display list execution by using a visibility test.Tor Andersson
2010-07-23Support constant alpha for shadings, images and transparency groups.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-16Plug memory leaks.Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-05-11Accumulate text to be clipped in text render mode 7.Tor Andersson