Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-18 | Add gen_ prefix to generated header files. | Tor Andersson | |
2013-06-18 | Fix makefile header dependencies. | Tor Andersson | |
2013-06-18 | Split pdf.h into subheaders. | Tor Andersson | |
2013-06-18 | Split fitz.h into subheaders. | Tor Andersson | |
2013-06-18 | Merge common and internal headers into one. | Tor Andersson | |
2013-06-18 | Move header files into separate include directory. | Tor Andersson | |
2013-06-12 | Some Makefile cleanups. | Tor Andersson | |
2013-06-08 | Add ctags make target. | Tor Andersson | |
2013-05-30 | Delete libraries before updating them. | Tor Andersson | |
Makes sure that stale object files are cleared out to prevent build skew if a file is renamed or removed. | |||
2013-05-30 | Fix header file dependencies and X11 CFLAGS in Makefile. | Tor Andersson | |
2013-05-30 | Check signatures on clicking the corresponding form field | Paul Gardiner | |
2013-05-30 | Generate C-includable version of Adobe CA certificate | Paul Gardiner | |
2013-05-29 | Add rules to configure and build openssl if it is present in thirdparty. | Tor Andersson | |
Also sets the -DHAVE_OPENSSL flag. | |||
2013-05-29 | Clean up thirdparty / system library makefile variables. | Tor Andersson | |
2013-05-16 | Only link with X11 for X11 viewer. | Tor Andersson | |
2013-05-06 | Add UCDN unicode character library. | Tor Andersson | |
2013-05-03 | Simple Image file format recogniser | Robin Watts | |
Now can open jpeg/png/tiff files within mupdf. | |||
2013-03-20 | Remove unneccessary ./ prefix in generated file makefile recipes. | Tor Andersson | |
2013-02-28 | Bug 693595: Fix typo in Makefile resulting in mutool not being installed. | Robin Watts | |
In the MUBUSY -> MUTOOL rename, one was missed. Thanks to Michael Weber. | |||
2013-01-11 | Use $DESTDIR in Makefile install target. | Tor Andersson | |
2012-10-05 | Rename mubusy to mutool. | Tor Andersson | |
2012-09-21 | Add ifdef option to embed either the small or full CJK fallback font. | Tor Andersson | |
The default is to embed the full font. | |||
2012-08-08 | Merge branch 'master' into forms | Paul Gardiner | |
Conflicts: Makefile apps/mudraw.c pdf/pdf_write.c win32/libmupdf-v8.vcproj | |||
2012-08-06 | Always rebuild static libraries in unix, instead of updating them | Sebastian Rasmussen | |
The u modifier to to the ar replace command tells ar to only insert those object files into a static library that are newer than those already in the library (both having the same name). Moreover ar only stores timestamps down to second accuracy. This may cause situations where the object file already inside the library is considered equal to a newly built object file (which might include a new function) because their timestamps differ only in the sub-second part. One of the apps might have an object file that references this new function. Since the static library retains the old object file there will be a linking error when linking the app. Even re-running make will not fix the issue since the static library will have its modification time updated to a timestamp later than the newly built object file, which means that ar will not be run again. The only option is to make nuke and rebuild from scratch. From now on, the u modifier to the ar replace command is removed. This means that ar will rebuild static libraries without taking timestamps of object files into account, to make sure that the build never ends up in the situation described above. | |||
2012-08-03 | Forms: move javascript utility file | Paul Gardiner | |
2012-07-12 | Separate out the Javascript utility functions and autogenerate C string | Paul Gardiner | |
2012-07-05 | Merge branch 'master' into forms | Robin Watts | |
2012-06-29 | Mujstest Makefile tweaks | Robin Watts | |
No idea how this was ever working before. Correct locations for finding libraries. Use C++ to compile the appropriate v8 interface file. Add v8_base and v8_snapshot to the library lists. Also add pthreads for linux, as it seems to be required. No idea why... | |||
2012-06-29 | Add 'all-nojs' target to the main trunk. | Robin Watts | |
This is an early import of a change from the forms branch to enable me to tweak the clusters mupdf build test line to avoid trying to build the js components for mupdf builds. | |||
2012-06-27 | Makefile tweaks | Robin Watts | |
Add an all-nojs target to make all the non-js dependent targets; I envisage the cluster using this for normal runs so that having a broken v8 library won't stop normal tests working. Add macosx detection for the choice of v8 library to use. | |||
2012-06-25 | Add make target to only build thirdparty | Sebastian Rasmussen | |
This makes it easier to separate building of mupdf itself from libraries, e.g. when running clang's scan-build. | |||
2012-06-20 | Makefile changes to enable mupdf-v8 and mujstest-v8 on linux. | Robin Watts | |
If the v8 lib is present in thirdparty, add the above binaries to the 'all' target. | |||
2012-06-20 | Don't compile javascript v8 implementation on unix for now. | Tor Andersson | |
2012-05-10 | Combine all small tools into mubusy and remove the separate executables. | Tor Andersson | |
2012-04-30 | Simple mupdfposter app | Robin Watts | |
Divides large format pdfs into a new pdf with multiple pages, that tile the original PDF. | |||
2012-04-21 | Add XLIBS to complement XCFLAGS | Robin Watts | |
2012-04-19 | Tweak manpages and add makefile rule to generate plain text versions. | Tor Andersson | |
2012-04-18 | Add XCFLAGS option to makefile. | Robin Watts | |
2012-03-13 | Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors. | Tor Andersson | |
2012-02-16 | Remove mupdfdraw and muxpsdraw in favour of mudraw. | Robin Watts | |
No other code changes. | |||
2012-02-13 | Create mudraw; mupdfdraw cloned and adapted to use fz_document | Robin Watts | |
All in one command line replacement for muxpsdraw and mupdfdraw. | |||
2012-02-11 | Build one library file instead of many smaller ones. | Tor Andersson | |
2012-02-02 | Fix Bug 692821: make mupdf install target install memento.h too | Robin Watts | |
And mucbz.h. | |||
2012-01-30 | Add CBZ (comic book zip-file) parser. | Tor Andersson | |
2012-01-30 | Add exception to Makefile to only build one of draw_scale and draw_simple_scale. | Tor Andersson | |
2012-01-27 | Rename pdfdraw to mupdfdraw etc. | Robin Watts | |
This a) improves our branding, and b) avoids conflicts with other pdf tools out there (pdfinfo etc). | |||
2012-01-03 | Add mubusy build | Robin Watts | |
Add simple combined exe build for mupdf/muxps tools. | |||
2011-11-01 | Tweak build scripts for iOS viewer. | Tor Andersson | |
2011-11-01 | Add skeleton iOS viewer project. | Tor Andersson | |
Support cross compiling for iPhone and iPad targets using the makefile. | |||
2011-09-02 | Add Droid Sans Mono as a substitute font. | Tor Andersson | |