Age | Commit message (Expand) | Author |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
2018-01-26 | Fix potential memory leak in CCodec_JpegModule::Start(). | Lei Zhang |
2018-01-17 | Remove param checking from StartScanLine | Ryan Harrison |
2018-01-17 | Move remaining jpeg error handling up a level | Ryan Harrison |
2018-01-17 | Move jpeg header read error handling up a level | Ryan Harrison |
2018-01-17 | Correctly handle errors when starting jpeg codec | Ryan Harrison |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-06-01 | Use unique_ptrs for codec contexts in ccodec_progressivedecoder.chromium/3118 | Tom Sepez |
2017-06-01 | Rename FXJPEG_Context and use unowned ptr | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-01-06 | Revert postscript code removal. | rbpotter |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
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-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-12 | Remove ICodec_* Interfaces. | 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-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |