summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-01-26Fix a wrong variable check in CFX_BilinearMatrix.Lei Zhang
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-26Fix crash in palette loading with Pattern colorspace.Henrique Nakashima
2018-01-26Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer.Lei Zhang
2018-01-26Mark some fxge class members as const.Lei Zhang
2018-01-26Fix potential memory leak in CCodec_JpegModule::Start().Lei Zhang
2018-01-25Make private some methods in CPDF_DIBSource.Henrique Nakashima
2018-01-24Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331Andrew Weintraub
2018-01-24Fix some nits in CPDF_Parser.Lei Zhang
2018-01-22Tests for composing CFX_Matrix transforms.Henrique Nakashima
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
2018-01-19Fix CFX_Matrix.RotateAt()Henrique Nakashima
2018-01-19Remove NeedAlpha() in CFX_ImageTransformer.Lei Zhang
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2018-01-18Avoid integer overflows in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Declare variables closer to use in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-18Move format specific elements out of ContinueDecodeRyan Harrison
2018-01-17Move format specific elements out of StartDecodechromium/3324Ryan Harrison
2018-01-17Move format specific elements out of DetectImageTypeRyan Harrison
2018-01-17Remove param checking from StartScanLineRyan Harrison
2018-01-17Move remaining jpeg error handling up a levelRyan Harrison
2018-01-17Move jpeg header read error handling up a levelRyan Harrison
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2018-01-17Correctly handle errors when starting jpeg codecRyan Harrison
2018-01-16Add asm.js to supported platformsHenrique Nakashima
2018-01-16Add support for XFA specific FormField typesRyan Harrison
2018-01-15Revert "Check for success of decodes to avoid infinite loops"Nicolás Peña Moreno
2018-01-12Move some RetainPtr getters/setters out of headers.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-12Fix "the the" typos.Lei Zhang
2018-01-11Add operator<< to CFX_FloatRect.Henrique Nakashima
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2018-01-11Change FPDFText_GetRect() to return a boolean.Lei Zhang
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2018-01-11Use range-based for-loops in a few more places.Lei Zhang
2018-01-10Encapsulate CTTFontDesc.Lei Zhang
2018-01-10Move FreeType version check to its own method.Lei Zhang
2018-01-10Remove unused parameter from FPDFDest_GetView().Lei Zhang
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2018-01-09Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render prope...Andrew Weintraub
2018-01-09Fix death tests for UnownedPtr + MSAN.Lei Zhang
2018-01-08Encapsulate CPDF_ShadingObject members.Lei Zhang
2018-01-08Style fixes in FPDFDOC_GetAnnotAPchromium/3316Henrique Nakashima
2018-01-08Always enable hinting with versions of Freetype >= 2.8.1, which include subpi...Andrew Weintraub
2018-01-08Make SharedCopyOnWrite use RetainablesDan Sinclair
2018-01-05Convert CXML_Parser::GetAttrValue out param to returnRyan Harrison
2018-01-05Remove unused code from CPDF_InterFormRyan Harrison
2018-01-05Convert ExtractSubString to return Optional<WideString>Ryan Harrison