summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffpageview.cpp
AgeCommit message (Expand)Author
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-06-09Use static_cast<CXFA_WidgetAcc*> in xfa.tsepez
2016-06-08Fix GetPageIndex() for dynamic XFA documents.thestig
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-16Remove { delete this; } anti-pattern from IXFA_WidgetIteratortsepez
2016-04-29Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair
2016-04-14Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.tsepez
2016-04-13Cleanup CPDFXFA_Page.thestig
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-04Cleanup the FF Handler proxy methods.dsinclair
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair