Age | Commit message (Expand) | Author |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fde. | tsepez |
2016-12-15 | Remove more unused widget styles | dsinclair |
2016-12-14 | Remove unused CFWL_Edit flags. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-12-07 | Use unique_ptr for CXFA_XMLParser. | tsepez |
2016-12-07 | Cleanup FWL default values part II. | dsinclair |
2016-12-07 | Refcount IFGAS_ streams all the time, too | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | 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-24 | Change TxtEdtEngine to return CFX_WideStringchromium/2935chromium/2934chromium/2933chromium/2932 | dan sinclair |
2016-11-23 | Merge IFWL and CFWL classes. | dsinclair |
2016-11-21 | Clean up CFGAS_GEFont | npm |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-15 | Cleanup cfwl_* files. | dsinclair |
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-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-20 | Merge the CFWL_*Imp classes into the IFWL_* classes. | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-30 | Switch CFX_SAXReader to use std::stack. | thestig |
2016-09-29 | Move xfa/fxfa/include to xfa/fxfa | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-20 | Refactor CFX_FontCache to have only one in GE Module. | art-snake |
2016-09-19 | Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ... | dsinclair |
2016-09-15 | Fix memory leaking on ClosePage.chromium/2862 | art-snake |
2016-09-13 | Sort include entries. | dsinclair |
2016-08-29 | Move CFX_SubstFont and CTTFontDesc into their own files | npm |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-11 | Remove fgas_system files. | dsinclair |
2016-08-11 | Guard against undefined shift. | dsinclair |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-08-04 | Use smart pointers for class owned pointers under xfa/fde | weili |
2016-07-25 | Use smart pointers for CFX_Font and CFX_Type3Font classes | weili |
2016-07-20 | Move CSSRuleCollection class to its own file | npm |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-07-11 | Cleanup ownership of parser members | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-18 | Make code compile with clang_use_chrome_plugin (final) | weili |
2016-06-16 | Cleanup XML parser code. | dsinclair |