Age | Commit message (Expand) | Author |
2017-03-28 | Renaming and splitting in xfa/fxfa/parser. | Dan Sinclair |
2017-03-28 | Fix nits in cxfa_ffpageview.cpp and friends. | Lei Zhang |
2017-03-28 | Remove CFX_ArrayTemplate from FX barcode code. | Tom Sepez |
2017-03-28 | Remove CFX_ArrayTempalte from cxfa_resolvprocessor.cpp | Tom Sepez |
2017-03-28 | Remove CFX_ArrayTemplate from xfa_layoutpagemgr.cppchromium/3055 | Tom Sepez |
2017-03-28 | Remove CFX_ArrayTemplate from CXFA_Node. | Tom Sepez |
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 | Remove CFX_ArrayTemplate from xfa_document_datamerger_imp.cpp | Tom Sepez |
2017-03-28 | remove CFX_ArrayTemplate from cfde_txtedtparag.cpp | Tom Sepez |
2017-03-28 | use std::vector for m_rgSpecifiedColumnWidths | Tom Sepez |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-28 | Remove CFX_ArrayTemplate in CXFA_ValueArray | Tom Sepez |
2017-03-27 | Return arrays where appropriate in fxfa. | Tom Sepez |
2017-03-27 | kill another CFX_ArrayTemplate in cfde_txtedtengine.cpp | Tom Sepez |
2017-03-27 | Use std::vector in fxfa/app. | Tom Sepez |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-24 | Use std::vector<std::unique_ptr>> in cxfa_ffpageviewchromium/3053 | Tom Sepez |
2017-03-23 | Remove unused CXFA_WidgetAccIterator methods | Dan Sinclair |
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 std::vector in cfde_txtedtenginechromium/3049 | Tom Sepez |
2017-03-22 | Use unique_ptr in xfa_ffpushbutton.h | Tom Sepez |
2017-03-22 | Use unique_ptr for CFDE_XMLDoc::m_pRoot | Tom Sepez |
2017-03-22 | Remove unused docview flag | Dan Sinclair |
2017-03-22 | Use moar unique_ptrs in CXFA_Document | Tom Sepez |
2017-03-22 | Use unique_ptr in cfx_saxreader.h | Tom Sepez |
2017-03-21 | Use std::vector for m_HotKeys | Tom Sepez |
2017-03-21 | Combine more RTF and TXT Break code | Dan Sinclair |
2017-03-20 | Simplify date time code | Dan Sinclair |
2017-03-20 | Cleanup unchanged values in CFX_TxtBreak | Dan Sinclair |
2017-03-20 | Cleanup fgas_datetime code | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-16 | Cleanup some fgas locale code. | Dan Sinclair |
2017-03-16 | Simplify TxtBreak AppendChar | Dan Sinclair |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-15 | remove CFX_ArrayTemplate from fde/xml. | Tom Sepez |
2017-03-15 | Use map of unique_ptr in cxfa_textparser. | Tom Sepez |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Remove unused methods and data from fgas_codepage | Dan Sinclair |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_tchromium/3042 | Dan Sinclair |
2017-03-14 | Use std::vector for content layout item arrays | 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 |