Age | Commit message (Expand) | Author |
2016-02-25 | Remove set but unsed variables. | Lei Zhang |
2016-02-25 | Make CFX_PSVTemplate simpler. | Tom Sepez |
2016-02-25 | Fix mac build, part 2. | dan sinclair |
2016-02-25 | Fix Mac Build, missing include. | Dan Sinclair |
2016-02-25 | Remove include only fwl.h and IWYU. | Dan Sinclair |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Moar _CAPS work, part 3. | Tom Sepez |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-23 | Resolve heap-use-after-free in CFX_WideString::~CFX_WideString() | Jun Fang |
2016-02-22 | Fix return values in CFWL_FormImp::EndDoModal(). | Lei Zhang |
2016-02-22 | Fixing include guards, and presubmit. | Dan Sinclair |
2016-02-18 | Fixup incorrect include guards. | Dan Sinclair |
2016-02-17 | Banish CFX_ByteArray and CFX_WideArray to the XFA side. | Tom Sepez |
2016-02-16 | IFWL_App::Create() always passed adapter, "fuel" adapter unused | Tom Sepez |
2016-02-09 | Several pure virtual IFWL_Adapter* classes not implemented. | Tom Sepez |
2016-02-08 | Remove CFX_PtrArray from xfa/include/fwl | Tom Sepez |
2016-02-05 | Fix build broken at e059b5ba1260 | Tom Sepez |
2016-02-05 | Remove CFX_PtrArray from xfa's combobox.h. | Tom Sepez |
2016-01-27 | XFA: Remove dead AddDoRecord code. | Lei Zhang |
2016-01-26 | Fix DOS newlines | Tom Sepez |
2016-01-25 | XFA: Fix a bunch of pointless returns.chromium/2637chromium/2636chromium/2635chromium/2634chromium/2633chromium/2632 | Lei Zhang |
2016-01-11 | Merge to XFA: Switch most min/max macros to std::min/max. | Lei Zhang |
2016-01-08 | XFA: Remove many relative includes in xfa/ | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-18 | Fix a bug that items can't be selected in list boxes | Jun Fang |
2015-12-10 | Fix compiling warnings on Linux (part2) | Jun Fang |
2015-12-10 | Fix crashing in CFWL_CheckBox::Initialize() | Jun Fang |
2015-12-10 | Convert last batch of casts in fwl. | Tom Sepez |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-12-10 | Replace more static casts in FWL (part 3) | Tom Sepez |
2015-12-09 | Fix errors in BEGIN_FWL_MESSAGE_DEF macros | Tom Sepez |
2015-12-09 | FWL refcounts never incremented (part 2). | Tom Sepez |
2015-12-09 | Re-land "Rename CFWL_Thread classes to ThreadImp" | Tom Sepez |
2015-12-08 | FWL refcounts never incremented (part 1) | Tom Sepez |
2015-12-07 | Revert "Rename CFWL_Thread classes to ThreadImp" | Tom Sepez |
2015-12-07 | Rename CFWL_Thread classes to ThreadImp | Tom Sepez |
2015-12-07 | Remove C-Style casts in severl other fwl_...imp.cpp files | Tom Sepez |
2015-12-04 | Remove C-Style casts in fwl_{barcode,caret,checkbox,combobox}imp.cpp | Tom Sepez |
2015-12-04 | Remove unused Thread class and static members. | Tom Sepez |
2015-12-04 | Tidy fwl_widgetimp.cpp. | Tom Sepez |
2015-12-04 | Fix dubious casting in fwl_widgetimp.cpp. | Tom Sepez |
2015-12-02 | Remove _FWL_RETURN_IF_ macros | Tom Sepez |
2015-12-02 | Add MakeWidgetImpProperties() helper method. | Tom Sepez |
2015-12-01 | Make CFWL_Custom consistenly named. | Tom Sepez |
2015-11-20 | Fix CFWL_WidgetImpDelegate hierarchy. | Tom Sepez |
2015-11-20 | Fix Mac compilation at 5500da04e3ac | Tom Sepez |
2015-11-20 | Merge to XFA: Remove CFX_Matrix::Reset() | Tom Sepez |
2015-11-18 | Kill dead IFWL_*::Initialize() variants dead. | Tom Sepez |
2015-11-18 | Make IFWL_Target::m_pImpl a private member. | Tom Sepez |