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
Age
Commit message (
Expand
)
Author
2010-07-21
Replace text blending with general blending functions.
Tor Andersson
2010-07-21
Reorganize pixmap blending functions.
Tor Andersson
2010-07-21
Fixes to compile with MSYS.
Tor Andersson
2010-07-20
Fix bug in fmtobj -- move the check for indirect first.
Tor Andersson
2010-07-17
Don't use internal fields in object pretty printer.
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits of multi-line comments.
Tor Andersson
2010-07-17
Minor edits.
Tor Andersson
2010-07-17
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-17
Parse and warn about constant alpha values being ignored.
Tor Andersson
2010-07-17
Support SMasks for general graphics (incomplete).
Tor Andersson
2010-07-16
Plug memory leaks.
Tor Andersson
2010-07-16
Set scissor after replacing dest with the transparency buffer. Pop the transp...
Tor Andersson
2010-07-16
Fix harmless typo in hash table.
Tor Andersson
2010-07-16
Clarify function names for opening a PDF file.
Tor Andersson
2010-07-15
Refactored xref opening functions, command line tools, and rewrote pdfdraw to...
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-15
Implement correct blend mode functions and blending.
Tor Andersson
2010-07-15
Add pixmap writing functions for PNM, PAM and PNG (without libpng) formats.
Tor Andersson
2010-07-14
Adapt debug pixmap saving to new alpha component order in pixmap samples.
Sebastian Rasmussen
2010-07-14
Add transparency functions to the trace device.
Tor Andersson
2010-07-14
Add transparency group/mask device calls and implement basic blend modes when...
Tor Andersson
2010-07-13
Implement stroked text.
Tor Andersson
2010-07-13
Fix clang warnings.
Tor Andersson
2010-07-11
Reinsert Robin Watts' specialized pixel unpacking loops.
Tor Andersson
2010-07-11
Remove distance calculation in axial shadings, reducing a source of potential...
Tor Andersson
2010-07-11
Refactor image pixel unpacking.
Tor Andersson
2010-07-10
Refactor colorspace and PDF image parsing code.
Tor Andersson
2010-07-09
Fix up restrict keyword in prototypes to remove warnings on MSVC.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-07-08
Simplify #ifdef labyrinth and make some source more c89 compatible.
Tor Andersson
2010-07-08
Remove unmaintained MMX optimized function and runtime detection.
Tor Andersson
2010-07-05
Use NDEBUG rather than DEBUG to test build at compile time.
Tor Andersson
2010-07-02
Remove shadowed local variables.
Tor Andersson
2010-07-02
Compute the scaled image width and height with the right factors (so we don't...
Tor Andersson
2010-07-01
Remove stray debugging printf and comments.
Tor Andersson
2010-07-01
Remove silly warnings from MSVC.
Tor Andersson
2010-07-01
Remove unused blendover functions.
Tor Andersson
2010-07-01
Compute shading bounding box using the triangle mesh.
Tor Andersson
2010-06-30
Refactor and clean up shading code a bit.
Tor Andersson
2010-06-29
Strip out unused bits of crypt_aes.c
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-26
When computing advance width, use fontsize 64 instead of 1000.
Sebastian Rasmussen
2010-06-25
Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...
Tor Andersson
2010-06-24
More tweaks to space insertion.
Tor Andersson
2010-06-23
Implement ARM version of loadtile8.
Robin Watts
2010-06-23
Support grayscale and other colorspaces in shade->usebackground case.
Tor Andersson
2010-06-22
Make the color conversions in dev_draw general for n-component colors.
Tor Andersson
2010-06-23
Add definition for hypotf() for MSVC.
Tor Andersson
[next]