Age | Commit message (Expand) | Author |
2018-08-15 | Remove optional prepend argument from matrix transformations. | Tom Sepez |
2018-04-10 | Remove CFX_Rect. | Lei Zhang |
2018-04-10 | Change FillRectWithBlend methods to take FX_RECT by const-ref. | Lei Zhang |
2018-02-16 | Implement operator<< for CFX_Rect and CFX_RectF. | Henrique Nakashima |
2018-01-19 | Fix CFX_Matrix.RotateAt() | Henrique Nakashima |
2018-01-11 | Add operator<< to CFX_FloatRect. | Henrique Nakashima |
2017-12-19 | Remove some dead code. | Lei Zhang |
2017-12-04 | Simplify some CFX_FloatRect methods.chromium/3285 | Lei Zhang |
2017-12-01 | Add CFX_FloatRect::ToRoundedFxRect(). | Lei Zhang |
2017-12-01 | Add CFX_FloatRect::Scale(). | Lei Zhang |
2017-12-01 | Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint(). | Lei Zhang |
2017-12-01 | Remove unused CFX_FloatRect::Substract4(). | Lei Zhang |
2017-11-30 | Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium | Dan Sinclair |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-28 | Remove unused / rarely used CFX_PTemplate methods. | Lei Zhang |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Converted CFX_FloatRect::{Init|Update}Rect() to take point objects | Jane Liu |
2017-07-26 | Allow CFX_RTemplate to work with CFX_FloatRect | Dan Sinclair |
2017-07-26 | Use std::min/max in fx_coordinates.h | Dan Sinclair |
2017-07-26 | Make comment match code | Dan Sinclair |
2017-07-17 | Add CFX_FloatRect::GetDeflated | dan sinclair |
2017-07-13 | Move CPWL_Utils::ScaleRect to CFX_FloatRect | Dan Sinclair |
2017-07-13 | Move CPWL_Utils::GetCenterSquare to CFX_FloatRect | Dan Sinclair |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
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 |