summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_monthcalendar.cpp
AgeCommit message (Expand)Author
2018-08-21Use UnownedPtr<> to theme provider in cfwl_widgetproperties.hTom Sepez
2018-05-16Remove some more unused #definesTom Sepez
2018-05-14Cleanup unused members of CFWL_MonthCalendar.Henrique Nakashima
2018-05-12Remove unused CFWL_FormProxy.Henrique Nakashima
2018-05-11Inline Disform_* methods.Henrique Nakashima
2018-05-11Remove CFWL_WidgetMgr::IsFormDisabled().Henrique Nakashima
2018-05-02CFWL_MonthCalendar::GetTodayText() includes "Today" string.Henrique Nakashima
2018-05-01Start at today's date in XFA Month Calendar.chromium/3417Henrique Nakashima
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-17Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.chromium/3192chromium/3191chromium/3190chromium/3189Lei Zhang
2017-08-14Cleanup FDE_TTO{STYLE|ALIGNMENT} defines.Dan Sinclair
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-03-30Rename tto/fde_textout to cfde_textoutDan Sinclair
2017-03-29Rename CFX_Unitime to CFX_DateTimeDan Sinclair
2017-03-20Simplify date time codeDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-31Use std::vector and unique_ptr in xfa/fwl.Tom Sepez
2017-01-03Remove the ::GetCapacity methods.Dan Sinclair
2017-01-03Convert CFWL_MonthCalendar to use return valuesDan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-15Cleanup widget edge related codedsinclair
2016-12-14Cleanup CFWL_MonthCalendar flagsdsinclair
2016-12-08Cleanup CFWL_Widget code to return CFX_RectFs where appropriatedsinclair
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair