Age | Commit message (Expand) | Author |
2016-11-01 | Fix founding difference in pdfium_test on AdobeCMYK_to_sRGB | brucedawson |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in core/fx*chromium/2903 | tsepez |
2016-10-26 | Add more checks to tiff_read() and tiff_seek(). | thestig |
2016-10-26 | Avoid some FX_BOOL/bool noise in fx_codec_fax.cpp | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-06 | Fix assertion failure when decoding malform G4 fax imagechromium/2886chromium/2885chromium/2884 | kcwu |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-26 | Clean up fx_codec_fax.cpp. | thestig |
2016-09-23 | Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder | kcwu |
2016-09-19 | Remove dead code in CCodec_IccModule | kcwu |
2016-09-19 | Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgb | stackexploit |
2016-09-12 | Verify value of prec before using | dsinclair |
2016-09-12 | change memcpy to memmove for potential nearby addresses | tracy_jiang |
2016-09-12 | fix some uninitialized variables | hong_zhang |
2016-08-29 | Skip the channel if there is no data. | dsinclair |
2016-08-29 | Fix for #618267. Adding a method to determine if multiplication has | tracy_jiang |
2016-08-02 | Fix Jbig2 document context creation by checking proper pointer | weili |
2016-07-24 | Remove CFX_Deletable | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-12 | Replace void* to actual type for jbig2 context to avoid casts | weili |
2016-06-27 | Double AdobeCMYK_to_sRGB speed with faster rounding | brucedawson |
2016-06-20 | Fixup LoadImageInfo type checking. | dsinclair |
2016-06-16 | Remove unused code. | dsinclair |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-13 | Optionally skip image type detection in progressive decoder. | dsinclair |
2016-06-09 | Clean up fx_codec_tiff.cpp. | thestig |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-06-03 | Fix some code which causes warnings when compiled by /analyze tool | weili |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-25 | Banish CFX_PrivateData to the XFA side | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-04-29 | Avoid nullptr dereferences in sycc444_to_rgb(). | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |