Age | Commit message (Expand) | Author |
2017-03-30 | Move CXFA_XMLParser to CFDE_XMLParser | 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 | Move CFX files into fxcrt | Dan Sinclair |
2017-03-30 | Rename FDE files to match contents. | Dan Sinclair |
2017-03-30 | Rename fgas_stream to ifgas_stream | 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 | remove CFX_ArrayTemplate from cfde_txtedtparag.cpp | Tom Sepez |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-27 | kill another CFX_ArrayTemplate in cfde_txtedtengine.cpp | Tom Sepez |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-22 | Use std::vector in cfde_txtedtenginechromium/3049 | Tom Sepez |
2017-03-22 | Use unique_ptr for CFDE_XMLDoc::m_pRoot | 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-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
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 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
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 | 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 |
2017-03-13 | Replace discrete array with a map. | dan sinclair |
2017-03-13 | Simplify the CFX_TxtPiece class | dan sinclair |
2017-03-13 | Remove some single use interfaces | Dan Sinclair |
2017-03-13 | Remove TextBreak rotation code | Dan Sinclair |
2017-03-13 | Remove unused defines from TextBreak. | Dan Sinclair |
2017-03-13 | Cleanup TXTLINEALIGNMENT defines | Dan Sinclair |
2017-03-13 | Cleanup FX_TXTBREAK | Dan Sinclair |
2017-03-09 | Remove unused Txt break policies.chromium/3037 | Dan Sinclair |
2017-03-03 | Remove CFX_StackTemplate<FDE_CANVASITEM> | Tom Sepez |
2017-03-03 | Remove CFX_StackTemplate from fde_xml_imp.h | Tom Sepez |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> | Tom Sepez |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> | Tom Sepez |
2017-02-28 | Avoid crash above CFWL_ListItem::GetText() | Tom Sepez |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-21 | Convert CFWL messages to use CFX_PointF | Dan Sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-09 | Remove CopyToLocal from CFDE_CSSDeclaration | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Add CFDE_CSSValueListParser tests | Dan Sinclair |