Age | Commit message (Expand) | Author |
2017-03-29 | Fix MSAN uninitialized value report. | Tom Sepez |
2017-03-28 | Ensure that CFX_RetainPtr move ctor is used by std::vector. | Tom Sepez |
2017-03-28 | Remove unused CFX_ArrayTemplate and CFX_BasicArray. | Tom Sepez |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-23 | Fix CFX_RetainPtr move-assign semantics. | Tom Sepez |
2017-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-21 | Move colorspace specific code to colorspace class | Dan Sinclair |
2017-03-21 | Replace CFX_FileSizeListArray with a std::map | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-16 | Compare to epsilon instead of 0 in CFX_Matrix::SetReverse | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Fix botch introduced at 193e6ca, try 2. | Tom Sepez |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | remove CFX_ArrayTemplate from fx_extension.cpp | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-14 | Merge text breaking helper classes. | Dan Sinclair |
2017-03-13 | Remove TextBreak rotation code | Dan Sinclair |
2017-03-13 | Remove unused TextBreak methods | Dan Sinclair |
2017-03-13 | Cleanup FX_TXTBREAK | Dan Sinclair |
2017-03-07 | Cleanup text code | Dan Sinclair |
2017-03-01 | Fixup RTFBreak and TextBreak nits | Dan Sinclair |
2017-02-28 | Remove unused methods from RTFBreak and TextBreak | Dan Sinclair |
2017-02-28 | Convert the FX_RTFBREAK defines to an enum class | Dan Sinclair |
2017-02-28 | Remove unused layout styles | Dan Sinclair |
2017-02-28 | Avoid crash above CFWL_ListItem::GetText() | Tom Sepez |
2017-02-28 | Clean up CXML_Element.chromium/3026 | Lei Zhang |
2017-02-26 | core: fix two more uninitialized memberschromium/3025chromium/3024 | Miklos Vajna |
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-21 | Convert more TransformPoint calls to Transform | 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-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
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 |