Age | Commit message (Expand) | Author |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-10 | Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoc | tsepez |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Use CFX_MaybeOwned<> in CPDF_Annot. | tsepez |
2016-12-07 | Fix the way to check terminal field in interactive formchromium/2945 | weili |
2016-11-28 | Make FDF document creation return unique_ptrs | tsepez |
2016-11-23 | Add FPDF_RenderPageBitmapWithMatrix API. | thestig |
2016-11-23 | Add API for getting page labels. | thestig |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-21 | Split fwl/core class pt II. | dsinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
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-10 | Use more unique_ptrs for CPDF_Annot and friends. | thestig |
2016-11-10 | Use more unique_ptrs in CPVT_GenerateAP. | thestig |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-08 | Add FPDFDest_GetLocationInPage API | dsinclair |
2016-11-07 | Force compiler to deduce src type for checked_cast<dst, src>. | tsepez |
2016-11-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
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-26 | Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. | tsepez |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-15 | Fix some nits in cpdf_annotlist.cpp. | thestig |
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-10 | Move ToString() and friends from CPDF_Object.h to CPDF_String.h | 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_render to core/fpdfapi/render | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-30 | Fix build of pdf_hint_table_fuzzer.chromium/2877 | 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/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-28 | Fix leaks in CFieldTree::Node. | thestig |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |