summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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-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-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-24fix recent regressionszeniko
2013-06-21Initial PDF editing/page creation commitRobin Watts
2013-06-21Fix Android builds.Robin Watts
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