Age | Commit message (Expand) | Author |
2017-03-23 | Remove dead CFX_Edit code and fix some typos. | Lei Zhang |
2017-03-21 | Make CPVT_WordPlace more conformant with the prevailing idioms. | Tom Sepez |
2017-03-21 | Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it.chromium/3048 | Tom Sepez |
2017-03-20 | Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. | Tom Sepez |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | Replace CLines class with std::vector<Cline>. | 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-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-28 | Clean up CXML_Element.chromium/3026 | Lei Zhang |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-21 | Convert CFWL messages to use CFX_PointF | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-30 | Properly refcount CPDF_StructElement | Tom Sepez |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-26 | Cleanup CPDF_StructElement. | tsepez |
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 |