Age | Commit message (Expand) | Author |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-03 | Remove DefaultAppearance HasColor and return an optional instead | Dan Sinclair |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2018-03-28 | More fpdfsdk filename cleanup | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-03-20 | Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377 | Lei Zhang |
2018-03-15 | Add a CFX_PathData::AppendRect() variant.chromium/3372 | Lei Zhang |
2018-03-15 | Use Width()/Height() methods from rectangles. | Lei Zhang |
2018-01-30 | Cleanup some param passing code | Dan Sinclair |
2018-01-30 | Cleanup duplicate RunScript code | Dan Sinclair |
2018-01-30 | Cleanup some CPDFSDK_Widget XFA code. | Dan Sinclair |
2018-01-30 | Combine more combo and list code | Dan Sinclair |
2018-01-29 | Cleanup some ChoiceList code | Dan Sinclair |
2018-01-23 | Remove GetWidgetAcc calls | Dan Sinclair |
2018-01-23 | Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330 | Dan Sinclair |
2018-01-23 | Remove CXFA_WidgetAcc from CXFA_FFDocView methods | Dan Sinclair |
2018-01-23 | Use accessor for WidgetAcc | Dan Sinclair |
2018-01-22 | Convert CXFA_EventParam to store a CXFA_Node | Dan Sinclair |
2018-01-22 | Convert CXFA_FFWidgetHandler to use CXFA_Node | Dan Sinclair |
2018-01-22 | Add flag to notify if a node widget is ready | Dan Sinclair |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-08 | Change the FFWidgets to store the node | Dan Sinclair |
2018-01-04 | Move ProcessValueChanged from CXFA_WidgetAcc to CXFA_FFDocView | Dan Sinclair |
2017-12-11 | Get rid of default ctors for CPDF_Action and CPDF_AAction. | Lei Zhang |
2017-11-23 | Cleanup CXFA_WidgetDatachromium/3277 | Dan Sinclair |
2017-10-18 | Refactor HasXFAField into HasFormInfo | Ryan Harrison |
2017-10-17 | Convert XFA Doc Types to be more precise | Ryan Harrison |
2017-10-16 | Convert CPVT_Color to CFX_Color | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Use unsigned types for app age, value age in widgets.chromium/3218chromium/3217 | Tom Sepez |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-08-28 | Change DrawAppearance() methods to take CFX_Matrix by const-ref. | Lei Zhang |
2017-07-25 | Move fpdfsdk/pdfwindow to fpdfsdk/pwl | Dan Sinclair |
2017-07-24 | Remove fxedit place classes in pdfwindow/ | Dan Sinclair |
2017-07-20 | Consolidate Appearance Stream code in CPWL_AppStream. | Dan Sinclair |
2017-07-19 | Create CPWL_AppStream. | Dan Sinclair |
2017-07-17 | Add CFX_FloatRect::GetDeflated | dan sinclair |
2017-07-13 | Rename CPWL_Color to CFX_Color | Dan Sinclair |
2017-07-13 | Move CPWL_Utils::GetCenterSquare to CFX_FloatRect | Dan Sinclair |
2017-07-13 | Remove CPWL_Utils::{In,De}flateRect | dan sinclair |
2017-06-27 | Adding overload for ostream << CFX_ByteString | Henrique Nakashima |
2017-06-21 | Fix typos that meant to say handler instead of hander. | Lei Zhang |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in cpdfsdk_widget.cpp. | Henrique Nakashima |
2017-06-02 | Rename PWL_FooBar files to cpwl_foo_bar. | Lei Zhang |
2017-06-02 | Remove explicit CFX_Matrix identity matrix instantiations. | Lei Zhang |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |