summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp
AgeCommit message (Expand)Author
2016-01-04Remove CPDF_Creator::m_ObjectSize, it's never read from.chromium/2615chromium/2614chromium/2613Lei Zhang
2015-12-29Change the generation number from 65536 to 65535 in the free entry of cross-r...Jun Fang
2015-12-24Fix crash from commit f6dafc9.Lei Zhang
2015-12-22Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used."Lei Zhang
2015-12-22Cleanup: Remove unused CFX_PSRenderer and various encoders it used.Lei Zhang
2015-12-22Convert CPDF_Parser::m_CrossRef to a std::map.Lei Zhang
2015-12-18Get rid of a few CPDF_Object Create() methods and just use new instead.Lei Zhang
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Remove FX_BSTRC.Lei Zhang
2015-11-10Fix relative includes within core/Lei Zhang
2015-10-26Revert "Revert "Add type cast definitions for CPDF_Reference.""Dan Sinclair
2015-10-26Revert "Add type cast definitions for CPDF_Reference."Dan Sinclair
2015-10-26Add type cast definitions for CPDF_Reference.Dan Sinclair
2015-10-22Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_String.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Number.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-05FPDF_Creator can only create file through embedder-supplied callback.Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Fix FX_BOOL compilation errors under windowsTom Sepez
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-11-17Zero initialize ch to avoid possible bug - conditions are very subtle.Bruce Dawson
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-06-12Enable security removal in FPDF_Doc_SaveBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek