summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF
AgeCommit message (Expand)Author
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
2022-11-30LibPDF: Implement Run Length DecodingRodrigo Tobar
2022-11-30LibPDF: Ignore whitespace on hex stringsRodrigo Tobar
2022-11-26LibPDF: Fix path coordinates calculationRodrigo Tobar
2022-11-25LibPDF: Introduce rendering preferences and show clipping pathsRodrigo Tobar
2022-11-25LibPDF: Improve path clipping supportRodrigo Tobar
2022-11-25LibPDF: Try to repair XRef tables with broken indicesJulian Offenhäuser
2022-11-25LibPDF: Override Type 1 character mappings by encoding in font dictJulian Offenhäuser
2022-11-25LibPDF: Add alternative names to is_standard_latin_font() helperJulian Offenhäuser
2022-11-25LibPDF: Move all font handling to Type1Font and TrueTypeFont classesJulian Offenhäuser