summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-11Fix pdf_count_pages_before_kid to cope with /Page with /Count in.Robin Watts
2013-07-11Remove depth counter from page/resources lookups.Robin Watts
2013-07-11Hoist count skipping up to before we recurse.Tor Andersson
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-07-04A minor path fix in winrt solution.Michael Vrhel
2013-07-04Update of winrt solution files for the reorganization that was recently under...Michael Vrhel
2013-07-04Fix up of a few issues in the project settings for winrtMichael Vrhel
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-07-03Avoid fz_throw/message on every annotation without appearance.Robin Watts
2013-07-03Update fz_error/fz_warn to output to Debugger window on Win32 too.Robin Watts
2013-07-03Update Memento to output to debug window on windows.Robin Watts
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin Watts
2013-07-03Avoid spurious, broken-annotation warning when appearance stream missingPaul Gardiner
2013-07-02Fix "mutool clean -ggg" operation.Robin Watts
2013-07-01Bug 694382: Fix use-after-free due to type3 fonts.Robin Watts
2013-07-01Fix android app crashing after savePaul Gardiner
2013-06-28Add array_insert_drop and array_delete functions.Tor Andersson
2013-06-28Fix merge mistake.Tor Andersson
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-28Optimise xref-section extension and improve linked list creationPaul Gardiner
2013-06-28Modify FZ_NORETURN to work on MSVC too.Robin Watts
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-26Ensure monotonicity of xref-section sizePaul Gardiner
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-25Rework storing internal flags in PDF objects.Robin Watts
2013-06-25Ensure that xref_sections always grow over time.Robin Watts
2013-06-25Fix potential memory leakPaul Gardiner
2013-06-25Update ios project for reshuffle.Tor Andersson
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-24Shrink pdf_obj type by using a flags word, and moving refs to a short.Robin Watts
2013-06-24Update annotation handling in preparation for incremental updatePaul Gardiner
2013-06-24Update gitignore to account for the shufflePaul Gardiner
2013-06-24Free fz_context at end of win32 appPaul Gardiner
2013-06-24fix recent regressionszeniko
2013-06-24Fix "make all-nojs" target.Tor Andersson
2013-06-21Initial PDF editing/page creation commitRobin Watts
2013-06-21Fix Android builds.Robin Watts
2013-06-20Fix default make target.Tor Andersson
2013-06-20Rename fz_image_to_pixmap to fz_new_pixmap_from_image.Tor Andersson
2013-06-20Update source, makefiles and win32 projects.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson
2013-06-20Comment fixes (rename fz_ to pdf_ was missed)Robin Watts
2013-06-19Fix up of issues in Windows 8 app prior to submission to Windows storeMichael Vrhel
2013-06-19Android build fixes.Robin Watts
2013-06-19Exception handling fixes.Robin Watts
2013-06-19Use subdirs in build directory for thirdparty libraries.Tor Andersson
2013-06-19Fix exception handling changes in X11 app.Tor Andersson
2013-06-19Move pixmap md5 summing into pixmap.cTor Andersson