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-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
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-29
Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...
Robin Watts
2010-06-29
Free page objects and references when freeing the xref struct.
Tor Andersson
2010-06-26
Use floats in radial shading code, also fix some whitespace inconsistencies.
Sebastian Rasmussen
2010-06-26
Re-order arguments to function generating annulush mesh for radial shadings t...
Sebastian Rasmussen
2010-06-26
Remove redundant rendering pass that do not generate mesh triangles for radia...
Sebastian Rasmussen
2010-06-26
Remove unused function argument and return value in radial shading.
Sebastian Rasmussen
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-25
Clear the pixmap buffer between bands.
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
[next]