summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-31Load compressed xref section streams directly without clobbering the xref table.Tor Andersson
2010-05-31Only update objects which come from the object stream currently being loaded.Tor Andersson
2010-05-31Subdivide type 7 shading tensor patches in other order, aligning with tu/v-or...Sebastian Rasmussen
2010-05-31Revert removal of object resolving as it is needed in pdclean.Sebastian Rasmussen
2010-05-31Remove old and obsolete NPAPI plugin support files.Tor Andersson
2010-05-31Add explicit typecast so that the result will be signed when calculating the ...Tor Andersson
2010-05-31Fixes to compile with MSVC.Tor Andersson
2010-05-31Replace getopt with Henry Spencer's public domain implementation.Tor Andersson
2010-05-31Fix typos in PostScript interpreter for functions.Sebastian Rasmussen
2010-05-31Interpret X11 keysyms to adhere to Windows viewers keyboard input.Sebastian Rasmussen
2010-05-28Don't use UnmapWindow to signal closing the x11 viewer -- Unmap is used to ic...Tor Andersson
2010-05-27Add optimized function written in C that depends on integers being exactly 32...Tor Andersson
2010-05-27Add missing break statement to pdf_runkeyword that resulted in spurious warni...Tor Andersson
2010-05-27Prepare debian files for release.Tor Andersson
2010-05-27Change command line options to x11 viewer.Tor Andersson
2010-05-27Add Robin Watts' arm assembler version of path_w4i1o4.Tor Andersson
2010-05-27Patch from Robin Watts to remove the chained strcmp stuff in pdf_runkeyword a...Tor Andersson
2010-05-27Select the fast DCT transform in libjpeg at the correct location.Tor Andersson
2010-05-26Fix typo in the previous optimization patch.Tor Andersson
2010-05-26Optimize lexer by using unreadbyte and switches rather than chained ifs.Robin Watts
2010-05-26Use topctm for shadings rendered via patterns.Tor Andersson
2010-05-26Simplify font encoding for simple fonts again, fixing some bugs.Tor Andersson
2010-05-25Use cidtoucs table (created from encoding by strings) if the ToUnicode cmap i...Tor Andersson
2010-05-25Simplify loading of encodings for simple fonts and load encodings for symboli...Tor Andersson
2010-05-25Allow ToUnicode to define a unicode mapping for glyph 0 (.notdef).Tor Andersson
2010-05-25Support one-to-many glyph/character mappings.Tor Andersson
2010-05-25Expand ligature presentation forms into their individual characters when extr...Tor Andersson
2010-05-25Merge fitz_res.h and fitz_draw.hTor Andersson
2010-05-24Make the pdfdraw benchmark numbers fit on a 80 column terminal.Sebastian Rasmussen
2010-05-23Check that page to show is not outside of valid range.Sebastian Rasmussen
2010-05-23Unmap and free X11 resources upon exit.Sebastian Rasmussen
2010-05-23Check X11 error code when creating window.Sebastian Rasmussen
2010-05-23Implement reloading of document.Sebastian Rasmussen
2010-05-23Drop file stream after inserting it into xref when opening document.Sebastian Rasmussen
2010-05-23Globally rename oid to num to fit with fz_tonum().Sebastian Rasmussen
2010-05-22Remove unnecessary explicit resolving of indirect objects.Sebastian Rasmussen
2010-05-22Print indirect object reference in error messages.Sebastian Rasmussen
2010-05-22Rename shade to shading.Sebastian Rasmussen
2010-05-21Recover Encryption dictionary when repairing broken PDF files.Tor Andersson
2010-05-21Be more lenient about superfluous inputs and outputs to functions.Tor Andersson
2010-05-21Flag Symbol and ZapfDingbat builtin fonts as being symbolic in the font descr...Tor Andersson
2010-05-21Clip mediabox to cropbox (if it exists).Tor Andersson
2010-05-21Fix array index typo in type6 shading code.Sebastian Rasmussen
2010-05-20Draw images with anti-aliased edges.Tor Andersson
2010-05-20Use more accurate fz_mul255.Tor Andersson
2010-05-20With the new smarter clipping of rectangular paths, remove the rectilinear te...Tor Andersson
2010-05-20Only create a single libmupdf library.Tor Andersson
2010-05-20Split configuration options from Makefile into Makerules.Tor Andersson
2010-05-20Add a pregenTor Andersson
2010-05-19Clip the bounding box returned from the global edge list against the scissor,...Tor Andersson