summaryrefslogtreecommitdiff
path: root/xfa/include/fwl
AgeCommit message (Expand)Author
2016-03-29Move xfa/include/fwl/{theme,lightwidget} to xfa/fwldsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode.Dan Sinclair
2016-03-17Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair
2016-03-08Remove xfa/src/fwl/src and move code up a level.Dan Sinclair
2016-03-08Remove extraneous xfa/src/fwl/src include/ directories.Dan Sinclair
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-29Remove foxitlib.h and foxitxfa.h and IWYU.Dan Sinclair
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-25Remove include only fwl.h and IWYU.Dan Sinclair
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Remove more _CAPS namesTom Sepez
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-23Sort includes in xfa/.Dan Sinclair
2016-02-23Resolve heap-use-after-free in CFX_WideString::~CFX_WideString()Jun Fang
2016-02-22Expand XFA includes to be relative to pdfium/.Dan Sinclair
2016-02-22Fixing include guards, and presubmit.Dan Sinclair
2016-02-18Fixup incorrect include guards.Dan Sinclair
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-16IFWL_App::Create() always passed adapter, "fuel" adapter unusedTom Sepez
2016-02-12One less PI.Tom Sepez
2016-02-09Several pure virtual IFWL_Adapter* classes not implemented.Tom Sepez
2016-02-08Remove CFX_PtrArray from xfa/include/fwlTom Sepez
2016-02-05Remove CFX_PtrArray from xfa's combobox.h.Tom Sepez
2016-01-27XFA: Remove dead AddDoRecord code.Lei Zhang
2016-01-26Fix DOS newlinesTom Sepez
2016-01-08XFA: Remove many relative includes in xfa/Lei Zhang
2015-12-10Convert last batch of casts in fwl.Tom Sepez
2015-12-10Replace more static casts in FWL (part 3)Tom Sepez
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-04Tidy fwl_widgetimp.cpp.Tom Sepez
2015-12-02Remove _FWL_RETURN_IF_ macrosTom Sepez
2015-12-02Add MakeWidgetImpProperties() helper method.Tom Sepez
2015-11-25Refactor CXFA_FFPageView::GetWidgetByPosJun Fang
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-17Make FWL_ classes more consistently named.Tom Sepez
2015-11-09Merge to XFA: Fix all relative includes to core.Lei Zhang
2015-08-06XFA: clang-format all pdfium code, again.Nico Weber