Age | Commit message (Expand) | Author |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-03 | Remove CPDF_Array::Truncate().chromium/3176 | Lei Zhang |
2017-07-19 | Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162 | Jane Liu |
2017-06-09 | Simplify CPDF_Array::RemoveAt(index, size). | Lei Zhang |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-09 | Remove AppendObject from CPDF_Creator | Dan Sinclair |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | 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-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |
2016-10-14 | Update CPDF_IndirectObjectHolder APIs for unique objects. | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-11 | Add CPDF_Object::IsInline() | tsepez |
2016-10-10 | Land all the fixes from 5609f39c but don't enable assertchromium/2887 | tsepez |
2016-10-10 | Revert "Re-land "Assert that only 0-numbered objects are Released()"" | tsepez |
2016-10-05 | Re-land "Assert that only 0-numbered objects are Released()" | tsepez |
2016-10-05 | Rework a redundant check when calling ConvertToIndirectObjectAt() | tsepez |
2016-10-04 | Fix ownership when making a private annot dictionary into a shared one. | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |