Age | Commit message (Expand) | Author |
2017-02-16 | Convert CPDF_TextPage classes to CFX_PointFchromium/3015 | Dan Sinclair |
2017-02-16 | Convert CPDF_TextObject to CFX_PointF | Dan Sinclair |
2017-02-15 | Move generated graphics and font maps to CPDF_Page | Nicolas Pena |
2017-02-15 | Cleanup GetZeroAreaPath methodchromium/3014 | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-15 | Remove unused FX_RECT methods | Dan Sinclair |
2017-02-15 | remove skia clipstack debugging | Cary Clark |
2017-02-14 | Prevent heap-buffer-overflow in CCodec_ProgressiveDecoder | Nicolas Pena |
2017-02-14 | Reland Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Add ProcessText supporting standard fonts | Nicolas Pena |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-14 | Revert "Cleanup CPDF_MeshStream" | dsinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
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 |