summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-layer.c
AgeCommit message (Collapse)Author
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-16Handle error when reading OCGs.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-02-06Drop selected ui when dropping OCG for pdf documents.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-14Bug 697400: Mark visited objects when counting OCG layer entries.Sebastian Rasmussen
2016-11-14Continued 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-11Add 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.