Age | Commit message (Expand) | Author |
2017-05-01 | Add PDF reference to CFX_Matrix comment | Nicolas Pena |
2017-04-25 | Add comment to CFX_Matrix to record component positions. | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-23 | Convert TransformPoint calls to Transform calls | 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-16 | Convert CPDF_TextPage classes to CFX_PointFchromium/3015 | Dan Sinclair |
2017-02-16 | Convert CPDF_TextObject to CFX_PointF | Dan Sinclair |
2017-02-15 | Remove unused FX_RECT methods | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | 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-07 | Split CFX_STemplate from CFX_PSTemplate | Tom Sepez |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-20 | Remove CFX_Points, CFX_PointsF in favor of std::vector | tsepez |
2017-01-05 | Banish CFX_Points, CFX_PointsF, and CFX_RectFArray to XFA-side only. | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |