summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffwidget.cpp
AgeCommit message (Expand)Author
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-13Optionally skip image type detection in progressive decoder.dsinclair
2016-06-09Use static_cast<CXFA_WidgetAcc*> in xfa.tsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-20Clean up XFA code which causes warningsweili
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-05-03Remove FWL_WGTHITTEST_* defines in favour of enum class.dsinclair
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Split fxfa_objectacc.h into pieces.dsinclair
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-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-17Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics.Dan Sinclair
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair