Historique des commits

Auteur SHA1 Message Date
  Nico Weber 3d07684891 LibPDF: Extract Parser::parse_inline_image() il y a 1 an
  Nico Weber 3285502ec6 LibPDF: Extract a Parser::unfilter_stream() method il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Nico Weber 0912896ae0 LibPDF: Extract Parser::parse_dict_contents_until() il y a 1 an
  Nico Weber c0f3f1674c LibPDF: Make string literal parsing fallible il y a 1 an
  Nico Weber 801cfd5ae3 LibPDF: Let parser process filters by default il y a 1 an
  Nico Weber 323d76fbb9 LibPDF: Make encrypted object streams work il y a 2 ans
  Nico Weber 39b2eed3f6 LibPDF: Do not crash on encrypted files that start unluckily il y a 2 ans
  Nico Weber 63670f27de LibPDF: Rename m_disable_encryption to m_enable_encryption il y a 2 ans
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh d26aabff04 Everywhere: Run clang-format il y a 2 ans
  Julian Offenhäuser 65e83bed53 LibPDF: Disallow parsing indirect values as operands il y a 2 ans
  Julian Offenhäuser 563d91b6c4 LibPDF: Implement loading compressed objects from object streams il y a 2 ans
  Julian Offenhäuser 4887aacec7 LibPDF: Move document-specific parsing functionality into its own class il y a 2 ans
  Julian Offenhäuser 9f4659cc63 LibPDF: Move consume and match helper functions to the Reader class il y a 2 ans
  Matthew Olsson 468ceb1b48 LibPDF: Rename Command to Operator il y a 3 ans
  Matthew Olsson 4e81663b31 LibPDF: Attempt to unecrypt strings and streams il y a 3 ans
  Matthew Olsson 60c3e786be LibPDF: Require Document* in Parser constructor il y a 3 ans
  Matthew Olsson a8de9cf541 LibPDF: Keep track of the current object index/generation while Parsing il y a 3 ans
  Matthew Olsson 73cf8205b4 LibPDF: Propagate errors in Parser and Document il y a 3 ans
  Matthew Olsson c1aa8c4a44 LibPDF: Remove unused function in Parser il y a 3 ans
  Simon Woertz c857b5d22f LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr` il y a 3 ans
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value il y a 3 ans
  Ben Wiederhake da170997d5 LibPDF: Move inline function definition il y a 3 ans
  Wesley Moret 1b8f73b6b3 LibPDF: Fix treating not finding the linearized dict as a fatal error il y a 4 ans
  Matthew Olsson 612b183703 LibPDF: Convert to east-const to comply with the recent style changes il y a 4 ans
  Matthew Olsson ea3abb14fe LibPDF: Parse hint tables il y a 4 ans
  Matthew Olsson e23bfd7252 LibPDF: Parse linearized PDF files il y a 4 ans
  Matthew Olsson 78bc9d1539 LibPDF: Refine the distinction between the Document and Parser il y a 4 ans