Age | Commit message (Expand) | Author |
2017-04-18 | Rename text break files to match class names. | Dan Sinclair |
2017-04-18 | Update IFGAS_Stream::WriteString to take a string. | Dan Sinclair |
2017-04-13 | Fold LoadFile{Read|Write} back into constructors | Dan Sinclair |
2017-04-12 | Fold CFGAS_Stream into CFGAS_TextStream. | Dan Sinclair |
2017-04-12 | Remove the FGAS Buffered Stream | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-06 | Fix unit tests to initialize PartitionAlloc. | Chris Palmer |
2017-04-06 | Cleanup nits from previous XML Cl | dan sinclair |
2017-04-06 | Remove the length reference from XMLSyntaxParser | dan sinclair |
2017-04-06 | Change the CFDE_XMLSyntaxParser start and end types | Nicolas Pena |
2017-04-06 | Convert XMLSyntaxParser buffer to vector. | dan sinclair |
2017-04-05 | Merge XMLSyntaxParser Init into constructor | Dan Sinclair |
2017-04-05 | Update XML syntax parser to return strings | Dan Sinclair |
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-04 | Remove un-needed CFDE_XMLDeclaration | Dan Sinclair |
2017-04-04 | Cleanup CFX_BlockBuffer | Dan Sinclair |
2017-04-04 | Let CPDF_ImageRenderer own the CFX_ImageRenderer | Nicolas Pena |
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 | 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 |