Age | Commit message (Expand) | Author |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
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-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-02-28 | Avoid crash above CFWL_ListItem::GetText() | Tom Sepez |
2017-02-09 | Remove CopyToLocal from CFDE_CSSDeclaration | Dan Sinclair |
2017-02-08 | Add CFDE_CSSValueListParser tests | Dan Sinclair |
2017-02-02 | Clean up CSS code to match styles.chromium/3001 | dan sinclair |
2017-01-26 | Add CSS parser tests | Dan Sinclair |
2017-01-26 | Cleanup memory in CFDE_CSSStyleSelector | Dan Sinclair |
2017-01-24 | Track CFDE_CSSComputedStyle with retained ptrs | Dan Sinclair |
2017-01-24 | Cleanup memory in CFDE_CSSRuleCollection | Dan Sinclair |
2017-01-24 | Remove ID, Class and Universal selector code | Dan Sinclair |
2017-01-24 | Remove CSS Pseudo parsing | Dan Sinclair |
2017-01-23 | Remove unused author and and user stylesheets | Dan Sinclair |
2017-01-23 | Cleanup CSS parsing | Dan Sinclair |
2017-01-19 | Split fde/css files into individual class files. | Dan Sinclair |
2017-01-18 | Split CFDE_CSSPrimitiveValue apart | Dan Sinclair |
2017-01-18 | Convert CSS mode stack to std::stack | Dan Sinclair |
2017-01-18 | Remove unused syntax parser initialize method. | Dan Sinclair |
2017-01-18 | Remove unused codePage and URL code. | Dan Sinclair |
2017-01-18 | Remove GetDeclImp methods in favour of GetDeclaration | Dan Sinclair |
2017-01-17 | More css parser tests; more memory fixes. | Dan Sinclair |
2017-01-17 | Start CSS parser unit tests | Dan Sinclair |
2017-01-17 | Rename FDE_CSSRECT and FDE_CSSLENGTH | Dan Sinclair |
2017-01-16 | Replace remaining CSS interfaces with concrete classes | Dan Sinclair |
2017-01-16 | Remove IFDE_CSS interfaces which are only implemented once. | Dan Sinclair |
2017-01-12 | Remove used items from the CSS code.chromium/2980 | Dan Sinclair |
2017-01-11 | Convert FDE CSS enums to enum classes. | Dan Sinclair |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2017-01-10 | Split xfa_textlayout apart. | Dan Sinclair |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fde. | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-07 | Refcount IFGAS_ streams all the time, too | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-11-28 | Fix crash in CFDE_CSSSyntaxParser when parsing empty url | npm |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. | npm |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-28 | Continue fixing FX_BOOL / int noise | tsepez |
2016-10-25 | Avoid dubious use of comma operator in fde_csssyntax.h | tsepez |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-08-11 | Remove fgas_system files. | dsinclair |
2016-08-04 | Use smart pointers for class owned pointers under xfa/fde | weili |
2016-07-20 | Move CSSRuleCollection class to its own file | npm |
2016-07-18 | Cleanup fgas/crt. | dsinclair |