Age | Commit message (Expand) | Author |
2017-08-15 | Hide the undo/redo record classes inside the engine | Dan Sinclair |
2017-08-15 | Remove default params from xfa/fde code. | Dan Sinclair |
2017-08-15 | Remove CFDE_RenderDevice | Dan Sinclair |
2017-08-14 | Merge CFDE_RenderContext into CFWL_Edit | Dan Sinclair |
2017-08-14 | Cleaning up the visual set iterator | Dan Sinclair |
2017-08-14 | Remove FDE_VISUALOBJ_Canvas | Dan Sinclair |
2017-08-14 | Cleanup more fde defines | Dan Sinclair |
2017-08-14 | Cleanup CFDE_TextOut methods | Dan Sinclair |
2017-08-14 | Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. | Dan Sinclair |
2017-08-10 | Remove unused FDE_TTOSTYLE_ flags | Dan Sinclair |
2017-08-10 | Remove CFDE_Path | Dan Sinclair |
2017-08-10 | Remove default params in CFDE_RenderDevice | Dan Sinclair |
2017-08-09 | Remove unused code from CFDE_RenderDevice. | Dan Sinclair |
2017-08-09 | Remove CFDE_{Pen|Brush} classes | Dan Sinclair |
2017-08-08 | Move CSS code to core | Dan Sinclair |
2017-08-01 | Remove support for negative params to ReleaseBuffer() | Ryan Harrison |
2017-07-27 | The FDE CSS code does not use the CFGAS_FontMgr | Dan Sinclair |
2017-07-27 | Fixup includes in xfa/fde/csschromium/3169 | Dan Sinclair |
2017-07-27 | Move CXFA_CSSTagProvider to inner class of CXFA_TextParser | Dan Sinclair |
2017-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-06-30 | Split CFDE_CSSTextBuf in two. | Lei Zhang |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-26 | Remove a const_cast in CFDE_CSSTextBuf. | Lei Zhang |
2017-06-26 | Clean up CFDE_CSSTextBuf. | Lei Zhang |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
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-11 | Rename render device classes | Dan Sinclair |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | Removing unused IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-03 | XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr. | Tom Sepez |
2017-04-28 | Remove more |new|s, part 3 | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-25 | Use fx_extension.h utilities in more places in xfa/ | Lei Zhang |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Update IFX_CharIter::Clone to return unique_ptr | 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 IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
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 |