summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-12Fix crash when creating a CFX_DIBitmap with FXDIB_Invalid.Henrique Nakashima
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Cleanup CPDF_DefaultAppearancedan sinclair
2018-03-09Remove default params from CPDF_DefaultAppearance methodschromium/3368chromium/3367dan sinclair
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-09Remove unused methods from CPDF_DefaultAppearancedan sinclair
2018-03-08Remove unused constructordan sinclair
2018-03-08Cleanup CPDF_SimpleParserdan sinclair
2018-03-08CPDF_InterForm::ResetForm always returns truedan sinclair
2018-03-08Convert Before{Selection|Value}Change to return a boolchromium/3366dan sinclair
2018-03-08Remove BeforeFormImportData and BeforeFormResetdan sinclair
2018-03-08Remove uncalled AfterFormImportDatadan sinclair
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Clean up CPDF_DIBSource.Lei Zhang
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-05Use CPDF_DIBSource::LoadState enum class in more places.Lei Zhang
2018-03-05Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap.Lei Zhang
2018-03-05Change return types for some rendering Start/Continue methods.Lei Zhang
2018-03-05Add CPDF_DIBSource::LoadState enum class.Lei Zhang
2018-03-01Break up CFX_DIBSource::ConvertBuffer().Lei Zhang
2018-03-01Fix some nits in CFX_DIBSource::CloneConvert().Lei Zhang
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-22Add namespaces to duplicated Skia code.Jonathan Feinberg
2018-02-16Correct mapping text to characters for characters missing from fontRyan Harrison
2018-02-16Fix more fallthroughs before reenabling -Wimplicit-fallthrough.Henrique Nakashima
2018-02-16Add ASSERT to check OOB m_CharCodesNicolas Pena
2018-02-16Implement operator<< for CFX_Rect and CFX_RectF.Henrique Nakashima
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-16Improve performance of writing path floats.Dan Sinclair
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-15Correctly seek when header size is larger then expectedchromium/3349Ryan Harrison
2018-02-14Check that the request was satisfied in ReadDataRyan Harrison
2018-02-14Pdfium: Allow negative font sizes for PostScript printingrbpotter
2018-02-13Change return value of GetAvailInputRyan Harrison
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-12Fix signedness in CJBig2_HuffmanTable, and add overflow checkNicolas Pena
2018-02-12Convert CFX_BmpDecompressor to use CFX_MemoryStreamRyan Harrison
2018-02-12Rearrange allocator functions to avoid unreachable codeDaniel Bratell
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang