Age | Commit message (Expand) | Author |
2018-05-17 | Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-08 | Revert "Ensure that XFA Pages always have a corresponding PDF page" | Henrique Nakashima |
2018-05-08 | Rename CPDF_Document::GetPage() to GetPageDictionary(). | Tom Sepez |
2018-05-07 | Ensure that XFA Pages always have a corresponding PDF page | Tom Sepez |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-05-03 | Add CPDF_Page::Extension::GetDocExtension() | Tom Sepez |
2018-05-02 | Use pointers instead of refs for GetPopupPos() params. | Henrique Nakashima |
2018-05-02 | Add CPDF_Document::Extension::GetPageCount() | Tom Sepez |
2018-05-01 | Add CPDF_Document::Extension::DeletePage() | Tom Sepez |
2018-05-01 | Introduce the concept of CPDF_Page::Extension | Tom Sepez |
2018-04-30 | Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. | Tom Sepez |
2018-04-27 | Remove arguments from CPDFSDK_FormFillEnvironment methods (part 2) | Tom Sepez |
2018-04-27 | Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context. | Tom Sepez |
2018-04-24 | Fix include order for cpdfxfa_context.hchromium/3407 | Tom Sepez |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-18 | Do not show validation errors if PDF not yet loadedchromium/3400 | Ryan Harrison |
2018-04-17 | Avoid some string -> ptr -> string duplicate allocations in FF Environment | Tom Sepez |
2018-04-12 | Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. | Lei Zhang |
2018-04-12 | Add return value to FPDF_DeviceToPage(). | Lei Zhang |
2018-04-12 | Add CPDF_Page::DeviceToPage() / PageToDevice(). | Lei Zhang |
2018-04-12 | Change some CPDFXFA_Page methods to take rects and points. | Lei Zhang |
2018-04-12 | Change GetDisplayMatrix methods to take FX_RECT. | Lei Zhang |
2018-04-12 | Cleanup CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Retrieve the XML tree in the DocumentParser | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |
2018-04-11 | Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. | Tom Sepez |
2018-04-10 | Remove CFX_Rect. | Lei Zhang |
2018-04-09 | Merge CXFA_FFDoc::{Start|Do|Stop}Load methods | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-27 | Simplify some XFA font manager creationchromium/3382 | Dan Sinclair |
2018-03-21 | Rewrite CPDFXFA_DocEnvironment::GetPopupPos.chromium/3378 | Henrique Nakashima |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-06 | Fix caret not appearing in XFA Edits. | Henrique Nakashima |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-01 | Make FXJSE_Engine constructed from FXJS_Engine. | Tom Sepez |
2018-02-01 | Rename some CJS / IJS names for clarity. | Tom Sepez |
2018-01-23 | Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIterator | Dan Sinclair |
2018-01-22 | Convert CXFA_FFWidgetHandler to use CXFA_Node | Dan Sinclair |
2018-01-22 | Remove unused WidgetPreRemove and WidgetPostAdd params | Dan Sinclair |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-09 | Move Process* methods to CXFA_Node | Dan Sinclair |
2018-01-08 | Change the FFWidgets to store the node | Dan Sinclair |
2018-01-08 | Move proxy methods from CXFA_WidgetAcc to CXFA_Node | Dan Sinclair |
2018-01-04 | Remove CXFA_FFDocView from CXFA_WidgetAcc. | Dan Sinclair |
2018-01-04 | Merge CXFA_WidgetData into CXFA_WidgetAcc | Dan Sinclair |
2017-12-14 | Fold CXFA_SubmitData into CXFA_Submit | Dan Sinclair |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-07 | Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String. | Henrique Nakashima |