summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-02-16Remove mupdfdraw and muxpsdraw in favour of mudraw.Robin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-11Build one library file instead of many smaller ones.Tor Andersson
2012-02-02Fix Bug 692821: make mupdf install target install memento.h tooRobin Watts
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-30Add exception to Makefile to only build one of draw_scale and draw_simple_scale.Tor Andersson
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-03Add mubusy buildRobin Watts
2011-11-01Tweak build scripts for iOS viewer.Tor Andersson
2011-11-01Add skeleton iOS viewer project.Tor Andersson
2011-09-02Add Droid Sans Mono as a substitute font.Tor Andersson
2011-04-29Makefile: Fix dependencies for 'install' target.Tor Andersson
2011-04-25Add libs target, and webos OS settings.Robin Watts
2011-04-25Add 'generate' make target to make font/cmap headers.Robin Watts
2011-04-25Makefile tweaks for cross compiling, plus example cross compile target.Robin Watts
2011-04-15Use DroidSans.ttf as substitute font.Tor Andersson
2011-04-12Fix serious bug in cmap compacting -- we forgot to set the new length.Tor Andersson
2011-04-07Simplify makefiles by use of $(wildcard) and chained rules.Tor Andersson
2011-04-06First cut at halftone support. Mono only, 16x16 default halftone.Robin Watts
2011-04-06pdf: Change how CMap and font data files are generated and compiled.Tor Andersson
2011-04-06pdf: Optimize storage for the Adobe Glyph List.Tor Andersson
2011-04-06Move scripts and config files into "scripts" directory.Tor Andersson
2011-04-05Makefile tweaks.Tor Andersson
2011-04-05make: Fix header dependencies.Tor Andersson
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04pdf: Purge URW Chancery from the set of built in fonts.Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson
2011-04-04draw: Rename files in draw directory.Tor Andersson
2011-04-04draw: Purge old (fast but too ugly) image scaling code.Tor Andersson
2011-04-03xps: Rearrange files, part three.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson
2011-04-03xps: Rearrange files, part one.Tor Andersson
2011-04-03xps: Remove dependency on expat.Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-04-01xps: Remove dependency on libpng.Tor Andersson
2011-03-30xps: Use fz_calloc for array allocations.Tor Andersson
2011-03-22xps: use fitz runtime and remove ghostscript specific code so it compiles.Tor Andersson
2011-03-09Move manpages out from debian into apps/man, and install them when running ma...Tor Andersson
2011-02-07Add support for AESv3 encryption from SumatraPDF.Tor Andersson
2011-02-02Use BINDIR, LIBDIR and INCDIR variables for installation directories instead ...Tor Andersson
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-23Allow some makefile variables to be overridden on the command line to ease cr...Tor Andersson
2010-07-22Delete library archives before running ar to prevent build skew when files ha...Tor Andersson
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Tweak makefiles.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-06-18Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.Tor Andersson
2010-06-15Rearrange in Makerules and Makethird to remove cyclical dependencies.Tor Andersson