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