summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/CommonNames.h
AgeCommit message (Expand)Author
2023-01-25LibPDF: Load Type1C fonts when foundRodrigo Tobar
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-06LibPDF: Implement name tree lookupsRodrigo Tobar
2022-12-20LibPDF: Treat Encyption's Length item as optionalRodrigo Tobar
2022-12-10LibPDF: Add initial image display supportRodrigo Tobar
2022-11-30LibPDF: Add further common namesRodrigo Tobar
2022-11-19LibPDF: Implement png predictor decoding for flate filterJulian Offenhäuser
2022-10-16LibPDF: Add very basic support for Adobe Type 1 font renderingJulian Offenhäuser
2022-09-17LibPDF: Initial work on parsing xref streamsJulian Offenhäuser
2022-03-31LibPDF: Add Type0 and TrueType fontsMatthew Olsson
2022-03-31LibPDF: Use Font /Widths array to derive character widthsMatthew Olsson
2022-03-31LibPDF: Add basic ICCBased color space handlingMatthew Olsson
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-29LibPDF: Change CommonNames' enumerator macro parameter nameMatthew Olsson
2022-03-29LibPDF: Add initial support for Type1 fontsMatthew Olsson
2022-03-29LibPDF: Add support for builtin and custom EncodingsMatthew Olsson
2022-03-07LibPDF: Support all Dest typesMatthew Olsson
2021-06-12LibPDF: Handle the gs graphical operatorMatthew Olsson
2021-06-12LibPDF: Split ColorSpace into a different class for each color spaceMatthew Olsson
2021-06-12LibPDF: Parse linearized PDF filesMatthew Olsson
2021-05-25LibPDF: Pre-initialize common FlyStrings in CommonNames.hMatthew Olsson