summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2015-12-10Fix compiling warnings on Linux (part2)Jun Fang
2015-12-10Fix crashing in CFWL_CheckBox::Initialize()Jun Fang
2015-12-10Convert last batch of casts in fwl.Tom Sepez
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-10Replace more static casts in FWL (part 3)Tom Sepez
2015-12-09Fix heap-use-after-free in CXFA_PDFFontMgr::~CXFA_PDFFontMgr()Jun Fang
2015-12-09Fix errors in BEGIN_FWL_MESSAGE_DEF macrosTom Sepez
2015-12-09FWL refcounts never incremented (part 2).Tom Sepez
2015-12-09Re-land "Rename CFWL_Thread classes to ThreadImp"Tom Sepez
2015-12-08FWL refcounts never incremented (part 1)Tom Sepez
2015-12-07Revert "Rename CFWL_Thread classes to ThreadImp"Tom Sepez
2015-12-07Rename CFWL_Thread classes to ThreadImpTom Sepez
2015-12-07Remove C-Style casts in severl other fwl_...imp.cpp filesTom Sepez
2015-12-04Remove C-Style casts in fwl_{barcode,caret,checkbox,combobox}imp.cppTom Sepez
2015-12-04Remove unused Thread class and static members.Tom Sepez
2015-12-04Tidy fwl_widgetimp.cpp.Tom Sepez
2015-12-04Fix dubious casting in fwl_widgetimp.cpp.Tom Sepez
2015-12-02Fix XFA build under chromium checkoutTom Sepez
2015-12-02Remove _FWL_RETURN_IF_ macrosTom Sepez
2015-12-02Add MakeWidgetImpProperties() helper method.Tom Sepez
2015-12-01Make CFWL_Custom consistenly named.Tom Sepez
2015-12-01Fix a crasher due to recursion in CXFA_WidgetAcc::ExecuteScript()Jun Fang
2015-12-01Use c++ style casts in CPWL_Color::CPWL_Color()Jun Fang
2015-11-27Fix a crasher in LoadFont() when non-standard font is used in XFA filesJun Fang
2015-11-27Fix a crasher caused by an invalid index in CXFA_LayoutPageMgr::GetPage()Jun Fang
2015-11-25Fix a crasher in rendering rich text in XFA filesJun Fang
2015-11-25Refactor CXFA_FFPageView::GetWidgetByPosJun Fang
2015-11-23Make CXFA_ContainerLayoutItem inherit from IXFA_LayoutPage.Tom Sepez
2015-11-20XFA: Fix a few fxjse warnings.Lei Zhang
2015-11-20Fix CFWL_WidgetImpDelegate hierarchy.Tom Sepez
2015-11-20Fix Mac compilation at 5500da04e3acTom Sepez
2015-11-20Merge to XFA: Remove CFX_Matrix::Reset()Tom Sepez
2015-11-18Kill dead IFWL_*::Initialize() variants dead.Tom Sepez
2015-11-18Make IFWL_Target::m_pImpl a private member.Tom Sepez
2015-11-18Fold IFWL_TargetData into IFWL_TargetTom Sepez
2015-11-17Rename additional IFWL imp classesTom Sepez
2015-11-17Make FWL_ classes more consistently named.Tom Sepez
2015-11-13Add AsLayoutItem()/ToLayoutItem() functions.Tom Sepez
2015-11-13XFA: Remove empty files in xfa/src/fgas/src/crt/codepage.Lei Zhang
2015-11-13Rename LayoutItemImpl classes to LayoutItem.Tom Sepez
2015-11-13Make CFWL_WidgetMgr{Delegate} inherit from IFWL_WidgetMgr{Delegate}.Tom Sepez
2015-11-13Fold CXFA_LayoutItem into CXFA_LayoutItemImpl.Tom Sepez
2015-11-12Remove two unused IXFA interfaces.Tom Sepez
2015-11-11XFA: Use c++ style casts elsewhere in xfa_ffnotify.cppTom Sepez
2015-11-10Fix invalid cast in CXFA_FFNotify::OnLayoutItemRemoving().Tom Sepez
2015-11-09Merge to XFA: Fix all relative includes to core.Lei Zhang
2015-11-09fix an embedder test in XFA branch.Wei Li
2015-11-06XFA: Actually fix all relative includes to third_party.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-11-05Fix XFA compilation warnings, part 2Tom Sepez