Age | Commit message (Expand) | Author |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-03-13 | Remove some single use interfaces | Dan Sinclair |
2017-03-13 | Remove TextBreak rotation code | Dan Sinclair |
2017-02-23 | Cleanup CFX_Graphics. | Dan Sinclair |
2017-02-23 | Merge CFX_PathGenerator into CFX_Path. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-21 | Convert CFWL messages to use CFX_PointF | Dan Sinclair |
2017-02-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-31 | Use std::vector and unique_ptr in xfa/fwl. | Tom Sepez |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2017-01-03 | Cleanup ThemeProvider code | Dan Sinclair |
2017-01-03 | Remove the ::GetCapacity methods. | Dan Sinclair |
2017-01-03 | Convert CFWL_MonthCalendar to use return values | Dan Sinclair |
2017-01-03 | Remove more CFX_ArrayTemplate in cfwl_notedriver.h. | tsepez |
2017-01-03 | Remove CFWL_ListBox::GetDataProviderItemText | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2017-01-03 | Use return values in CFWL_Scrollbar instead of out params | Dan Sinclair |
2016-12-15 | Move window type mask up with masked flags | dsinclair |
2016-12-15 | Remove widget offscreen code. | dsinclair |
2016-12-15 | Cleanup widget edge related code | dsinclair |
2016-12-15 | Remove more unused widget styles | dsinclair |
2016-12-15 | Remove unused widget state flags | dsinclair |
2016-12-15 | Remove unused sysbtn code | dsinclair |
2016-12-14 | Remove unused flags in CFWL_PushButtonchromium/2952 | dsinclair |
2016-12-14 | Cleanup CFWL_MonthCalendar flags | dsinclair |
2016-12-14 | Remove unused CFWL_Form flags | dsinclair |
2016-12-14 | Remove unused CFWL_Edit flags. | dsinclair |
2016-12-14 | This CL removes some of the unused CFWL widget flags. | dsinclair |
2016-12-14 | Remove unused CFWL_ListBox code | dsinclair |
2016-12-14 | Update CFWL_ListBox to return instead of using out params. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Change CFWL_Widget::GetMatrix to return the matrix | dsinclair |
2016-12-08 | Change layout item in CFWL_Widget type from void | dsinclair |
2016-12-08 | Cleanup CFWL_Widget code to return CFX_RectFs where appropriate | dsinclair |
2016-12-08 | Remove unused list data pointer | dsinclair |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-12-07 | Convert GetWidgetRect to return rect. | dsinclair |
2016-12-07 | Split CFWL_Widget::GetWidgetRect into two parts | dsinclair |
2016-12-07 | Cleanup return values in CFWL_ComboBox | dsinclair |
2016-12-07 | Cleanup FWL default values part II. | dsinclair |
2016-12-07 | Cleanup default FWL params part I | dsinclair |
2016-12-07 | Cleanup caret show/hide code | dsinclair |