Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen | |
2017-06-22 | Add const to pdf_toname. | Tor Andersson | |
2017-06-16 | Handle error when reading OCGs. | Sebastian Rasmussen | |
2017-04-27 | Include required system headers. | Tor Andersson | |
2017-02-06 | Drop selected ui when dropping OCG for pdf documents. | Sebastian Rasmussen | |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson | |
2016-12-14 | Bug 697400: Mark visited objects when counting OCG layer entries. | Sebastian Rasmussen | |
2016-11-14 | Continued Layer API work. | Robin Watts | |
Hide pdf_is_hidden_ocg from the public interface. Ensure that RBGroups and Order properly fall back to the default entries if they are missing in the OCCDs. Add pdf_set_layer_config_as_default. This sets the default layer config to be current one. This destroys the current default dictionary, but we leave the other configs intact. | |||
2016-11-11 | Add pdf_layer configuration API. | Robin Watts | |
Add API to: * allow enumeration of layer configs (OCCDs) within PDF files. * allow selection of layer configs. * allow enumeration of the "UI" (or "Human readable") form of layer configs. * allow selection/toggling of entries in the UI. |