Age | Commit message (Expand) | Author |
2016-08-08 | Check if image width or height are zero before proceeding. | dsinclair |
2016-08-02 | Bound total pixels in JBig2 images to avoid overflows later. | tsepez |
2016-08-02 | Verify row bytes before alloc in BMP codec. | dsinclair |
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-07 | Verify we have a CJBig2_Image before attempting use. | dsinclair |
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-26 | Fix a bug which may cause infinite loop | 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-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-08 | Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf | tsepez |
2016-04-07 | Remove unused ICodec_Jbig2Encoder | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Rename FX_SAFE_DWORD to FX_SAFE_UINT32 | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-05 | Remove dead image decoding/caching code. | thestig |
2016-03-30 | Fix C4434 warning about 32-bit shift assigned to 64-bits | Bruce Dawson |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Split core/include/fpdfapi/fpdf_resource.h | dan sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |