Age | Commit message (Expand) | Author |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in font code. | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441 | Lei Zhang |
2018-05-25 | Remove CPDF_FormField::{Insert,Clear}Option | Tom Sepez |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-24 | CPDF_HintTables should not try to read 0 bits. | Lei Zhang |
2018-05-24 | Do some variable cleanup in CJBig2_Context | Nicolas Pena |
2018-05-24 | Mark some pointers as non-const in CPDF_NameTree. | Lei Zhang |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-23 | Remove GetBits32(). | Lei Zhang |
2018-05-23 | Avoid repeated calculations in CFX_BitStream::GetBits(). | Lei Zhang |
2018-05-23 | Add unit test for CFX_BitStream. | Lei Zhang |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Simplify CPDF_ShadingPattern::Validate(). | Lei Zhang |
2018-05-22 | Fix a regression with missing text. | Lei Zhang |
2018-05-22 | Remove JBIG2_memcpy() and JBIG2_memset(). | Lei Zhang |
2018-05-22 | Remove return value from CJBig2_Image::SetPixel(). | Lei Zhang |
2018-05-22 | Fix method style in JBig2_Image. | Lei Zhang |
2018-05-22 | Declare some variables closer to when used in CFX_FontMapper. | Lei Zhang |
2018-05-21 | Avoid indexing into std::vector inside a tight loop.chromium/3437 | Lei Zhang |
2018-05-17 | Annotate CFX_ImageTransformer with LIKELY(). | Lei Zhang |
2018-05-17 | Expose CJBig2_Image::ComposeTo() as a public method. | Lei Zhang |
2018-05-17 | Avoid fmodf() in CFX_BilinearMatrix. | Lei Zhang |
2018-05-17 | Consolidate identical code in CJBig2_TRDProc. | Lei Zhang |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp | Nicolas Pena |
2018-05-16 | Add support for PartionRealloc to return nullptr | Ryan Harrison |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
2018-05-16 | Do more optimizations to make FindBit() faster.chromium/3433 | Lei Zhang |
2018-05-16 | Use pdfium::span<> in cpdf_crypto_handler.h | Tom Sepez |
2018-05-16 | Avoid a memset() in FindBit() in the fax codec. | Lei Zhang |
2018-05-16 | Use pdfium::span<> in cpdf_creator. | Tom Sepez |
2018-05-16 | core: allow building against system icu-uc | Miklos Vajna |
2018-05-16 | Cleanup CPDF_ContentParser | Dan Sinclair |
2018-05-16 | Use pdfium::span<> in CPDF_Encryptor | Tom Sepez |
2018-05-16 | Remove CFX_BidiLine | Dan Sinclair |
2018-05-16 | Verify bidi pos is within range before accessing | Dan Sinclair |
2018-05-15 | Cap size of exponent when converting floats | Dan Sinclair |
2018-05-15 | Break CPDF_CotnentParser::Continue into pieces | Dan Sinclair |
2018-05-15 | Lower the limit of image dimensions for fax codecs.chromium/3432 | Lei Zhang |
2018-05-15 | Read data in bigger chunks in fax codec code. | Lei Zhang |
2018-05-15 | Return earlier in CPDF_TextPage::ProcessInsertObject() when possible. | Lei Zhang |
2018-05-15 | Simplify various functions in CPDF_TextPage. | Lei Zhang |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-14 | Use internal wcstof instead of system wcstod in formcalc lexer | Dan Sinclair |
2018-05-14 | Merge some values of JBig2_Result | Nicolas Pena |
2018-05-11 | Reland "Filter out "Type" and "DecodeParms" from trailer keys." | Henrique Nakashima |
2018-05-11 | Revert "Filter out "Type" and "DecodeParms" from trailer keys." | Henrique Nakashima |