summaryrefslogtreecommitdiff
path: root/xfa/fwl
AgeCommit message (Expand)Author
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Make xfa/ pass gn check.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Split xfa build rules into various BUILD.gn files in xfa/.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-03Use numbers to test barcode encodings that do not accept letters.Henrique Nakashima
2018-10-02Clean up some XFA forward declarations.Lei Zhang
2018-10-02Remove unneeded cfgas_fontmgr.h includes.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-17Make CBC_CodeBase::SetTextLocation() virtual.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Remove bool arg from CFWL_Widget::GetBorderSize().Tom Sepez
2018-08-23Remove m_bTruncated flag from CBC_PDF417Writer.Henrique Nakashima
2018-08-21Use UnownedPtr<> to theme provider in cfwl_widgetproperties.hTom Sepez
2018-08-21Remove excessive padding above and below PDF417 barcodes.Henrique Nakashima
2018-08-21Optimize rendering of two dimensional barcodes: defer upscale.Henrique Nakashima
2018-08-20Clean up CXFA_Graphics::SetLineDash().Lei Zhang
2018-08-16Allow PDF417 barcodes to reduce modules by shaving off padding.Henrique Nakashima
2018-08-16Add a way to save a barcode generated bitmap to a .png.Henrique Nakashima
2018-08-16Optimize rendering of two dimensional barcodes: deduplicate regions.Henrique Nakashima
2018-08-16Do not set barcode module width and height in unittest.Henrique Nakashima
2018-08-15Remove optional prepend argument from matrix transformations.Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-07-16Fix crash when typing letters into an XFA datetime field.Henrique Nakashima
2018-07-03Use UnownedPtr<> in cfwl_notedriver.hTom Sepez
2018-07-03Use UnownedPtr<> in cfwl_messagekillfocus.hTom Sepez
2018-07-03Use UnownedPtr<> in cfwl_scrollbar.h and cfwl_themebackground.hTom Sepez
2018-07-02Use UnownedPtr<> in cfwl_event.h and cfwl_message.hTom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-06-01Remove unused variable pDst from CFWL_Edit::OnValidateRyan Harrison
2018-06-01Remove unneeded call to GetNextSiblingWidgetRyan Harrison
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-16Remove some more unused #definesTom Sepez
2018-05-14Cleanup unused members of CFWL_MonthCalendar.Henrique Nakashima
2018-05-14Remove dead code from CFWL_WidgetMgr.Henrique Nakashima
2018-05-12Remove unused CFWL_FormProxy.Henrique Nakashima
2018-05-11Rename last CFWL_ComboBox::DisForm* methods.chromium/3428Henrique Nakashima
2018-05-11Remove more dead code from CFWL_ComboBox.Henrique Nakashima
2018-05-11Remove CFWL_Widget::SetFocus(). It is non-op.Henrique Nakashima
2018-05-11Inline or renamed more CFWL_ComboBox::DisForm methods.Henrique Nakashima
2018-05-11Remove CFWL_ComboBoxProxy.Henrique Nakashima
2018-05-11Inline Disform_* methods.Henrique Nakashima
2018-05-11Remove CFWL_WidgetMgr::IsFormDisabled().Henrique Nakashima
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima
2018-05-02CFWL_MonthCalendar::GetTodayText() includes "Today" string.Henrique Nakashima