aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit
AgeCommit message (Expand)Author
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-27Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-24Reformat PDFium GN files.Lei Zhang
2019-12-17Avoid regenerating revision 5 and 6 encryption dictionaries.Lei Zhang
2019-12-16Break direct dependence between fpdfapi/edit and fxge.Tom Sepez
2019-12-14Fix password encoding when generating PDFs.Lei Zhang
2019-12-10Revert "Properly write floats in CFX_PSRenderer."Lei Zhang
2019-12-09Properly write floats in CFX_PSRenderer.Lei Zhang
2019-12-03Add unit test for FPDFImageObj_LoadJpegFile{Inline}() APIsTom Sepez
2019-12-03Take buffers from the partition in CPDF_CreatorTom Sepez
2019-11-20Move FxFreeDeleter to fx_memory_wrappers.hTom Sepez
2019-11-01Remove jumbo usage in GN files throughout PDFiumDaniel Hosseinian
2019-08-15Add missing reflexive equality operators to RetainPtr<>Tom Sepez
2019-08-09Clean up CPDF_FontEncoding.Lei Zhang
2019-08-01Rename CPDF_Font::GetBaseFont() to GetBaseFontName().Tom Sepez
2019-07-31Remove CPDF_ModuleMgr.Tom Sepez
2019-07-30Make CPDF_Font a retainable type.Tom Sepez
2019-07-26Remove UnownedPtr<>s to CPDF_Object subclasses.Tom Sepez
2019-07-23Begin work to get fpdfapi/render layered above fpdfapi/page.Tom Sepez
2019-07-15Split off CPDF_Form::PareseContentForType3Char() from ParseContent().Tom Sepez
2019-07-03Handle compressed data streams in CPDF_PageContentGenerator.Lei Zhang
2019-06-24Fix ClangTidy-Readability/Naming findings in core/fpdfapi.Andrew Weintraub
2019-06-20Move #defines and an enum out of cfx_renderdevice.h.Lei Zhang
2019-06-14Tweak CPDF_PageObjectHolder's methods for dirty streams.Lei Zhang
2019-06-13Make some FPDFPage APIs locale independent.Lei Zhang
2019-06-13Simplify writing out CFX_PointF to content streams.Lei Zhang
2019-06-13Do IWYU for <ostream>Lei Zhang
2019-06-07Fix ClangTidy - Performance findings in pdfium.asweintraub
2019-06-06Fix layering from fpdfapi/parser to fpdfapi/page and fpdfapi/render.Tom Sepez
2019-06-06Introduce CPDF_Document::{Page,Render}DataIface interfaces.Tom Sepez
2019-06-06Remove some knowledge of fpdfapi/page types from CPDF_DocumentTom Sepez
2019-06-05Prune some more cross-component fpdfapi/parser -> page includes.Tom Sepez
2019-06-04Fix a nit in CPDF_PageContentGenerator::ProcessImage().Lei Zhang
2019-05-31Reland "Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()""Tom Sepez
2019-05-24Revert "Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()"Lei Zhang
2019-05-24Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()Tom Sepez
2019-05-22Make CPDF_ColorSpace fully retainable.Tom Sepez
2019-05-06Remove class CPDF_PageObjectList.Tom Sepez
2019-05-06Replace some CPDF_Array::Add() calls with AddNew<>().Tom Sepez
2019-05-06Replace some CPDF_Dictionary::SetFor() calls with SetNewFor<>()Tom Sepez
2019-05-03Convert remaining UnownedPtr<CPDF_Object> to RetainPtr.Tom Sepez
2019-05-01Make CPDF_Object and its subclasses retainable.Tom Sepez
2019-04-30Make CPDF_SecurityHandler retainable.Tom Sepez
2019-03-22Serialize floats in page content to avoid exponential representationManoj Biswas
2019-03-18Get rid of some needless pointer arithmetic in GenerateFileID().Tom Sepez
2019-03-18Write out the font encoding in CPDF_PageContentGenerator::ProcessText().Lei Zhang
2019-02-20Forward declare CPDF_Stream when possible.Lei Zhang
2019-02-05Move a bunch of code out of testing/test_support.h.Lei Zhang
2019-02-05Remove unneeded testing/test_support.h includes.Lei Zhang
2019-01-31Break core/fpdfapi/{edit,parser} circular dependenceTom Sepez