index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibPDF
Age
Commit message (
Expand
)
Author
2023-01-25
LibPDF: Add new Type1FontProgram base class
Rodrigo Tobar
2023-01-25
LibPDF: Avoid reading fields from moved-from Data object
Rodrigo Tobar
2023-01-25
LibPDF: Record base font name read from document
Rodrigo Tobar
2023-01-21
LibPDF: Use `Core::Stream` to parse the page offset hint table
Tim Schumacher
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibPDF: Propagate errors in PDFFont::create()
Julian Offenhäuser
2023-01-09
LibPDF: Make glyphs from standard 14 fonts show up in Type1Font
Julian Offenhäuser
2023-01-09
LibPDF: Allow numbers to start with whitespace
Julian Offenhäuser
2023-01-06
LibPDF: Load destinations from Catalogue -> Names -> Dests name tree
Rodrigo Tobar
2023-01-06
LibPDF: Implement name tree lookups
Rodrigo Tobar
2023-01-06
LibPDF: Add more utility methods to {Dict,Array}Object
Rodrigo Tobar
2023-01-06
LibPDF: Move casting code to its own cast_to function
Rodrigo Tobar
2023-01-06
LibPDF: Support null destination parameters
Rodrigo Tobar
2023-01-06
LibPDF: Fix Destination formatting
Rodrigo Tobar
2023-01-05
LibGfx+LibPDF: Apply subpixel offset in affine transformation
MacDue
2023-01-05
LibPDF: Use subpixel accurate text rendering
MacDue
2023-01-04
LibPDF: Fix calculation of encryption key
Simon Danner
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-21
LibGfx: Rename TTF/TrueType to OpenType
Andreas Kling
2022-12-20
LibPDF: Reset encryption key on failed user password attempt
Rodrigo Tobar
2022-12-20
LibPDF: Treat Encyption's Length item as optional
Rodrigo Tobar
2022-12-17
LibPDF: Store page number, not Value, in OutlineItem
Rodrigo Tobar
2022-12-17
LibPDF: Keep track of OutlineItem parents
Rodrigo Tobar
2022-12-16
LibPDF: Don't abort on unsupported drawing operations
Rodrigo Tobar
2022-12-16
LibPDF: Switch to best-effort PDF rendering
Rodrigo Tobar
2022-12-16
LibPDF: Add Errors class that accumulate multiple errors
Rodrigo Tobar
2022-12-16
LibPDF: Add support for multi-line comments
Rodrigo Tobar
2022-12-16
LibPDF: Follow a FontFile's Length values
Rodrigo Tobar
2022-12-16
LibPDF: Simplify outline construction
Rodrigo Tobar
2022-12-16
LibPDF: Ignore seac PS1 commands for now
Rodrigo Tobar
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-10
LibPDF: Add initial image display support
Rodrigo Tobar
2022-12-10
LibPDF: Add first interpolation methods
Rodrigo Tobar
2022-12-10
LibPDF: Add facility to obtain Vector<float> from ArrayObject
Rodrigo Tobar
2022-12-10
LibPDF: Add new Error::Type for unsupported rendering features
Rodrigo Tobar
2022-12-10
LibPDF: Add more knowledge to ColorSpaces classes
Rodrigo Tobar
2022-12-10
LibPDF: Refactor parsing of ColorSpaces
Rodrigo Tobar
2022-12-10
LibPDF: Return results directly and avoid unpacking+packing
Rodrigo Tobar
2022-12-08
LibPDF: Add missing character quirk for WinAnsiEncoding fonts
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-30
LibPDF: Add initial implementation of XObject rendering
Rodrigo Tobar
2022-11-30
LibPDF: Allow operators to receive optional resources
Rodrigo Tobar
2022-11-30
LibPDF: Render cubic bezier curves
Rodrigo Tobar
2022-11-30
LibPDF: Communicate resources to ColorSpace, not Page
Rodrigo Tobar
2022-11-30
LibPDF: Add further common names
Rodrigo Tobar
[prev]
[next]