summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF
AgeCommit message (Expand)Author
2023-01-25LibPDF: Add new Type1FontProgram base classRodrigo Tobar
2023-01-25LibPDF: Avoid reading fields from moved-from Data objectRodrigo Tobar
2023-01-25LibPDF: Record base font name read from documentRodrigo Tobar
2023-01-21LibPDF: Use `Core::Stream` to parse the page offset hint tableTim Schumacher
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09LibPDF: Propagate errors in PDFFont::create()Julian Offenhäuser
2023-01-09LibPDF: Make glyphs from standard 14 fonts show up in Type1FontJulian Offenhäuser
2023-01-09LibPDF: Allow numbers to start with whitespaceJulian Offenhäuser
2023-01-06LibPDF: Load destinations from Catalogue -> Names -> Dests name treeRodrigo Tobar
2023-01-06LibPDF: Implement name tree lookupsRodrigo Tobar
2023-01-06LibPDF: Add more utility methods to {Dict,Array}ObjectRodrigo Tobar
2023-01-06LibPDF: Move casting code to its own cast_to functionRodrigo Tobar
2023-01-06LibPDF: Support null destination parametersRodrigo Tobar
2023-01-06LibPDF: Fix Destination formattingRodrigo Tobar
2023-01-05LibGfx+LibPDF: Apply subpixel offset in affine transformationMacDue
2023-01-05LibPDF: Use subpixel accurate text renderingMacDue
2023-01-04LibPDF: Fix calculation of encryption keySimon Danner
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
2022-12-20LibPDF: Reset encryption key on failed user password attemptRodrigo Tobar
2022-12-20LibPDF: Treat Encyption's Length item as optionalRodrigo Tobar
2022-12-17LibPDF: Store page number, not Value, in OutlineItemRodrigo Tobar
2022-12-17LibPDF: Keep track of OutlineItem parentsRodrigo Tobar
2022-12-16LibPDF: Don't abort on unsupported drawing operationsRodrigo Tobar
2022-12-16LibPDF: Switch to best-effort PDF renderingRodrigo Tobar
2022-12-16LibPDF: Add Errors class that accumulate multiple errorsRodrigo Tobar
2022-12-16LibPDF: Add support for multi-line commentsRodrigo Tobar
2022-12-16LibPDF: Follow a FontFile's Length valuesRodrigo Tobar
2022-12-16LibPDF: Simplify outline constructionRodrigo Tobar
2022-12-16LibPDF: Ignore seac PS1 commands for nowRodrigo Tobar
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-10LibPDF: Add initial image display supportRodrigo Tobar
2022-12-10LibPDF: Add first interpolation methodsRodrigo Tobar
2022-12-10LibPDF: Add facility to obtain Vector<float> from ArrayObjectRodrigo Tobar
2022-12-10LibPDF: Add new Error::Type for unsupported rendering featuresRodrigo Tobar
2022-12-10LibPDF: Add more knowledge to ColorSpaces classesRodrigo Tobar
2022-12-10LibPDF: Refactor parsing of ColorSpacesRodrigo Tobar
2022-12-10LibPDF: Return results directly and avoid unpacking+packingRodrigo Tobar
2022-12-08LibPDF: Add missing character quirk for WinAnsiEncoding fontsAndreas Kling
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-30LibPDF: Add initial implementation of XObject renderingRodrigo Tobar
2022-11-30LibPDF: Allow operators to receive optional resourcesRodrigo Tobar
2022-11-30LibPDF: Render cubic bezier curvesRodrigo Tobar
2022-11-30LibPDF: Communicate resources to ColorSpace, not PageRodrigo Tobar
2022-11-30LibPDF: Add further common namesRodrigo Tobar