summaryrefslogtreecommitdiff
path: root/pdf/pdf_object.c
AgeCommit message (Expand)Author
2013-02-20Bug 693639: some convenience functions.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-04Bug 693503: Fix stack overflows due to infinite recursion.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-08Bug 693350: Add some dreaded 'const's for string keys.Robin Watts
2012-09-06Add pdf_dict_puts_drop function.Robin Watts
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-23Rename fz_new_name to pdf_new_name.Robin Watts
2012-08-09Fix bug 693245: pdf_new_rect()'s implementation is questionablePaul Gardiner
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-08-02Fix bug in writing of strings: backslash not quotedPaul Gardiner
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-05Avoid calling pdf_array_len (and friends) in a loop.Robin Watts
2012-06-13Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.Robin Watts
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-10Combine all small tools into mubusy and remove the separate executables.Tor Andersson