Age | Commit message (Expand) | Author |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |
2016-03-10 | Change colorspace's number of components to be unsigned | Wei Li |
2016-03-09 | Review and cleanup lint warnings. | Dan Sinclair |
2016-03-03 | Remove other remaining use of std::list::size() from loop body. | Tom Sepez |
2016-02-27 | Cleanup forward declarations. | dan sinclair |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
2016-02-25 | Rename some functions that start with underscore. | Lei Zhang |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Remove FXSYS_Div. | Dan Sinclair |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |
2016-02-18 | Remove gotos in CJBig2_TRDProc. | Lei Zhang |
2016-02-18 | Fixup incorrect include guards. | Dan Sinclair |
2016-02-18 | Sort headers in non-xfa directories. | Dan Sinclair |
2016-02-17 | Expand all paths to be based off pdfium/ directory | Dan Sinclair |
2016-02-12 | Remove the FX_MIN macro. | Tom Sepez |
2016-01-27 | XFA: Fix DOS newlines, final round. | Lei Zhang |
2016-01-15 | XFA: Rename libpng to libpng16.chromium/2625chromium/2624 | Lei Zhang |
2016-01-15 | XFA: Add another valid fxcodec DEPS entry. | Lei Zhang |
2016-01-15 | XFA: Upgrade libpng to 1.6.20. | Lei Zhang |
2016-01-11 | Merge to XFA: Switch most min/max macros to std::min/max. | Lei Zhang |
2016-01-08 | XFA: Remove relative includes outside of xfa/. | Lei Zhang |
2016-01-07 | XFA: Upgrade to libtiff 4.0.6. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-24 | Merge to XFA: Fix failed JPX image rendering | Jun Fang |
2015-12-22 | Merge to XFA: Start using allowed C++11 features. | Lei Zhang |
2015-12-18 | Merge to XFA: Cleanup CJBig2_HuffmanTable and friends. | Lei Zhang |
2015-12-18 | Merge to XFA: Fix the JBIG2 decoding regressions from commit bc4b82e and 8a9c... | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-10 | Merge to XFA: Fix integer and bounds issues in sycc4{22,44}_to_rgb. | Oliver Chang |
2015-11-25 | Manual fixups to PDF_ENABLE_XFA in core/ | Tom Sepez |
2015-11-25 | Inflict PPDF_ENABLE_XFA ifdefs on XFA core/ | Tom Sepez |
2015-11-25 | Merge to XFA: Fix two memory leaks from pdfium_unittests | Qin Zhao |
2015-11-24 | Merge to XFA: Fix a NULL pointer crash in the CJBig2_Image copy constructor. | Lei Zhang |
2015-11-20 | Merge to XFA: Change |CCodec_ScanlineDecoder::m_Pitch| to FX_DWORD | Oliver Chang |
2015-11-20 | Reduce diffs with master in core | Tom Sepez |
2015-11-19 | Merge to XFA: Add more overrides. | Lei Zhang |
2015-11-19 | Merge to XFA: Add a missing setjmp() to CCodec_JpegDecoder::v_GetNextLine(). | Oliver Chang |
2015-11-16 | Merge to XFA: Reland "Cleanup some numeric code."" | Dan Sinclair |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-10 | Merge to XFA: Fix relative includes within core/ | Lei Zhang |
2015-11-09 | Merge to XFA: Fix all relative includes to core. | Lei Zhang |
2015-11-09 | Merge to XFA: Remove dead code in fx_codec_jbig_enc.cpp. | Lei Zhang |
2015-11-06 | XFA: Actually fix all relative includes to third_party. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-10-30 | Merge to XFA: Remove external jpeg provider interface. | Tom Sepez |