Age | Commit message (Expand) | Author |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-09 | Use CXFA_TextUserData in place of CFX_Retainable where possible. | Tom Sepez |
2017-04-18 | Rename text break files to match class names. | Dan Sinclair |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-21 | Combine more RTF and TXT Break code | Dan Sinclair |
2017-03-20 | Cleanup unchanged values in CFX_TxtBreak | Dan Sinclair |
2017-03-16 | Simplify TxtBreak AppendChar | Dan Sinclair |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
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-14 | Merge text breaking helper classes. | Dan Sinclair |
2017-03-13 | Replace discrete array with a map. | dan sinclair |
2017-03-13 | Convert TxtBreak line pieces to a vector. | dan sinclair |
2017-03-13 | Simplify TxtBreak line handling. | dan sinclair |
2017-03-13 | Simplify the CFX_TxtPiece class | dan sinclair |
2017-03-13 | Remove some single use interfaces | Dan Sinclair |
2017-03-13 | Remove TextBreak rotation code | Dan Sinclair |
2017-03-13 | Remove unused defines from TextBreak. | Dan Sinclair |
2017-03-13 | Cleanup TXTLINEALIGNMENT defines | Dan Sinclair |
2017-03-13 | Remove unused TextBreak methods | Dan Sinclair |
2017-03-13 | Cleanup FX_TXTBREAK | Dan Sinclair |
2017-03-09 | Remove unused Txt break policies.chromium/3037 | Dan Sinclair |
2017-03-08 | Remove CFX_RTFPieceArray and use std::vector | Dan Sinclair |
2017-03-07 | Cleanup m_RTFLine code in RTFBreak.chromium/3034 | Dan Sinclair |
2017-03-07 | Cleanup text code | Dan Sinclair |
2017-03-06 | Simplify RTFBreak AppendChar. | Dan Sinclair |
2017-03-06 | Adding tests for CFX_RTFBreak | Dan Sinclair |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> | Tom Sepez |
2017-03-02 | Use std::deque for CFX_TPOArray | Tom Sepez |
2017-03-01 | Convert positioned tabs to std::vectorchromium/3028 | Dan Sinclair |
2017-03-01 | Remove unused FX_AdjustCharDisplayPos type, always nullptr args | Tom Sepez |
2017-03-01 | Return values instead of out params | Dan Sinclair |
2017-03-01 | More RTFBreak unused code and default params | Dan Sinclair |
2017-03-01 | Fixup RTFBreak and TextBreak nits | Dan Sinclair |
2017-02-28 | Remove always true method paramschromium/3027 | 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 | Convert FX_RTFLINEALIGNMENT to an enum class | Dan Sinclair |
2017-02-28 | Remove unused layout styles | Dan Sinclair |
2017-02-28 | Remove unused RTF Break Policies | Dan Sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-24 | Use std::vector for fx_ucd.h arrays.chromium/2992 | tsepez |