summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-10-09Remove default argument to CPDF_Dictionary::GetBooleanFor().chromium/3576Lei Zhang
2018-10-09Remove some string comparisons in CPDF_Action.Tom Sepez
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Clean up CPDF_FormControl.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-10-09Switch to std::vector in ccodec_flatemodule.cpp.Tom Sepez
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-10-09Remove unused CPDF_Dictionary::IsSignatureDict().Lei Zhang
2018-10-06Simplify CFX_FloatRect::Inflate() and Deflate().Lei Zhang
2018-10-06Move CFX_FloatRect method impls out of the header.Lei Zhang
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-10-05Remove optional matrix parameter from CPDF_PageObject::GetBBox().Lei Zhang
2018-10-05Remove one CSection::m_pVT null checkTom Sepez
2018-10-05Tidy CPVT_WordRangeTom Sepez
2018-10-05Add booleans for form flags in CPDF_FormField.Lei Zhang
2018-10-05Make CPDF_RenderStatus matrix params const-ref.Lei Zhang
2018-10-05Add methods to read specific field flags in CPDF_FormField.Lei Zhang
2018-10-05Remove unreachable null checks in CPDF_ActionFieldsTom Sepez
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Remove some unused code in fxcrt strings.Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-10-04CPDF_VariableText::m_nHorzScale is always 100Tom Sepez
2018-10-04Remove more uncalled methods in core/Tom Sepez
2018-10-04Remove several more unused methods from core/Tom Sepez
2018-10-03Remove unused method CPDF_ActionFields::GetFieldsCount()Tom Sepez
2018-10-03Remove unused method CPDF_Bookmark::GetColorRef.Tom Sepez
2018-10-03Remove unused methods in CPDF_DocJSActions.Tom Sepez
2018-10-03Remove some impossible null checks from fx_crypt_sha.cppTom Sepez
2018-10-03Tidy CFX_UTF8Decoder.Tom Sepez
2018-10-03Remove blocklen argument from CRYPT_AESSetKey()Tom Sepez
2018-10-03Make CCodec_ProgressiveDecoder::ReadMoreData() slightly sanerchromium/3570Tom Sepez
2018-10-03Reland "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-10-03Add FxFolderHandleCloser for use with std::unique_ptr.Lei Zhang
2018-10-02Consolidate ReadMoreData() calls.Tom Sepez
2018-10-02Use smart pointers in CPDF_PageRenderCache.Lei Zhang
2018-10-02Remove dead code in CPDF_PageRenderCache::ResetBitmap().Lei Zhang
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-09-27Shading functions should take const matrix pointers.chromium/3568chromium/3567chromium/3566chromium/3565chromium/3564Lei Zhang
2018-09-25Revert "Remove unreachable code in CPDF_DIBBase."Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-24Revert "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-09-21Cleanup in CCodec_FaxModuleNicolas Pena
2018-09-21Replace CPDF_Color::Copy() with honest-to-goodness operator=().Tom Sepez
2018-09-21Make OutputIndex() a void methodNicolas Pena
2018-09-21Remove unreachable code in CPDF_DIBBase.Lei Zhang
2018-09-21Validate more image values in CPDF_DIBBase.Lei Zhang