summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-25Remove CPDF_FormField::{Insert,Clear}OptionTom Sepez
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-24CPDF_HintTables should not try to read 0 bits.Lei Zhang
2018-05-24Do some variable cleanup in CJBig2_ContextNicolas Pena
2018-05-24Mark some pointers as non-const in CPDF_NameTree.Lei Zhang
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-23Remove GetBits32().Lei Zhang
2018-05-23Avoid repeated calculations in CFX_BitStream::GetBits().Lei Zhang
2018-05-23Add unit test for CFX_BitStream.Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-22Simplify CPDF_ShadingPattern::Validate().Lei Zhang
2018-05-22Fix a regression with missing text.Lei Zhang
2018-05-22Remove JBIG2_memcpy() and JBIG2_memset().Lei Zhang
2018-05-22Remove return value from CJBig2_Image::SetPixel().Lei Zhang
2018-05-22Fix method style in JBig2_Image.Lei Zhang
2018-05-22Declare some variables closer to when used in CFX_FontMapper.Lei Zhang
2018-05-21Avoid indexing into std::vector inside a tight loop.chromium/3437Lei Zhang
2018-05-17Annotate CFX_ImageTransformer with LIKELY().Lei Zhang
2018-05-17Expose CJBig2_Image::ComposeTo() as a public method.Lei Zhang
2018-05-17Avoid fmodf() in CFX_BilinearMatrix.Lei Zhang
2018-05-17Consolidate identical code in CJBig2_TRDProc.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Move JBig2 HuffmanTables into JBig2_HuffmanTable.cppNicolas Pena
2018-05-16Add support for PartionRealloc to return nullptrRyan Harrison
2018-05-16Remove some more unused #definesTom Sepez
2018-05-16Do more optimizations to make FindBit() faster.chromium/3433Lei Zhang
2018-05-16Use pdfium::span<> in cpdf_crypto_handler.hTom Sepez
2018-05-16Avoid a memset() in FindBit() in the fax codec.Lei Zhang
2018-05-16Use pdfium::span<> in cpdf_creator.Tom Sepez
2018-05-16core: allow building against system icu-ucMiklos Vajna
2018-05-16Cleanup CPDF_ContentParserDan Sinclair
2018-05-16Use pdfium::span<> in CPDF_EncryptorTom Sepez
2018-05-16Remove CFX_BidiLineDan Sinclair
2018-05-16Verify bidi pos is within range before accessingDan Sinclair
2018-05-15Cap size of exponent when converting floatsDan Sinclair
2018-05-15Break CPDF_CotnentParser::Continue into piecesDan Sinclair
2018-05-15Lower the limit of image dimensions for fax codecs.chromium/3432Lei Zhang
2018-05-15Read data in bigger chunks in fax codec code.Lei Zhang
2018-05-15Return earlier in CPDF_TextPage::ProcessInsertObject() when possible.Lei Zhang
2018-05-15Simplify various functions in CPDF_TextPage.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-05-14Merge some values of JBig2_ResultNicolas Pena