Nico Weber
|
27aae7e2b1
LibPDF: Parse inline image key-value pairs
|
1 year ago |
Nico Weber
|
0912896ae0
LibPDF: Extract Parser::parse_dict_contents_until()
|
1 year ago |
Kyle Pereira
|
e4b8d68039
LibPDF: Permit comments at the end of a stream
|
1 year ago |
Nico Weber
|
e39a790c82
LibPDF: Stop converting encodings in object parser
|
1 year ago |
Nico Weber
|
14bcb5219d
LibPDF: Tolerate comments before drawing operators
|
1 year ago |
Nico Weber
|
9e8cf4fc1a
LibPDF: Tolerate comment after last dict item
|
1 year ago |
Nico Weber
|
54c98a46d8
LibPDF: Correctly parse the d0 and d1 operators
|
1 year ago |
Tim Ledbetter
|
b4296e1c9b
LibPDF: Don't use unsanitized values in error messages
|
1 year ago |
Nico Weber
|
4549d6cf1b
LibPDF: Add a FIXME comment to the inline image data skipping path
|
1 year ago |
Nico Weber
|
54cdcd0d06
LibPDF: Reject non-hexdigits in hex string with error
|
1 year ago |
Nico Weber
|
4675700057
LibPDF: Reject unterminated literal strings with an error
|
1 year ago |
Nico Weber
|
c0f3f1674c
LibPDF: Make string literal parsing fallible
|
1 year ago |
Nico Weber
|
6153dd7b84
LibPDF: Tolerate comments after dict values
|
1 year ago |
Nico Weber
|
a1f17bd643
LibPDF: Skip inline image data in operator stream
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Nico Weber
|
532230c0e4
LibPDF: Extract a Document::read_filters() method
|
2 years ago |
Nico Weber
|
77e6dbab33
LibPDF: Fix symbol for text_next_line_show_string_set_spacing operator
|
2 years ago |
Nico Weber
|
39b2eed3f6
LibPDF: Do not crash on encrypted files that start unluckily
|
2 years ago |
Nico Weber
|
63670f27de
LibPDF: Rename m_disable_encryption to m_enable_encryption
|
2 years ago |
Nico Weber
|
93357a8b70
LibPDF: Fix a typo in a function name
|
2 years ago |
Ben Wiederhake
|
f866c80222
LibPDF: Avoid unnecessary HashMap copy, mark other copies
|
2 years ago |
Sam Atkins
|
2db168acc1
LibTextCodec+Everywhere: Port Decoders to new Strings
|
2 years ago |
Sam Atkins
|
d6075ef5b5
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
|
2 years ago |
Julian Offenhäuser
|
96064ec5af
LibPDF: Allow filter DecodeParms array entries to be null
|
2 years ago |
Rodrigo Tobar
|
a533ea7ae6
LibPDF: Improve stream parsing
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Julian Offenhäuser
|
a37f3390dc
LibPDF: Allow numbers to start with whitespace
|
2 years ago |
Rodrigo Tobar
|
d9718064d1
LibPDF: Add support for multi-line comments
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |