summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-01Add some more docs to fitz.hRobin Watts
2012-03-01Fix incorrect handling of race condition.Robin Watts
2012-03-01Setjmp/longjmp exception tweaks.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-29Fix trailing whitespace and mixed tabs/spaces in indentation.Tor Andersson
2012-02-29Fix typo that causes an undefined pointer to be freed.Robin Watts
2012-02-29On MacOS/iOS use _setjmp/_longjmp rather than setjmp/longjmp.Robin Watts
2012-02-29Move base_object from fitz to pdf in the VS solution too.Robin Watts
2012-02-29Fix typo in hash table code.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-26Document some more functions.Sebastian Rasmussen
2012-02-26Document the most commonly used interface functions.Sebastian Rasmussen
2012-02-26Add working example of how to render a PDF to a PNG.Sebastian Rasmussen
2012-02-26Add introductory MuPDF documentation.Sebastian Rasmussen
2012-02-25Fix assert/SEGVs seen in cluster due to using a color image as a mask.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-25Add fz_trim_buffer function, and call it.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-22Fix a double free on an error path.Robin Watts
2012-02-22Tweak animations and colors.Tor Andersson
2012-02-21Set default DPI in jpeg images if the file says 0.Tor Andersson
2012-02-21Replace Android application icon with one based on the logo.Tor Andersson
2012-02-21android app: slide buttons on instead of fadingTor Andersson
2012-02-21Add android temporary files to .gitignoreTor Andersson
2012-02-21Android app: react to "Done" button when searchingPaul Gardiner
2012-02-21Add new Android button icons and tweak the layouts.Tor Andersson
2012-02-21Use a fixed duration of 400ms for scroll animation.Tor Andersson
2012-02-21Android app: decode the uri before using as a file namePaul Gardiner
2012-02-21Remove android/local.properties from the git.Tor Andersson
2012-02-21Android app: make taps on side margins move to next and previousPaul Gardiner
2012-02-21Android app: implement Tor's request to clamp vertical position when height w...Paul Gardiner
2012-02-21Go back to using a direct fade animation in favour of the ViewAnimatorPaul Gardiner
2012-02-20Android tweaks; attempt to trigger on .xps and .cbz files too.Robin Watts
2012-02-20Remove "MuPDF" title bar on Android app.Robin Watts
2012-02-20Update android app to use document interfaceRobin Watts
2012-02-20Updated MuPDF Android app from Paul Gardiner.Paul Gardiner
2012-02-16Remove mupdfdraw and muxpsdraw in favour of mudraw.Robin Watts
2012-02-15Check determinant before inverting a matrix to avoid division by zero.Tor Andersson
2012-02-15Stop searching in viewer when clicking page links.Sebastian Rasmussen
2012-02-15Add braces to resolve ambiguity.Robin Watts
2012-02-15Fix typo in comment.Robin Watts
2012-02-15Treat 0000000000 * n xref entries as free ones.Robin Watts
2012-02-14Fix potential NULL deref in ensure_space.Robin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-13Remove STORE lock in favour of smarter use of ALLOC lock.Robin Watts
2012-02-13Remove arch_port.c from visual C solution/Android build.Robin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff, part 2.Tor Andersson
2012-02-11Purge unused and bit rotted fz_accelerate stuff.Tor Andersson