Age | Commit message (Expand) | Author |
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 |
2017-03-06 | Check size before writtingchromium/3033 | dan sinclair |
2017-03-06 | Simplify RTFBreak AppendChar. | Dan Sinclair |
2017-03-06 | Adding tests for CFX_RTFBreak | Dan Sinclair |
2017-03-03 | Add unit test for xfa node iteratorschromium/3032chromium/3031 | Tom Sepez |
2017-03-03 | remove CFX_StackTemplate<CFDE_XMLNode*>chromium/3030 | Tom Sepez |
2017-03-03 | Remove CXFA_NodeStack | Tom Sepez |
2017-03-03 | Remove CFX_StackTemplate<FDE_CANVASITEM> | Tom Sepez |
2017-03-03 | Remove CFX_StackTemplate from fde_xml_imp.h | Tom Sepez |
2017-03-02 | Remove unused CFX_ObjectStackTemplate | Tom Sepez |
2017-03-02 | Remove CFX_MassArrayTemplate | Tom Sepez |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> | Tom Sepez |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> | Tom Sepez |
2017-03-02 | Use std::deque for CFX_FontDescriptors | Tom Sepez |
2017-03-02 | Remove CFX_MassArrayTemplate<CFX_Rect> backing array. | Tom Sepez |
2017-03-02 | Improve catching narrow fonts on Linux | Nicolas Pena |
2017-03-02 | Use std::deque for CFX_TPOArray | Tom Sepez |
2017-03-01 | Convert positioned tabs to std::vectorchromium/3028 | Dan Sinclair |
2017-03-01 | Remove unused FX_AdjustCharDisplayPos type, always nullptr args | Tom Sepez |
2017-03-01 | Change CreateBreak to return a unique_ptr | Dan Sinclair |
2017-03-01 | Return values instead of out params | Dan Sinclair |
2017-03-01 | Create virtual codec APIs so chrome/fuzzers can link separately | Tom Sepez |