summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
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-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-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-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-04CPDF_VariableText::m_nHorzScale is always 100Tom 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-03Reland "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-10-01Fix #include ordering / formatting.Lei Zhang
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-20Make potentially dangerous Actions require a user click.Henrique Nakashima
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-08-29Remove FPDFDOC_ prefix from non-public functionsTom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-27Remove unnecessary ToArray() calls and locals in CPDF_Dest.chromium/3535Lei Zhang
2018-08-24Change CPDF_MetadataTest test data to static const char data[].Lei Zhang
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-23Remove deprecated FPDFDest_GetPageIndex() API.Lei Zhang
2018-08-21Use UnownedPtr in CPDF_VariableTextTom Sepez
2018-08-20Fix reversed arguments to GenerateResourceDict().Lei Zhang
2018-08-20Simplify CPDF_InterForm::GenerateNewResourceName().Lei Zhang
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-14Remove default level from FPDF_GetFieldAttr().Tom Sepez
2018-08-14Remove unused form/args of AddWindowsFont()Tom Sepez
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Move CPDFSDK_MemoryAccess to fxcrt.Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-10Remove |typedef struct| in favor of just |struct|.Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-26Use moar ToXMLElement() in place of static_cast<>.Tom Sepez
2018-07-25Create popup with Contents only for same annotations subtypes.Henrique Nakashima
2018-07-18Avoid writing const/non-const versions of the same function.Lei Zhang
2018-07-10Create API for adding content marks and setting their params.chromium/3488Henrique Nakashima
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-20Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467Nicolas Pena
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin