index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-11
Fix typo.
Tor Andersson
2010-07-10
Clamp floats to representable numbers before converting to int. Clip lines ag...
Tor Andersson
2010-07-10
Don't assert on edge list bbox size if the edge list is empty.
Tor Andersson
2010-07-10
Refactor colorspace and PDF image parsing code.
Tor Andersson
2010-07-09
Convert glyph list to unix line-endings.
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-08
Remove unused 'info' object extraction in repair function.
Tor Andersson
2010-07-07
Rename private functions to add fz prefix.
Tor Andersson
2010-07-07
Remove local argument that shadowed and duplicated a global.
Tor Andersson
2010-07-02
Tweak optimization flags in MSVC projects.
Tor Andersson
2010-07-02
Rearrange MSVC projects.
Tor Andersson
2010-07-02
Add _CRT_SECURE_NO_WARNINGS to MSVC project files to silence some silly warni...
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
Enable stroked text to be passed through to devices from the interpreter.
Tor Andersson
2010-07-02
Save contents of csi stack before calling flushtext since it can reuse the cs...
Tor Andersson
2010-07-02
Don't apply the font substitute stretching to CJK fonts.
Tor Andersson
2010-07-02
Compute the scaled image width and height with the right factors (so we don't...
Tor Andersson
2010-07-02
Test if we're on an x86 machine before adding x86 specific compiler flags.
Tor Andersson
2010-07-02
Move test for builtin font names until after the font descriptor has been loa...
Tor Andersson
2010-07-01
Remove stray debugging printf and comments.
Tor Andersson
2010-07-01
Remove unnecessary (and invalid) assert.
Tor Andersson
2010-07-01
Update copyright year.
Tor Andersson
2010-07-01
Remove silly warnings from MSVC.
Tor Andersson
2010-07-01
Fix uninitialized reads.
Tor Andersson
2010-07-01
Remove deprecated Detect64BitPortabilityProblems flag (-Wp64) from MSVC files.
Tor Andersson
2010-07-01
Remove unused blendover functions.
Tor Andersson
2010-07-01
Fix typo and rename some variables.
Tor Andersson
2010-07-01
Redo the radial shading mesh generation to be more understandable.
Tor Andersson
2010-07-01
Compute shading bounding box using the triangle mesh.
Tor Andersson
2010-07-01
Fix typo that caused shadings using functions to clobber the destination colors.
Tor Andersson
2010-07-01
Make copying of vertex tensor patch pole colors obvious.
Sebastian Rasmussen
2010-07-01
Make functions adding vertices, triangles and quads use the newly introduced ...
Sebastian Rasmussen
2010-07-01
Refactor shading code to use the vertex struct for more shading types.
Tor Andersson
2010-06-30
Expand GETVERT macro and introduce a readsample function.
Tor Andersson
2010-06-30
Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...
Tor Andersson
2010-06-30
Fix typo in fastrgbtobgr that used the wrong pixel stride.
Tor Andersson
2010-06-30
Fix typo in duff_1i1o1 where the strides were not being adjusted.
Tor Andersson
2010-06-30
Fix typo in text_w4i1o4_32bit that picked up the wrong color components.
Tor Andersson
2010-06-30
Rearrange shading dictionary loading.
Tor Andersson
2010-06-30
Fix the composition of triangles in type 4 free-form triangle meshes.
Tor Andersson
2010-06-30
Refactor and clean up shading code a bit.
Tor Andersson
2010-06-29
Allow both 32 and 64-bit builds on Mac OS X by passing arch
Tor Andersson
2010-06-29
Fix diagnostic message that still said ARGB.
Tor Andersson
[prev]
[next]