Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | Add Droid Sans Mono as a substitute font. | Tor Andersson | |
2011-04-29 | Makefile: Fix dependencies for 'install' target. | Tor Andersson | |
2011-04-25 | Add libs target, and webos OS settings. | Robin Watts | |
Add libs (to allow for building of libraries without apps, such as will be required for the WebOS bindings). Add 2 webos OS setups to the Makerules file to match the 2 default webos configurations used in the PDK. | |||
2011-04-25 | Add 'generate' make target to make font/cmap headers. | Robin Watts | |
Simple tweak to aid cross compiling. | |||
2011-04-25 | Makefile tweaks for cross compiling, plus example cross compile target. | Robin Watts | |
Add 2 new makefile options to Mupdf. If CROSSCOMPILE is defined, then we avoid performing tasks during the build that require a binary to be built and then executed as part of the build. Currently this is just the cmap and font dumping steps. If NOX11 is defined, then we avoid building the X11 app. Finally, in Makerules, we have a new section to show how to encapsulate the changes for a given cross compile target. If OS is defined to be "beagle-cross" then we build using given compilers/options. | |||
2011-04-15 | Use DroidSans.ttf as substitute font. | Tor Andersson | |
2011-04-12 | Fix serious bug in cmap compacting -- we forgot to set the new length. | Tor Andersson | |
This bug fix shaves another 650K off the compiled in cmaps! Also fix the detection for when the cmap table is full, and ignore surrogate pair mappings (since we can't do anything useful with them at the moment). | |||
2011-04-07 | Simplify makefiles by use of $(wildcard) and chained rules. | Tor Andersson | |
2011-04-06 | First cut at halftone support. Mono only, 16x16 default halftone. | Robin Watts | |
Add fz_bitmaps (1bpc versions of pixmaps, really). Add fz_halftones (arrays of fz_pixmaps used as threshold arrays). Add simple halftoning code. Add pdfdraw usage of the above (ask for a .pbm and you get a halftoned image). | |||
2011-04-06 | pdf: Change how CMap and font data files are generated and compiled. | Tor Andersson | |
2011-04-06 | pdf: Optimize storage for the Adobe Glyph List. | Tor Andersson | |
2011-04-06 | Move scripts and config files into "scripts" directory. | Tor Andersson | |
2011-04-05 | Makefile tweaks. | Tor Andersson | |
2011-04-05 | make: Fix header dependencies. | Tor Andersson | |
2011-04-05 | Clean up xps and pdf page access functions. | Tor Andersson | |
2011-04-04 | pdf: Purge URW Chancery from the set of built in fonts. | Tor Andersson | |
2011-04-04 | pdf: Rename mupdf directory. | Tor Andersson | |
2011-04-04 | draw: Rename files in draw directory. | Tor Andersson | |
2011-04-04 | draw: Purge old (fast but too ugly) image scaling code. | Tor Andersson | |
2011-04-03 | xps: Rearrange files, part three. | Tor Andersson | |
2011-04-03 | xps: Rearrange files, part two. | Tor Andersson | |
2011-04-03 | xps: Rearrange files, part one. | Tor Andersson | |
2011-04-03 | xps: Remove dependency on expat. | Tor Andersson | |
2011-04-01 | apps: Add XPS support to mupdf viewer. | Tor Andersson | |
2011-04-01 | xps: Remove dependency on libpng. | Tor Andersson | |
2011-03-30 | xps: Use fz_calloc for array allocations. | Tor Andersson | |
2011-03-22 | xps: use fitz runtime and remove ghostscript specific code so it compiles. | Tor Andersson | |
2011-03-09 | Move manpages out from debian into apps/man, and install them when running ↵ | Tor Andersson | |
make install. | |||
2011-02-07 | Add support for AESv3 encryption from SumatraPDF. | Tor Andersson | |
2011-02-02 | Use BINDIR, LIBDIR and INCDIR variables for installation directories instead ↵ | Tor Andersson | |
of hard coding the use of /bin etc. | |||
2010-07-29 | Use chained reader like interface for filters instead of process interface. | Tor Andersson | |
2010-07-23 | Allow some makefile variables to be overridden on the command line to ease ↵ | Tor Andersson | |
cross compilation. | |||
2010-07-22 | Delete library archives before running ar to prevent build skew when files ↵ | Tor Andersson | |
have been moved around. | |||
2010-07-21 | Add Robin Watts' smooth image scaling code. | Tor Andersson | |
2010-07-15 | Refactored xref opening functions, command line tools, and rewrote pdfdraw ↵ | Tor Andersson | |
to be more illustrative. | |||
2010-07-15 | Tweak makefiles. | Tor Andersson | |
2010-07-09 | Rearrange and merge some files in the fitz directory. | Tor Andersson | |
2010-07-08 | Remove unmaintained MMX optimized function and runtime detection. | Tor Andersson | |
2010-06-18 | Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC. | Tor Andersson | |
2010-06-15 | Rearrange in Makerules and Makethird to remove cyclical dependencies. | Tor Andersson | |
2010-06-15 | Add THIRD_INCS to CFLAGS after it has been set, not before. | Tor Andersson | |
2010-06-14 | Include Makerules and Makethird in the correct order. | Tor Andersson | |
2010-06-04 | Add missing -lfreetype for non-thirdparty-package builds on MacOS X. | Tor Andersson | |
2010-06-02 | Use make install rule to copy binaries to the debian/tmp hierarchy when ↵ | Tor Andersson | |
generating package. | |||
2010-06-01 | Add support for automatically compiling third party libraries if they are ↵ | Tor Andersson | |
present in a thirdparty directory. | |||
2010-05-27 | Add optimized function written in C that depends on integers being exactly ↵ | Tor Andersson | |
32-bit. | |||
2010-05-25 | Merge fitz_res.h and fitz_draw.h | Tor Andersson | |
2010-05-21 | Recover Encryption dictionary when repairing broken PDF files. | Tor Andersson | |
2010-05-20 | Only create a single libmupdf library. | Tor Andersson | |
2010-05-20 | Split configuration options from Makefile into Makerules. | Tor Andersson | |
This is done in preparation for both a configure script and a separate thirdparty package Makefile which will also source the Makerules file. |