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-03-22
LibPDF: Pass the right point width to the font loader in TrueTypeFont
Julian Offenhäuser
2023-03-22
LibPDF: Fix navigate_to_before_eof_marker() for PDFs not ending in EOL
Julian Offenhäuser
2023-03-22
LibPDF: Don't consume anything other than EOL in Reader::consume_eol()
Julian Offenhäuser
2023-03-22
LibPDF: Be more cautious of errors when looking for linearization dict
Julian Offenhäuser
2023-03-22
LibPDF: Don't treat a broken document header as a fatal error
Julian Offenhäuser
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-02
LibPDF: Detect CFF encodings with supplements
Rodrigo Tobar
2023-03-02
LibPDF: Increase argument stack for Type1FontPrograms
Rodrigo Tobar
2023-03-02
LibPDF: Improve Type2 hint counting
Rodrigo Tobar
2023-03-02
LibPDF: Don't crash when a font hasn't been loaded yet
Rodrigo Tobar
2023-03-02
LibPDF: Prevent crashes when loading XObject streams
Rodrigo Tobar
2023-03-02
LibPDF: Improve error support for Filter class
Rodrigo Tobar
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-24
LibPDF: Refactor *Font classes
Rodrigo Tobar
2023-02-24
LibPDF: Add new error construction functions
Rodrigo Tobar
2023-02-24
LibPDF: Allow show_text to return errors
Rodrigo Tobar
2023-02-21
LibPDF: Make Object::cast<T>() non-const
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
LibPDF: Add more built-in SIDs
Rodrigo Tobar
2023-02-12
LibPDF: Check for end of stream in Reader::matches_regular_character()
Julian Offenhäuser
2023-02-12
LibPDF: Return an error if we fail to load a replacement font
Julian Offenhäuser
2023-02-12
LibPDF: Allow filter DecodeParms array entries to be null
Julian Offenhäuser
2023-02-12
LibPDF: Allow reading documents with incremental updates
Julian Offenhäuser
2023-02-10
LibPDF: Fix glyph sizing bug that caused incorrect spacing
Julian Offenhäuser
2023-02-10
LibPDF: Use more appropriate standard 14 replacement fonts
Julian Offenhäuser
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
LibPDF: Construct accented characters with Type1 seac command
Rodrigo Tobar
2023-02-08
LibPDF: Add infrastructure for accented character glyphs
Rodrigo Tobar
2023-02-08
LibPDF: Turn Glyph into a class
Rodrigo Tobar
2023-02-08
LibPDF: Index Type1 glyphs by name, not char code
Rodrigo Tobar
2023-02-08
LibPDF: Add placeholders for *flex Type2 commands
Rodrigo Tobar
2023-02-08
LibPDF: Add char_code -> name mapping function
Rodrigo Tobar
2023-02-08
LibPDF: Account for other endings of PS1 Encoding array
Rodrigo Tobar
2023-02-08
LibPDF: Improve stream parsing
Rodrigo Tobar
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianInputBitStream`
Tim Schumacher
2023-02-04
LibPDF: Fix clipping of painting operations
Rodrigo Tobar
2023-02-02
LibPDF: Simplify Encoding to align with simple font requirements
Rodrigo Tobar
2023-02-02
LibPDF: Stop calculating code points for glyphs
Rodrigo Tobar
2023-02-02
LibPDF: Fix ZapfDingbat's char codes
Rodrigo Tobar
2023-02-02
LibPDF: Stop storing unicode code points in Encoding
Rodrigo Tobar
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-27
LibPDF: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
[next]