Age | Commit message (Expand) | Author |
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 |
2016-06-10 | Remove redundant casts, part 9. | tsepez |
2016-06-10 | Get rid of NULLs in xfa/fde/ | thestig |
2016-06-09 | Remove more casts, part 7. | tsepez |
2016-06-09 | Remove C-style casts in xfa/fde. | tsepez |
2016-06-07 | Replace IFGAS_Font with underlying concrete type | thestig |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-07 | Remove FDE_HVISUALOBJ. | dsinclair |
2016-06-06 | Remove unused CFDE_TxtEdtEngine::SetBufChunkSize(). | tsepez |
2016-06-06 | Remove FDE_HDEVICESTATE. | dsinclair |
2016-06-06 | Make GetDevFont() return a CFX_Font* instead of void* | tsepez |
2016-06-03 | Rename IFX_FontMgr to IFGAS_FontMgr | tsepez |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
2016-06-03 | Remove two unused opaque handle types | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-27 | Avoid two C-style FX_WCHAR* casts in pdfium | brucedawson |
2016-05-27 | Make sure CFDE_XMLSyntaxParser's buffer is null terminated. | ochang |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-24 | Replace CFX_DSPATemplate with std::binary_search. | dsinclair |
2016-05-23 | Rename IFX_Unknown to IFX_Retainable. | tsepez |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-19 | Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache | tsepez |
2016-05-19 | Move fgas_sax into individual files in fde. | dsinclair |
2016-05-19 | fgas/ code cleanup. | dsinclair |
2016-05-19 | Expand some typedefs to the original types | dsinclair |
2016-05-18 | Remove Release() from CFX_TxtBreak | tsepez |
2016-05-18 | Remove Release() from CFDE_TxtEdit* classes | tsepez |
2016-05-18 | Split xfa/fee files into individual class files. | dsinclair |
2016-05-16 | Revert "Replace Release() { delete this; } in fde_xml_imp.h" | Tom Sepez |
2016-05-16 | Replace Release() { delete this; } in fde_xml_imp.h | tsepez |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-05-04 | Replace IFX_MemoryAllocator::Release() with delete. | tsepez |
2016-05-03 | Cleanup XFA-Specific memory allocators. | tsepez |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-28 | Cleanup IFDE_CSS interfaces. | dsinclair |
2016-04-27 | Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. | tsepez |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-21 | Remove IFDE_CSSTagProvider. | dsinclair |
2016-04-21 | Cleanup FDE interfaces. | dsinclair |
2016-04-19 | Store WideString, not raw pointer, in FX_TXTRUN | tsepez |
2016-04-15 | Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. | dsinclair |