summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-15Reset tree traversal when we think we're at the startchromium/3043Nicolas Pena
2017-03-15Use map of unique_ptr in cxfa_textparser.Tom Sepez
2017-03-15remove CFX_ArrayTemplate from fxet_list.Tom Sepez
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-15Clean up more CPDF_PSEngine code.Lei Zhang
2017-03-15Fix botch introduced at 193e6ca, try 2.Tom Sepez
2017-03-15Roll DEPS for v8 to 5362e552.Lei Zhang
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-15Clean up fx_agg_driver a bitNicolas Pena
2017-03-15Remove unused methods and data from fgas_codepageDan Sinclair
2017-03-15Fix an integer underflow in the BMP decoder.Lei Zhang
2017-03-15Replace FX_POSITION in GFGAS_FontMgr with boolDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14remove CFX_ArrayTemplate from fx_extension.cppTom Sepez
2017-03-14Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_tchromium/3042Dan Sinclair
2017-03-14Use std::vector for content layout item arraysTom Sepez
2017-03-14Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArrayNicolas Pena
2017-03-14Convert CPDF_Creator::m_Pos to uint32_tDan Sinclair
2017-03-14Replace CXFA_{Object,Node}Array with std::vectorTom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_DOUBLE with underlying double type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-14Merge text breaking helper classes.Dan Sinclair
2017-03-13Remove openjpeg write support.thestig
2017-03-14Roll clang to 49cece5b.Lei Zhang
2017-03-13Fix boundary value negation in bmp_read_headerchromium/3041Nicolas Pena
2017-03-13Add utf-8 flag to win build.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-03-13Fix some nits in fx_codec_faxNicolas Pena
2017-03-13Check run lengths in FaxG4GetRowNicolas Pena
2017-03-13LibopenJPEG: Fix some divisions by 0 in pi.cNicolas Pena
2017-03-13Replace discrete array with a map.dan sinclair
2017-03-13Convert TxtBreak line pieces to a vector.dan sinclair
2017-03-13Simplify TxtBreak line handling.dan sinclair
2017-03-13Simplify the CFX_TxtPiece classdan sinclair
2017-03-13Remove some single use interfacesDan Sinclair
2017-03-13Remove TextBreak rotation codeDan Sinclair
2017-03-13Remove unused defines from TextBreak.Dan Sinclair
2017-03-13Cleanup TXTLINEALIGNMENT definesDan Sinclair
2017-03-13Remove unused TextBreak methodsDan Sinclair
2017-03-13Cleanup FX_TXTBREAKDan Sinclair
2017-03-10Bound cbox from tricky faceschromium/3040chromium/3039chromium/3038Nicolas Pena
2017-03-10Normalize channels when transforming CMYK to RGBNicolas Pena
2017-03-10Add public method FPDFText_GetTextIndexFromCharIndexNicolas Pena
2017-03-09Remove unused Txt break policies.chromium/3037Dan Sinclair
2017-03-08Re-enable tests now that leak is fixedchromium/3036Dan Sinclair
2017-03-08Remove CFX_RTFPieceArray and use std::vectorDan Sinclair
2017-03-07fx_codec_flate code cleanup.chromium/3035Dan Sinclair
2017-03-07Cleanup m_RTFLine code in RTFBreak.chromium/3034Dan Sinclair
2017-03-07Limit BMP width to avoid overflowsNicolas Pena