Age | Commit message (Expand) | Author |
2017-06-30 | Fix nits in a bunch of random XFA files. | Lei Zhang |
2017-06-05 | Cleaning up some XFA locale related code | Dan Sinclair |
2017-05-25 | Split apart remaining xfa/fxfa/app files | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-23 | Cleanup default values and methods in CXFA_Widgetdata | Dan Sinclair |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-16 | CFDE_RenderDevice::m_bOwnerDevice is always false | Tom Sepez |
2017-05-09 | Use CXFA_TextUserData in place of CFX_Retainable where possible. | Tom Sepez |
2017-04-24 | Nit cleanup in XFA widget code | Dan Sinclair |
2017-04-24 | Cleanup the XFA Bacode widget | Dan Sinclair |
2017-04-21 | Change more fxbarcode to use return values. | Lei Zhang |
2017-04-20 | Cleanup some XFA widget code | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Rename text break files to match class names. | Dan Sinclair |
2017-04-18 | Use unique_ptr for m_pNormalWidget | Tom Sepez |
2017-04-05 | Move XML attribute handling to a base class. | Dan Sinclair |
2017-04-04 | Cleanup CFDE_XMLCharData and CFDE_XMLText | Dan Sinclair |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Rename tto/fde_textout to cfde_textout | Dan Sinclair |
2017-03-30 | Rename FDE files to match contents. | Dan Sinclair |
2017-03-29 | Move xfa/fxbarcode fxbarcode/ | Dan Sinclair |
2017-03-29 | Rename CFX_Unitime to CFX_DateTime | Dan Sinclair |
2017-03-29 | Split xfa_object.h apart. | Dan Sinclair |
2017-03-28 | Renaming and splitting in xfa/fxfa/parser. | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-27 | Return arrays where appropriate in fxfa. | Tom Sepez |
2017-03-27 | Use std::vector in fxfa/app. | Tom Sepez |
2017-03-23 | Tighten up XFA Visibility | Dan Sinclair |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-23 | Cleanup DocType defines | Dan Sinclair |
2017-03-23 | Remove unused XFA_VALIDATE code | Dan Sinclair |
2017-03-23 | Remove unused invalidate flag | Dan Sinclair |
2017-03-22 | Use unique_ptr in xfa_ffpushbutton.h | Tom Sepez |
2017-03-22 | Remove unused docview flag | Dan Sinclair |
2017-03-20 | Simplify date time code | Dan Sinclair |
2017-03-20 | Cleanup fgas_datetime code | Dan Sinclair |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-15 | Use map of unique_ptr in cxfa_textparser. | Tom Sepez |
2017-03-14 | Replace CXFA_{Object,Node}Array with std::vector | 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-14 | Merge text breaking helper classes. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |