summaryrefslogtreecommitdiff
path: root/source/fitz/store.c
AgeCommit message (Expand)Author
2016-03-16Avoid unused var warnings in Memento ref counting code.Robin Watts
2016-03-15Make all ref changes on storable items Memento trackable.Robin Watts
2016-01-13Add lots of consts.Robin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-02-17Add helper functions to keep/drop reference counts with locking.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-06-30Fix coding style issues and remove C99 mid-block declaration.Matt Holgate
2014-06-19Fix compiler warning.Matt Holgate
2014-06-18Fix for bug #694405 - iOS Pdf CrashMatt Holgate
2013-06-20Rearrange source files.Tor Andersson