summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/ObjectDerivatives.h
AgeCommit message (Expand)Author
2022-12-10LibPDF: Add facility to obtain Vector<float> from ArrayObjectRodrigo Tobar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-17LibPDF: Support parsing page tree nodes that are in object streamsJulian Offenhäuser
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-29LibPDF: Get rid of PlainText/Encoded StreamObjectMatthew Olsson
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-09-20LibPDF: Break weird dependency cycleBen Wiederhake