summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-01Always print the file name upon errors in mudraw.Sebastian Rasmussen
2012-04-30Fix problem with SEGV in page tree loading.Robin Watts
2012-04-30Proper fix for previous locking issues.Robin Watts
2012-04-30Remove 2 unused variables.Robin Watts
2012-04-30Simple mupdfposter appRobin Watts
2012-04-30Fix locking issues discovered by Sebras.Robin Watts
2012-04-28Free document/app when document cannot be shown in X11 viewer.Sebastian Rasmussen
2012-04-28Fix typo in pdf writing code.Sebastian Rasmussen
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-28Avoid diving by zero in mudraw.Sebastian Rasmussen
2012-04-27Register iOS app as handler for PDF, XPS and CBZ files.Tor Andersson
2012-04-24Maintain search results across a device rotationPaul Gardiner
2012-04-24Provoke search with the Return key in addition to the Done keyPaul Gardiner
2012-04-24Fix crash in android app due to flood of page seeks.Robin Watts
2012-04-24Add local.properties back in as local.properties.sampleRobin Watts
2012-04-23Remove stray files that should not be here.Tor Andersson
2012-04-23Use jmemnobs.c instead of jmemansi.c in libjpeg.Tor Andersson
2012-04-23Minimize android ThirdParty.mk targets.Tor Andersson
2012-04-23Remove local.properties.Tor Andersson
2012-04-23Add mingw32 cross compilation targets to make file.Tor Andersson
2012-04-23Fix whitespace and indentation.Tor Andersson
2012-04-23Update build files for new thirdparty package with freetype 2.4.9.Tor Andersson
2012-04-23Android tweak; more null checks.Robin Watts
2012-04-22Avoid leaking the page stack in pdf_load_page_tree_node.Robin Watts
2012-04-21Correct mistake in fz_meta.Robin Watts
2012-04-21Big 692996: Eliminate recursion to avoid exception stack overflows.Robin Watts
2012-04-21Add XLIBS to complement XCFLAGSRobin Watts
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-20Bug 692995: Fix hang when rendering image.Robin Watts
2012-04-20Add -ttt into usage string for mudraw.Robin Watts
2012-04-20Update pdf_version to 1.0Robin Watts
2012-04-20Update usage string, and About box.Robin Watts
2012-04-19Change fz_document_open to assume PDF format by default.Robin Watts
2012-04-19Bug 692924: Allow mupdfinfo to accept files that don't end in .pdfRobin Watts
2012-04-19Remove 256x256 variant from windows icon to support VS2005.Tor Andersson
2012-04-19Bug 692847: Tiling problem fix.Robin Watts
2012-04-19Retry loading a hinted glyph without hinting if freetype returns an error.Tor Andersson
2012-04-19Tweak manpages and add makefile rule to generate plain text versions.Tor Andersson
2012-04-19Bug 692990: Fix 'underjoin' of strokes.Robin Watts
2012-04-18Note that the fz_meta interface is subject to change.Robin Watts
2012-04-18Add LOCAL_TRIG_FNS option.Robin Watts
2012-04-18Add XCFLAGS option to makefile.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-16Reduce the changes that mupdfclean makes to floats.Robin Watts
2012-04-10Add fz_new_draw_device_with_bbox functionRobin Watts
2012-04-09Fix use of uninitialised variable.Robin Watts
2012-04-09Bug 692979: Fix race condition in thread debugging.Robin Watts
2012-04-09Bug 692976: Fix spurious thread lock debug warnings on context clonesRobin Watts
2012-04-09Bug 692977: Stop harmless thread debugging messages during cmapdumpRobin Watts
2012-04-06mucbz: use fz_malloc, not malloc.Robin Watts