Age | Commit message (Expand) | Author |
2017-01-20 | Remove CFX_Points, CFX_PointsF in favor of std::vector | tsepez |
2017-01-19 | use unique_ptr in fpdf_font_cid.cpp | tsepez |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
2017-01-17 | Stop using Encoding array to get unicode from charcode in Type 3 fontschromium/2985 | npm |
2017-01-17 | Avoid endless loop deleting CFGAS_GEFont. | tsepez |
2017-01-16 | Return early when gif_img_row_bytes is 0chromium/2984 | Nicolas Pena |
2017-01-16 | Check blue,green,red bit count in bmp_decode_rgb | Nicolas Pena |
2017-01-16 | Return error when bits_left is too big | Nicolas Pena |
2017-01-16 | Add default substitution for narrow fonts | Nicolas Pena |
2017-01-16 | Use FX_Alloc() properly in fxcodec. | tsepez |
2017-01-12 | Add postscript path | rbpotter |
2017-01-11 | Make tiff_read return actual length read | Nicolas Pena |
2017-01-10 | Remove CFX_ArrayTemplate in cfx_psrender. | tsepez |
2017-01-10 | Restrict code size in CGifLZWDecoderchromium/2978 | Nicolas Pena |
2017-01-10 | Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoc | tsepez |
2017-01-10 | Remove more _LP* typedefs. | tsepez |
2017-01-09 | Check validity of width and height in CCodec_TiffContext::LoadFrameInfo | Nicolas Pena |
2017-01-09 | HardClip all points used when building paths | Nicolas Pena |
2017-01-09 | Do not parse references with invalid objnum | npm |
2017-01-09 | Remove CFX_ArrayTemplate from fpdftext and fxcodec. | tsepez |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2017-01-09 | Tidy cfgas_fontmgr, remove custom sorting code. | tsepez |
2017-01-06 | Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975 | tsepez |
2017-01-06 | Revert postscript code removal. | rbpotter |
2017-01-05 | Remove two unused members in cpdf_streamcontentparser. | tsepez |
2017-01-05 | Banish CFX_Points, CFX_PointsF, and CFX_RectFArray to XFA-side only. | tsepez |
2017-01-05 | Fix bCJK calculation in Windows MapFont | npm |
2017-01-05 | Remove unused CPDF_ImageCacheEntry::GetCachedBitmap | Nicolas Pena |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |
2017-01-04 | Add missing operator<() to CFX_RetainPtr. | tsepez |
2017-01-03 | Add CFX_RetainPtr Leak() and Unleak() methods | tsepez |
2017-01-03 | Check for overflow in JBig2 Huffman decoder | Dan Sinclair |
2017-01-03 | Kill last use of CFX_PtrList. | tsepez |
2017-01-03 | Force stop of page tree traversal when max level reached | Nicolas Pena |
2017-01-02 | Use vector of unique_ptrs for page node children. | tsepez |
2016-12-28 | Make CFX_Observable copy constructable.chromium/2969chromium/2968chromium/2967chromium/2966 | tsepez |
2016-12-19 | Missing null initializer in CPDF_StreamParser::ReadInlineStreamchromium/2965chromium/2964chromium/2963chromium/2962chromium/2961chromium/2960chromium/2959chromium/2958 | tsepez |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-14 | Remove unused m_OtfFontData.chromium/2953 | tsepez |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Remove some usage of |return XXX.release()| anti-pattern. | tsepez |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-14 | Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-13 | Replace CFX_FloatArray with std::vector | tsepez |