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
2022-11-25
LibPDF: Introduce rendering preferences and show clipping paths
Rodrigo Tobar
2022-11-25
LibPDF: Improve path clipping support
Rodrigo Tobar
2022-11-25
LibPDF: Try to repair XRef tables with broken indices
Julian Offenhäuser
2022-11-25
LibPDF: Override Type 1 character mappings by encoding in font dict
Julian Offenhäuser
2022-11-25
LibPDF: Add alternative names to is_standard_latin_font() helper
Julian Offenhäuser
2022-11-25
LibPDF: Move all font handling to Type1Font and TrueTypeFont classes
Julian Offenhäuser
2022-11-25
LibPDF: Introduce loading of common font data in PDFFont base class
Julian Offenhäuser
2022-11-25
LibPDF: Pass PDFFont::draw_glyph() a char code instead of a code point
Julian Offenhäuser
2022-11-25
LibPDF: Convert dash pattern array elements to integers if necessary
Julian Offenhäuser
2022-11-19
LibPDF: Parse integer numbers with atoi() instead of strtof()
Julian Offenhäuser
2022-11-19
LibPDF: Implement png predictor decoding for flate filter
Julian Offenhäuser
2022-11-19
LibPDF: Fix off-by-one error in Reader::remaining()
Julian Offenhäuser
2022-11-19
LibPDF: Fix loop condition in parse_xref_stream()
Julian Offenhäuser
2022-11-19
LibPDF: Make some variable names in parse_xref_stream() more clear
Julian Offenhäuser
2022-11-19
LibPDF: Implement the DCT filter
Julian Offenhäuser
2022-11-19
LibPDF: Derive alternate ICC color space from the number of components
Julian Offenhäuser
2022-11-19
LibPDF: Support cascading stream filters
Julian Offenhäuser
2022-11-19
LibPDF: Parse hexadecimal values in name objects correctly
Julian Offenhäuser
2022-11-19
LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering
Julian Offenhäuser
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-16
LibPDF: Add very basic support for Adobe Type 1 font rendering
Julian Offenhäuser
2022-10-16
LibPDF: Add glyph drawing and type info methods to PDFFont
Julian Offenhäuser
2022-10-16
LibPDF: Allow page objects to inherit the MediaBox and Resources entries
Julian Offenhäuser
2022-10-16
LibPDF: Allow text operator sequences to start with whitespace
Julian Offenhäuser
2022-10-16
LibPDF: Parse floating point numbers that omit a leading zero correctly
Julian Offenhäuser
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-09-17
LibPDF: Support parsing page tree nodes that are in object streams
Julian Offenhäuser
2022-09-17
LibPDF: Rename argument for the latin character set enumeration macro
Julian Offenhäuser
2022-09-17
LibPDF: Allow whitespace other than EOL after an object marker
Julian Offenhäuser
2022-09-17
LibPDF: Disallow parsing indirect values as operands
Julian Offenhäuser
2022-09-17
LibPDF: Fix handling of differences array in custom encodings
Julian Offenhäuser
2022-09-17
LibPDF: Don't expect glyph width arrays to contain integers
Julian Offenhäuser
2022-09-17
LibPDF: Fix text positioning with operator TJ
Julian Offenhäuser
2022-09-17
LibPDF: Implement loading compressed objects from object streams
Julian Offenhäuser
2022-09-17
LibPDF: Initial work on parsing xref streams
Julian Offenhäuser
2022-09-17
LibPDF: Move document-specific parsing functionality into its own class
Julian Offenhäuser
2022-09-17
LibPDF: Move consume and match helper functions to the Reader class
Julian Offenhäuser
2022-09-17
LibPDF: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-04
PDFViewer: Support a continuous page view mode
Matthew Olsson
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibPDF: Fix mismatched class/struct declaration
Matthew Olsson
2022-03-31
LibPDF: Rename Command to Operator
Matthew Olsson
[next]