index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
dev_list.c
Age
Commit message (
Expand
)
Author
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-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-13
Clipping stack handling tweaks in dev_list.
Robin Watts
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2012-01-10
Move fuzz from fz_execute_display_list into fz_bound_text.
Robin Watts
2012-01-04
Bug 692739: Add ability to abort time consuming actions
Robin Watts
2011-12-16
More memsqueezing fixes.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-16
More memsqueezing fixes
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-08-06
Cosmetic style fixes.
Tor Andersson
2011-08-03
Tweak to list playback code to pass flags as 0 or 1.
Robin Watts
2011-07-13
Non-isolated group support, and fix Bug 692336.
Robin Watts
2011-07-08
Clip area optimisations for displaylist case:
Robin Watts
2011-04-10
Make display list struct opaque.
Tor Andersson
2011-04-10
Make blendmode opaque.
Tor Andersson
2011-04-08
Tweak the display list visibility culling.
Tor Andersson
2011-04-07
Fix bug with gsave/grestore nesting when running tiled patterns.
Tor Andersson
2011-04-05
Update the display list device to use the new device functions.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
Add device interface functions to draw tiled patterns.
Tor Andersson
2011-04-04
draw: Fix bug in display list culling.
Tor Andersson
2011-04-04
draw: Speed up display list execution by using a visibility test.
Tor Andersson
2010-07-23
Support constant alpha for shadings, images and transparency groups.
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-16
Plug memory leaks.
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-14
Add transparency group/mask device calls and implement basic blend modes when...
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-05-11
Accumulate text to be clipped in text render mode 7.
Tor Andersson
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-19
Add support for patterns in stroked paths and text.
Tor Andersson
2010-04-13
Fix some typos in the display list device.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson