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-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
2010-06-23
Remove some stray spaces.
Tor Andersson
2010-06-23
Automatically switch to using bands if the resulting image size is too large ...
Tor Andersson
2010-06-23
Update windows viewer to add the search functionality.
Tor Andersson
2010-06-23
Remove jbig2dec command line tool from the list of files to build in the VS p...
Tor Andersson
2010-06-22
Make the color conversions in dev_draw general for n-component colors.
Tor Andersson
2010-06-23
Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).
Tor Andersson
2010-06-23
Remove a stray space at the beginning of a line.
Tor Andersson
2010-06-23
If the font has no glyph names, use WinAnsiStandard as a best effort guess.
Tor Andersson
2010-06-23
Stop scanning the file for more objects after encountering a lexing error. Th...
Tor Andersson
2010-06-23
Relax the check for an opening brace in a postscript calculator function by u...
Tor Andersson
2010-06-23
Add definition for hypotf() for MSVC.
Tor Andersson
2010-06-23
Allow flate streams to have data check errors at the end.
Tor Andersson
2010-06-23
Fix asserts in blit().
Tor Andersson
2010-06-23
Improve error case cleanup in pdf_font.
Tor Andersson
2010-06-23
Treat characters encoded to 0 as '?' when generating unicode values.
Tor Andersson
2010-06-23
Tweak how often spaces are inserted in dev_ext.
Tor Andersson
2010-06-23
Fix typo.
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-22
Add hints flag to device struct so that the interpreter doesn't need to load ...
Tor Andersson
2010-06-21
Put magic numbers in #defines.
Tor Andersson
2010-06-21
Improve newline detection heuristic in text extraction device.
Tor Andersson
2010-06-21
Revert a local debugging change that snuck into a patch.
Tor Andersson
2010-06-21
Change pdfshow default to print streams decompressed.
Tor Andersson
2010-06-21
Ignore PostScript style XObjects instead of bailing.
Tor Andersson
2010-06-21
Preload page tree into an array to avoid unnecessary linear searching when lo...
Tor Andersson
2010-06-21
Adjust for mediabox origin when inverting highlights.
Tor Andersson
2010-06-21
Fix ascender and descender and other metric calculations to use proper scalin...
Tor Andersson
2010-06-21
Divide bbox for custom ligatures defined by one-to-many ToUnicode mappings.
Tor Andersson
2010-06-21
Implement searching for text within the current page.
Tor Andersson
2010-06-21
Prepare for searching by implementing the UI for entering a search string. Ch...
Tor Andersson
2010-06-20
Remove unused pdf_comment struct and add textspan and displaylist fields to t...
Tor Andersson
2010-06-20
Rename the remaining non-reference-counted free functions to free instead of ...
Tor Andersson
[next]