Historial de Commits

Autor SHA1 Mensaje Fecha
  Julian Offenhäuser 16ed407c01 LibPDF: Support cascading stream filters hace 2 años
  Julian Offenhäuser becd648a78 LibPDF: Parse hexadecimal values in name objects correctly hace 2 años
  Julian Offenhäuser 2f71e0f09a LibPDF: Allow text operator sequences to start with whitespace hace 3 años
  Julian Offenhäuser 633e1632d0 LibPDF: Allow whitespace other than EOL after an object marker hace 3 años
  Julian Offenhäuser 65e83bed53 LibPDF: Disallow parsing indirect values as operands hace 3 años
  Julian Offenhäuser 4887aacec7 LibPDF: Move document-specific parsing functionality into its own class hace 3 años
  Julian Offenhäuser 9f4659cc63 LibPDF: Move consume and match helper functions to the Reader class hace 3 años
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Matthew Olsson 468ceb1b48 LibPDF: Rename Command to Operator hace 3 años
  Matthew Olsson 4e81663b31 LibPDF: Attempt to unecrypt strings and streams hace 3 años
  Matthew Olsson 60c3e786be LibPDF: Require Document* in Parser constructor hace 3 años
  Matthew Olsson a8de9cf541 LibPDF: Keep track of the current object index/generation while Parsing hace 3 años
  Matthew Olsson c98bda8ce6 LibPDF: Get rid of PlainText/Encoded StreamObject hace 3 años
  Matthew Olsson 6133acb8c0 LibPDF: Allow newlines between xref table and "trailer" keyword hace 3 años
  Matthew Olsson 544e44eec1 LibPDF: Fix bad hex string parsing logic hace 3 años
  Matthew Olsson 3cfecc3d3b LibPDF: Remove useless hex string substring call hace 3 años
  Matthew Olsson 73cf8205b4 LibPDF: Propagate errors in Parser and Document hace 3 años
  Matthew Olsson c1aa8c4a44 LibPDF: Remove unused function in Parser hace 3 años
  Sam Atkins fa3c61cf5a LibPDF: Make Filter::decode() return ErrorOr hace 3 años
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr hace 3 años
  Simon Woertz c857b5d22f LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr` hace 3 años
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> hace 3 años
  Simon Woertz b87ab989a3 LibPDF: Check if there is data left before consuming hace 3 años
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value hace 3 años
  Andreas Kling a15ed8743d AK: Make ByteBuffer::try_* functions return ErrorOr<void> hace 3 años
  Brendan Coles 6ccfa3e75e LibPDF: Parser::parse_header() return false if remaining bytes is zero hace 3 años
  Ben Wiederhake f84a7e2e22 LibPDF: Replace Value class by AK::Variant hace 3 años
  Ben Wiederhake d344253b08 LibPDF: Extract reference bitpacking into dedicated class hace 3 años
  Ben Wiederhake da170997d5 LibPDF: Move inline function definition hace 3 años