Age | Commit message (Expand) | Author |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-02-07 | Cleanup out params in XFA layout code. | Dan Sinclair |
2017-02-07 | Split CFX_STemplate from CFX_PSTemplate | Tom Sepez |
2017-02-06 | More CXFA_ItemLayoutProcessor cleanupchromium/3005 | Dan Sinclair |
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-06 | Remove redundant tests exposed by inlining macros in fxbarcode | Tom Sepez |
2017-02-06 | Cleanup xfa layout code | dan sinclair |
2017-02-04 | Remove unused parameterchromium/3004 | dan sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-02-02 | Clean up CSS code to match styles.chromium/3001 | dan sinclair |
2017-02-02 | Add CPDF_PageContentGenerator::ProcessPath supporting path construction | Nicolas Pena |
2017-02-01 | Remove DrMemorychromium/3000 | dan sinclair |
2017-02-01 | Fix recent test suppressions | Nicolas Pena |
2017-01-31 | Remove BC_EXCEPTION_CHECK macroschromium/2999 | Tom Sepez |
2017-01-31 | Fixup test harness | dan sinclair |
2017-01-31 | Use std::vector and unique_ptr in xfa/fwl. | Tom Sepez |
2017-01-31 | Use std::vector, unique_ptrs in fxet_edit.h | Tom Sepez |
2017-01-31 | use std::vector in cfx_graphics.h and xfa_ffwidget.h | Tom Sepez |
2017-01-30 | skia/BUILD.gn: remove SkLayerchromium/2998 | halcanary |
2017-01-30 | Properly refcount CPDF_StructElement | Tom Sepez |
2017-01-30 | Remove CFX_ArrayTemplate from CFFL_ListBox | Tom Sepez |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-30 | Cleanup memory allocations in ttgsubtable.cpp | Tom Sepez |
2017-01-27 | Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995 | Tom Sepez |
2017-01-27 | Limit parsing recursion levels in CPDF_StreamParser | Nicolas Pena |
2017-01-26 | Add flag to ignore images by their MD5 digestchromium/2994 | stephana |
2017-01-26 | Fix leak in PredictorSetupDecode by calling tif_cleanup on failure | Nicolas Pena |
2017-01-26 | Cleanup CPDF_StructElement. | tsepez |
2017-01-26 | Add CSS parser tests | Dan Sinclair |
2017-01-26 | Cleanup memory in CFDE_CSSStyleSelector | Dan Sinclair |
2017-01-26 | Fix CSS fuzzer input size | Dan Sinclair |
2017-01-25 | Calculate code_store safely in CGifLZWDecoder::Decode | Nicolas Pena |
2017-01-25 | Prevent skew overflows in gtTileContig | Nicolas Pena |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-25 | Use opj_uint_ceildiv where it is better than its int version | Nicolas Pena |
2017-01-24 | Use std::vector for fx_ucd.h arrays.chromium/2992 | tsepez |
2017-01-24 | Fixup coverage build | dsinclair |
2017-01-24 | No need to define SK_SCALAR_IS_FLOAT | halcanary |
2017-01-24 | Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. | tsepez |
2017-01-24 | Make Gerrit the default for pdfium code reviews | Aaron Gable |
2017-01-24 | Undefined shift in CPDF_PSEngine::DoOperator | tsepez |
2017-01-24 | Check m_data!=null when adding mct | Nicolas Pena |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-24 | Track CFDE_CSSComputedStyle with retained ptrs | Dan Sinclair |
2017-01-24 | Cleanup memory in CFDE_CSSRuleCollection | Dan Sinclair |
2017-01-24 | Remove ID, Class and Universal selector code | Dan Sinclair |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-24 | Remove CSS Pseudo parsing | Dan Sinclair |
2017-01-23 | Fix bug found by fuzzer in A85 encoder (bad shift). | rbpotter |