summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-01Rename About.pdf and add high-res icon.Tor Andersson
2011-11-01Use a smaller font for the table of contents.Tor Andersson
2011-11-01Remove flexible spaces that are not needed, and cause issues with iOS < 5.Tor Andersson
2011-11-01Fix scrolling/page flipping glitches by using real animations.Tor Andersson
2011-11-01Add howto sample document, page indicator and page scrubber.Tor Andersson
2011-11-01Add Icon to iOS viewer.Tor Andersson
2011-11-01Avoid pointer arithmetic in fz_seek.Tor Andersson
2011-11-01Add UIFileSharingEnabled key to Info.plistTor Andersson
2011-11-01Show "loading" message while rendering in background.Tor Andersson
2011-11-01Reuse page views by resizing them when rotating. Fixes many bugs.Tor Andersson
2011-11-01Render pages in a background thread.Tor Andersson
2011-11-01Add Table of Contents / Outline view.Tor Andersson
2011-11-01Update project to Xcode 4.Tor Andersson
2011-11-01Add toolbar and fix autorotate animation.Tor Andersson
2011-11-01Refactor MuDocumentController.Tor Andersson
2011-11-01Improve scrolling behaviour.Tor Andersson
2011-11-01Tweak build scripts for iOS viewer.Tor Andersson
2011-11-01Paged scroll view with automatic loading and unloading of pages.Tor Andersson
2011-11-01Add skeleton iOS viewer project.Tor Andersson
2011-10-25Treat garbage in PDFDocEncoding low code points as spaces.Tor Andersson
2011-10-12Make sure PDF title is always an allocated string.Sebastian Rasmussen
2011-10-12Add pdfdraw option to print the table of contents / outline.Tor Andersson
2011-10-12Make entering search terms not interfere with page number drawing.Sebastian Rasmussen
2011-10-12Default to opening URIs with xdg-open instead of open in X11 viewer.Sebastian Rasmussen
2011-10-12Ask for screen resolution in X11 viewer.Sebastian Rasmussen
2011-10-12Improve trace formatting of text objects.Tor Andersson
2011-10-04Establish 'break scope' within fz_try macroRobin Watts
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Plug some memory leaks in pdfapp.Sebastian Rasmussen
2011-09-20Keep dicts that have more than 100 entries sorted.Sebastian Rasmussen
2011-09-20Return expected location when finding keys in dicts.Sebastian Rasmussen
2011-09-20Move array/dict growing into separate functions.Sebastian Rasmussen
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-19In X11 viewer, repaint entire page if no match found.Sebastian Rasmussen
2011-09-17Show page number in X11 viewer upon 'P' keypress.Sebastian Rasmussen
2011-09-17Implement backwards search in viewer.Sebastian Rasmussen
2011-09-17Use rate limited fitz warnings for openjpeg warnings/errors.Sebastian Rasmussen
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-14Add Memento build option.Robin Watts
2011-09-06Don't invoke tiling device calls when there is only one tile to be drawn.Tor Andersson
2011-09-06Support empty and little-endian UTF-16 strings.Tor Andersson
2011-09-05Version 0.9Tor Andersson
2011-09-05Use 3-digit octal escapes in strings.Tor Andersson
2011-09-04Fix bug where PDF version of document was not correctly parsed.Sebastian Rasmussen