Age | Commit message (Expand) | Author |
2018-04-12 | Return pdfium::span<char> from ByteString::GetBuffer(). | Tom Sepez |
2018-03-16 | Fix methods that have definition with different parameter names. | Lei Zhang |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
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 return types for some rendering Start/Continue methods. | 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-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2017-12-11 | Move some GetDict() calls out of header files. | Lei Zhang |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
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-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-05-24 | Convert to CFX_UnownedPtr, part 8chromium/3110 | Tom Sepez |
2017-05-23 | Make CPDF_ImageCacheEntry retain CPDF_Image | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | 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-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-01-05 | Remove unused CPDF_ImageCacheEntry::GetCachedBitmap | Nicolas Pena |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Remove some usage of |return XXX.release()| anti-pattern. | tsepez |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-11-23 | Use CFX_MaybeOwned<> in CPDF_Image | tsepez |
2016-11-21 | Use more unique_ptrs in CPDF_Image. | thestig |
2016-11-21 | Remove some WrapUnique() calls by returing unique_ptrs | tsepez |
2016-11-21 | Remove iCompress parameter to CPDF_Image::SetImage(). | thestig |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-21 | Fix CPDFImage::IsInline(). | thestig |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-14 | Make CPDF_PageContentGenerator methods take object numbers | tsepez |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |