Age | Commit message (Expand) | Author |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-03-05 | Clean up CPDF_DIBSource. | Lei Zhang |
2018-03-05 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-05 | Use CPDF_DIBSource::LoadState enum class in more places. | Lei Zhang |
2018-03-05 | Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap. | Lei Zhang |
2018-03-05 | Add CPDF_DIBSource::LoadState enum class. | Lei Zhang |
2018-01-30 | Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned."" | Tom Sepez |
2018-01-30 | Revert "Use UnownedPtr instead of T* in MaybeOwned." | Tom Sepez |
2018-01-30 | Use UnownedPtr instead of T* in MaybeOwned. | Tom Sepez |
2018-01-26 | Fix crash in palette loading with Pattern colorspace. | Henrique Nakashima |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-11-02 | Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource(). | Lei Zhang |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Split CFX_FixedBufGrow out of fx_basicchromium/3201 | Dan Sinclair |
2017-05-24 | Convert to CFX_UnownedPtr, part 4. | Tom Sepez |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-18 | Fix a situation where images are not properly rendered. | Lei Zhang |
2017-05-11 | Use clamp() in a couple more places. | Lei Zhang |
2017-05-10 | Split DCT decoder creation from CPDF_DIBSource::CreateDecoder(). | Lei Zhang |
2017-05-10 | Fix typos for the word start. | Lei Zhang |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | 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-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-16 | Fix nits in CPDF_DIBSource. | Lei Zhang |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-01-05 | Remove unused CPDF_ImageCacheEntry::GetCachedBitmap | Nicolas Pena |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |