- 0cb9b8c Strip out custom allocator code by Dan Sinclair · 8 years ago
- 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 8 years ago
- 0e6438e Remove custom allocator from CFDE_TxtEdtBuf. by Dan Sinclair · 8 years ago
- 5e9066c Add CFDE_TxtEdtBuf tests by dsinclair · 8 years ago
- e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 8 years ago
- e4d611c Remove CFX_MapPtrToPtr from xfa/fde. by tsepez · 8 years ago
- d924770 Remove more unused widget styles by dsinclair · 8 years ago
- aefbe4b Remove unused CFWL_Edit flags. by dsinclair · 8 years ago
- a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
- 51709be Replace CFX_WideStringArray with std::vector by tsepez · 8 years ago
- 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
- 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 8 years ago
- 442997c Cleanup FWL default values part II. by dsinclair · 8 years ago
- 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 8 years ago
- 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
- 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 8 years ago
- 2399152 Fix crash in CFDE_CSSSyntaxParser when parsing empty url by npm · 8 years ago
- 0354ccf Change TxtEdtEngine to return CFX_WideString by dan sinclair · 8 years ago
- 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
- 4b91a2d Clean up CFGAS_GEFont by npm · 8 years ago
- 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
- 38eaf4b Cleanup cfwl_* files. by dsinclair · 8 years ago
- 8f3eb60 Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. by npm · 8 years ago
- d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
- 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
- 530c7ac Avoid dubious use of comma operator in fde_csssyntax.h by tsepez · 8 years ago
- ad2441e Rename IFX_ stream names by tsepez · 8 years ago
- fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 8 years ago
- 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
- aa69291 Switch CFX_SAXReader to use std::stack. by thestig · 8 years ago
- 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
- 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
- a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
- 9972ff9 Refactor CFX_FontCache to have only one in GE Module. by art-snake · 8 years ago
- c480899 Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ ) by dsinclair · 8 years ago
- cde5101 Fix memory leaking on ClosePage. by art-snake · 8 years ago
- 2ca2da5 Sort include entries. by dsinclair · 8 years ago
- 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
- d691899 Split fx_font into multiple files, part 1. by npm · 8 years ago
- e0347a6 Remove fgas_system files. by dsinclair · 8 years ago
- 22eeccb Guard against undefined shift. by dsinclair · 8 years ago
- 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
- 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
- 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
- cddf825 Use smart pointers for class owned pointers under xfa/fde by weili · 8 years ago
- 9b671ac Use smart pointers for CFX_Font and CFX_Type3Font classes by weili · 8 years ago
- 69f160d Move CSSRuleCollection class to its own file by npm · 8 years ago
- 3496545 Cleanup fgas/crt. by dsinclair · 8 years ago
- bb95c50 Cleanup ownership of parser members by dsinclair · 8 years ago
- 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
- 907a522 Use FXFONT defines in place of integers. by thestig · 9 years ago
- ec51ac3 Another round of fx_ge cleanup. by thestig · 9 years ago
- eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 9 years ago
- 3fa3351 Cleanup XML parser code. by dsinclair · 9 years ago
- c14c958 Remove redundant casts, part 9. by tsepez · 9 years ago
- cfb77cc Get rid of NULLs in xfa/fde/ by thestig · 9 years ago
- 77b909e Remove more casts, part 7. by tsepez · 9 years ago
- e64c3c6 Remove C-style casts in xfa/fde. by tsepez · 9 years ago
- a4fdfc5 Replace IFGAS_Font with underlying concrete type by thestig · 9 years ago
- 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
- 705f829 Remove FDE_HVISUALOBJ. by dsinclair · 9 years ago
- 2e9cd3a Remove unused CFDE_TxtEdtEngine::SetBufChunkSize(). by tsepez · 9 years ago
- fe433f1 Remove FDE_HDEVICESTATE. by dsinclair · 9 years ago
- 48ddd86 Make GetDevFont() return a CFX_Font* instead of void* by tsepez · 9 years ago
- 16e587e Rename IFX_FontMgr to IFGAS_FontMgr by tsepez · 9 years ago
- b71dc76 Rename IFX_Font to IFGAS_Font by tsepez · 9 years ago
- b5032dd Remove two unused opaque handle types by tsepez · 9 years ago
- db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
- 2f109ab Avoid two C-style FX_WCHAR* casts in pdfium by brucedawson · 9 years ago
- 816ff7b Make sure CFDE_XMLSyntaxParser's buffer is null terminated. by ochang · 9 years ago
- befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
- 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
- 25fa42f Clean up fx_ge.h and IWYU. by thestig · 9 years ago
- 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 9 years ago
- a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
- 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
- 788ac38 Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache by tsepez · 9 years ago
- 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 9 years ago
- fc2cdf8 fgas/ code cleanup. by dsinclair · 9 years ago
- f8d8ac4 Expand some typedefs to the original types by dsinclair · 9 years ago
- d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
- 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
- 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
- d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 9 years ago
- fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 9 years ago
- f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
- 2a14bde Replace IFX_MemoryAllocator::Release() with delete. by tsepez · 9 years ago
- 4d06f83 Cleanup XFA-Specific memory allocators. by tsepez · 9 years ago
- 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
- e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 9 years ago
- b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
- 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
- b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
- bc1cbab Remove IFDE_CSSTagProvider. by dsinclair · 9 years ago
- acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
- d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 9 years ago
- db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
- 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
- 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
- bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago