Age | Commit message (Expand) | Author |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
2017-02-13 | core: fix a few uninitialized members | Miklos Vajna |
2017-02-10 | Add line width option for stroking pathschromium/3011chromium/3010chromium/3009 | Nicolas Pena |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Add EmbedderTest for adding and filling paths | Nicolas Pena |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Add APIs for path construction and paintingchromium/3006 | Nicolas Pena |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-02-07 | Split CFX_STemplate from CFX_PSTemplate | Tom Sepez |
2017-02-06 | Fix stream reading from pFile. | Graeme Connell |
2017-02-06 | Add support for fill and stroke RGBA in CPDF_PageContentGenerator | Nicolas Pena |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-02-02 | Add CPDF_PageContentGenerator::ProcessPath supporting path construction | Nicolas Pena |
2017-01-30 | Properly refcount CPDF_StructElement | Tom Sepez |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-30 | Cleanup memory allocations in ttgsubtable.cpp | Tom Sepez |
2017-01-27 | Limit parsing recursion levels in CPDF_StreamParser | Nicolas Pena |
2017-01-26 | Cleanup CPDF_StructElement. | tsepez |
2017-01-25 | Calculate code_store safely in CGifLZWDecoder::Decode | Nicolas Pena |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-24 | Use std::vector for fx_ucd.h arrays.chromium/2992 | tsepez |
2017-01-24 | Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. | tsepez |
2017-01-24 | Undefined shift in CPDF_PSEngine::DoOperator | tsepez |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-23 | Fix bug found by fuzzer in A85 encoder (bad shift). | rbpotter |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
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 |