Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | Support alternate content / markup compatibility tags in XPS. | Tor Andersson | |
2012-03-14 | Add ZIP64 support to XPS parser. | Tor Andersson | |
Thanks to SumatraPDF. | |||
2012-03-13 | Rename some functions and accessors to be more consistent. | Tor Andersson | |
Debug printing functions: debug -> print. Accessors: get noun attribute -> noun attribute. Find -> lookup when the returned value is not reference counted. pixmap_with_rect -> pixmap_with_bbox. We are reserving the word "find" to mean lookups that give ownership of objects to the caller. Lookup is used in other places where the ownership is not transferred, or simple values are returned. The rename is done by the sed script in scripts/rename3.sed | |||
2012-03-13 | Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors. | Tor Andersson | |