summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
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
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-05-31Remove uselesss code.Artem Strygin
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-25Remove CPDF_FormField::{Insert,Clear}OptionTom Sepez
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-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-08Mark CPDF_Object pointers as const in CPDF_ViewerPreferences.Lei Zhang
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Add some getters for CPDF_PageObjectHolder.Lei Zhang
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-04-25Fix slight type inconsistencies discovered with strict FPDF API types.Tom Sepez
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair