summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa
AgeCommit message (Expand)Author
2016-01-07Fix writing to read-only region in CXFA_TextParser::GetHorScale().Jun Fang
2015-12-22Rename LayoutWidget() to PerformLayout()Jun Fang
2015-12-17Remove FDE_Alloc in favor of FX_Alloc.Tom Sepez
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-11Fix a crasher in CXFA_FFDocView::SetFocus()Jun Fang
2015-12-11XFA: avoid multiplications in FX_AllocsTom Sepez
2015-12-10Fix compiling warnings on Linux (part2)Jun Fang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-09Fix heap-use-after-free in CXFA_PDFFontMgr::~CXFA_PDFFontMgr()Jun Fang
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-02Fix XFA build under chromium checkoutTom Sepez
2015-12-02Remove _FWL_RETURN_IF_ macrosTom 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 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-20Merge to XFA: Remove CFX_Matrix::Reset()Tom Sepez
2015-11-17Make FWL_ classes more consistently named.Tom Sepez
2015-11-13Add AsLayoutItem()/ToLayoutItem() functions.Tom Sepez
2015-11-13Rename LayoutItemImpl classes to LayoutItem.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-09fix an embedder test in XFA branch.Wei Li
2015-11-05Fix XFA compilation warnings, part 2Tom Sepez
2015-11-03Remove unused variablesJun Fang
2015-10-28A crasher due to lacking 'template' node in XFA fileJun Fang
2015-10-27Revert accidental commits to XFA.Tom Sepez
2015-10-27Address review commentsJun Fang
2015-10-27Update the formatJun Fang
2015-10-27Add an embedded test caseJun Fang
2015-10-23Merge to XFA: Cleanup: Remove unused CPDF_Stream::Clone().Lei Zhang
2015-10-20XFA: Remove cond ? TRUE : FALSE.Lei Zhang
2015-10-02XFA: Remove test for new.Lei Zhang
2015-08-06XFA: clang-format all pdfium code, again.Nico Weber
2015-08-05Kill off last uses of FX_NEW in XFA.Tom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-19Merge to XFA: Do some IWYU cleanups.Lei Zhang
2015-06-19Fix -Wnon-virtual-dtor warnings on the XFA branch.Lei Zhang
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-02Replace XFA_HWIDGET with IXFA_Widget*Tom Sepez