summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-06-02Remove more ifndef XFA caseschromium/3449chromium/3448Tom Sepez
2018-06-02IWYU: std::begin() and std::end() need <iterator>Raphael Kubo da Costa
2018-06-01Remove unused assignments in test codeRyan Harrison
2018-06-01GCC6: workaround bug with external class template linking.José Dapena Paz
2018-06-01Fix XFA guardsRyan Harrison
2018-05-31Make CPDF_Document own its Extension.Tom Sepez
2018-05-31Clean up some nits in CPDF_Type3GlyphNicolas Pena
2018-05-31Handle image mask continuous loading correctlyWei Li
2018-05-31Remove uselesss code.Artem Strygin
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-31Fix font regression in AdjustMMParamsNicolas Pena
2018-05-30Remove unused CFX_MemoryStream::{Attach,Detach}Buffer() methodsTom Sepez
2018-05-30Remove dead code in various write function.Lei Zhang
2018-05-30Exclude certain colorspace types for calculating transparency backdrop color.Lei Zhang
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-30Implement handling --font-dir on MacRyan Harrison
2018-05-29Pass a CFX_Matrix by reference in font code.chromium/3445Lei Zhang
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-28Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444Nicolas Pena
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
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