summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-30Refactor and clean up shading code a bit.Tor Andersson
2010-06-29Allow both 32 and 64-bit builds on Mac OS X by passing archTor Andersson
2010-06-29Fix diagnostic message that still said ARGB.Tor Andersson
2010-06-29Strip out unused bits of crypt_aes.cTor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-29Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...Robin Watts
2010-06-29Free page objects and references when freeing the xref struct.Tor Andersson
2010-06-26Use floats in radial shading code, also fix some whitespace inconsistencies.Sebastian Rasmussen
2010-06-26Re-order arguments to function generating annulush mesh for radial shadings t...Sebastian Rasmussen
2010-06-26Remove redundant rendering pass that do not generate mesh triangles for radia...Sebastian Rasmussen
2010-06-26Remove unused function argument and return value in radial shading.Sebastian Rasmussen
2010-06-26When computing advance width, use fontsize 64 instead of 1000.Sebastian Rasmussen
2010-06-25Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...Tor Andersson
2010-06-25Clear the pixmap buffer between bands.Tor Andersson
2010-06-24More tweaks to space insertion.Tor Andersson
2010-06-23Implement ARM version of loadtile8.Robin Watts
2010-06-23Support grayscale and other colorspaces in shade->usebackground case.Tor Andersson
2010-06-23Remove some stray spaces.Tor Andersson
2010-06-23Automatically switch to using bands if the resulting image size is too large ...Tor Andersson
2010-06-23Update windows viewer to add the search functionality.Tor Andersson
2010-06-23Remove jbig2dec command line tool from the list of files to build in the VS p...Tor Andersson
2010-06-22Make the color conversions in dev_draw general for n-component colors.Tor Andersson
2010-06-23Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).Tor Andersson
2010-06-23Remove a stray space at the beginning of a line.Tor Andersson
2010-06-23If the font has no glyph names, use WinAnsiStandard as a best effort guess.Tor Andersson
2010-06-23Stop scanning the file for more objects after encountering a lexing error. Th...Tor Andersson
2010-06-23Relax the check for an opening brace in a postscript calculator function by u...Tor Andersson
2010-06-23Add definition for hypotf() for MSVC.Tor Andersson
2010-06-23Allow flate streams to have data check errors at the end.Tor Andersson
2010-06-23Fix asserts in blit().Tor Andersson
2010-06-23Improve error case cleanup in pdf_font.Tor Andersson
2010-06-23Treat characters encoded to 0 as '?' when generating unicode values.Tor Andersson
2010-06-23Tweak how often spaces are inserted in dev_ext.Tor Andersson
2010-06-23Fix typo.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-22Add hints flag to device struct so that the interpreter doesn't need to load ...Tor Andersson
2010-06-21Put magic numbers in #defines.Tor Andersson
2010-06-21Improve newline detection heuristic in text extraction device.Tor Andersson
2010-06-21Revert a local debugging change that snuck into a patch.Tor Andersson
2010-06-21Change pdfshow default to print streams decompressed.Tor Andersson
2010-06-21Ignore PostScript style XObjects instead of bailing.Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-06-21Adjust for mediabox origin when inverting highlights.Tor Andersson
2010-06-21Fix ascender and descender and other metric calculations to use proper scalin...Tor Andersson
2010-06-21Divide bbox for custom ligatures defined by one-to-many ToUnicode mappings.Tor Andersson
2010-06-21Implement searching for text within the current page.Tor Andersson
2010-06-21Prepare for searching by implementing the UI for entering a search string. Ch...Tor Andersson
2010-06-20Remove unused pdf_comment struct and add textspan and displaylist fields to t...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson