Age | Commit message (Expand) | Author |
2017-03-15 | Roll DEPS for v8 to 5362e552. | Lei Zhang |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Clean up fx_agg_driver a bit | Nicolas Pena |
2017-03-15 | Remove unused methods and data from fgas_codepage | Dan Sinclair |
2017-03-15 | Fix an integer underflow in the BMP decoder. | Lei Zhang |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | remove CFX_ArrayTemplate from fx_extension.cpp | Tom Sepez |
2017-03-14 | Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_tchromium/3042 | Dan Sinclair |
2017-03-14 | Use std::vector for content layout item arrays | Tom Sepez |
2017-03-14 | Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArray | Nicolas Pena |
2017-03-14 | Convert CPDF_Creator::m_Pos to uint32_t | Dan Sinclair |
2017-03-14 | Replace CXFA_{Object,Node}Array with std::vector | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-14 | Merge text breaking helper classes. | Dan Sinclair |
2017-03-13 | Remove openjpeg write support. | thestig |
2017-03-14 | Roll clang to 49cece5b. | Lei Zhang |
2017-03-13 | Fix boundary value negation in bmp_read_headerchromium/3041 | Nicolas Pena |
2017-03-13 | Add utf-8 flag to win build. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-03-13 | Fix some nits in fx_codec_fax | Nicolas Pena |
2017-03-13 | Check run lengths in FaxG4GetRow | Nicolas Pena |
2017-03-13 | LibopenJPEG: Fix some divisions by 0 in pi.c | Nicolas Pena |
2017-03-13 | Replace discrete array with a map. | dan sinclair |
2017-03-13 | Convert TxtBreak line pieces to a vector. | dan sinclair |
2017-03-13 | Simplify TxtBreak line handling. | dan sinclair |
2017-03-13 | Simplify the CFX_TxtPiece class | dan sinclair |
2017-03-13 | Remove some single use interfaces | Dan Sinclair |
2017-03-13 | Remove TextBreak rotation code | Dan Sinclair |
2017-03-13 | Remove unused defines from TextBreak. | Dan Sinclair |
2017-03-13 | Cleanup TXTLINEALIGNMENT defines | Dan Sinclair |
2017-03-13 | Remove unused TextBreak methods | Dan Sinclair |
2017-03-13 | Cleanup FX_TXTBREAK | Dan Sinclair |
2017-03-10 | Bound cbox from tricky faceschromium/3040chromium/3039chromium/3038 | Nicolas Pena |
2017-03-10 | Normalize channels when transforming CMYK to RGB | Nicolas Pena |
2017-03-10 | Add public method FPDFText_GetTextIndexFromCharIndex | Nicolas Pena |
2017-03-09 | Remove unused Txt break policies.chromium/3037 | Dan Sinclair |
2017-03-08 | Re-enable tests now that leak is fixedchromium/3036 | Dan Sinclair |
2017-03-08 | Remove CFX_RTFPieceArray and use std::vector | Dan Sinclair |
2017-03-07 | fx_codec_flate code cleanup.chromium/3035 | Dan Sinclair |
2017-03-07 | Cleanup m_RTFLine code in RTFBreak.chromium/3034 | Dan Sinclair |
2017-03-07 | Limit BMP width to avoid overflows | Nicolas Pena |
2017-03-07 | Cleanup text code | Dan Sinclair |
2017-03-07 | Manual revert of: Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap | Nicolas Pena |
2017-03-07 | Remove CFX_StackTemplate now that all usage removed. | Tom Sepez |
2017-03-06 | Remove CFX_StackTemplate in xfa_utils.h. | Tom Sepez |
2017-03-06 | Tidy xfa_utils_unittest.cpp | Tom Sepez |
2017-03-06 | Add public method FPDFText_LoadFont to load some types of fonts. | Nicolas Pena |