Age | Commit message (Expand) | Author |
2017-03-21 | Cleanup fx_dib_composite part 2 | Nicolas Pena |
2017-03-20 | Cleanup fx_dib_composite part 1: simplify lum and sat methods.chromium/3047 | Nicolas Pena |
2017-03-20 | Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. | Tom Sepez |
2017-03-20 | Allow processing fonts with indirect dict | Nicolas Pena |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | Use std::vector in CPDF_StreamContentParser. | Lei Zhang |
2017-03-17 | Bring CPDF_ICCBasedCS closer to PDF spec. | Lei Zhang |
2017-03-17 | Replace CLines class with std::vector<Cline>. | Tom Sepez |
2017-03-17 | HardClip points a bit better in fx_agg_driver | Nicolas Pena |
2017-03-17 | Handle web links across lineschromium/3045 | Wei Li |
2017-03-17 | Coalesce redundant path points. | Lei Zhang |
2017-03-17 | Cleanup in fx_agg_driver part 2 | Nicolas Pena |
2017-03-16 | Remove some nested statements in CPDF_DataAvail. | Lei Zhang |
2017-03-16 | Fix nits in CPDF_DIBSource. | Lei Zhang |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-16 | Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest | Nicolas Pena |
2017-03-16 | Compare to epsilon instead of 0 in CFX_Matrix::SetReverse | Nicolas Pena |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Clean up more CPDF_PSEngine code. | Lei Zhang |
2017-03-15 | Fix botch introduced at 193e6ca, try 2. | Tom Sepez |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Clean up fx_agg_driver a bit | Nicolas Pena |
2017-03-15 | Fix an integer underflow in the BMP decoder. | Lei Zhang |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | remove CFX_ArrayTemplate from fx_extension.cpp | Tom Sepez |
2017-03-14 | Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArray | Nicolas Pena |
2017-03-14 | Convert CPDF_Creator::m_Pos to uint32_t | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-14 | Merge text breaking helper classes. | Dan Sinclair |
2017-03-13 | Remove openjpeg write support. | thestig |
2017-03-13 | Fix boundary value negation in bmp_read_headerchromium/3041 | Nicolas Pena |
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 | Remove TextBreak rotation code | 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-07 | fx_codec_flate code cleanup.chromium/3035 | 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-06 | Check size before writtingchromium/3033 | dan sinclair |
2017-03-02 | Improve catching narrow fonts on Linux | Nicolas Pena |
2017-03-01 | Create virtual codec APIs so chrome/fuzzers can link separately | Tom Sepez |