Age | Commit message (Expand) | Author |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-02-15 | Move generated graphics and font maps to CPDF_Page | Nicolas Pena |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-15 | Add public API for adding text with standard fonts | Nicolas Pena |
2017-02-14 | Replace CPWL_Point with CFX_PointFchromium/3013 | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Delete unused method CPWL_Edit::GeneratePageObjects | Nicolas Pena |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Use container with stable iterator for m_Icons. | Tom Sepez |
2017-02-10 | Add line width option for stroking pathschromium/3011chromium/3010chromium/3009 | Nicolas Pena |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Add EmbedderTest for adding and filling paths | Nicolas Pena |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Add APIs for path construction and paintingchromium/3006 | Nicolas Pena |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-02-07 | Cleanup out params in XFA layout code. | Dan Sinclair |
2017-01-31 | Use std::vector, unique_ptrs in fxet_edit.h | Tom Sepez |
2017-01-30 | Properly refcount CPDF_StructElement | Tom Sepez |
2017-01-30 | Remove CFX_ArrayTemplate from CFFL_ListBox | Tom Sepez |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-27 | Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995 | Tom Sepez |
2017-01-26 | Cleanup CPDF_StructElement. | tsepez |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-19 | Add ObservedPtrs to PWL_CREATEPARAM | Dan Sinclair |
2017-01-18 | Tidy FXJS_V8, backfill tests.chromium/2986 | tsepez |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
2017-01-12 | Don't put timers with ID == 0 into the global timer map. | tsepez |
2017-01-12 | Custom toString() methods may delete annots. | tsepez |
2017-01-12 | Add postscript path | rbpotter |
2017-01-12 | Remove unused CJS_Object::ExitInstance() method | tsepez |
2017-01-11 | Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979 | tsepez |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2017-01-09 | Remove CFX_ArrayTemplate from CPWL_Wnd. | tsepez |
2017-01-04 | Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow | tsepez |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-06 | re-enable skia cachingchromium/2944 | caryclark |
2016-12-06 | Fix FPDF_GetPageLabel API typo. | dsinclair |