Age | Commit message (Expand) | Author |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 10 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 9 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 5 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 3. | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-04-28 | Disallow CPDF_FormField with deep node trees. | Lei Zhang |
2017-04-28 | Fix stack overflow in CFieldTree::Node::GetFieldInternal(). | Lei Zhang |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-25 | Delete some CFX string ctors. | Lei Zhang |
2017-04-20 | Remove the friends of CPDF_FormField | Nicolas Pena |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-08 | Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066 | dan sinclair |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-07 | Tweak CFDF_Font::AppendChar() | Tom Sepez |
2017-04-06 | Cleanup tagged code. | dan sinclair |
2017-04-06 | Cleanup the tagged code | dan sinclair |
2017-04-05 | Use unique_ptr in the children of CFieldTree::Nodechromium/3064 | Nicolas Pena |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Move core/fxcrt XML files to core/fxcrt/xml | Dan Sinclair |
2017-03-24 | Use unique_ptr in CFieldTree::Node | Nicolas Pena |
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 |