Age | Commit message (Expand) | Author |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-21 | Combine more RTF and TXT Break code | Dan Sinclair |
2017-03-20 | Simplify date time code | Dan Sinclair |
2017-03-20 | Cleanup unchanged values in CFX_TxtBreak | Dan Sinclair |
2017-03-20 | Cleanup fgas_datetime code | Dan Sinclair |
2017-03-16 | Cleanup some fgas locale code. | 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 | Remove unused methods and data from fgas_codepage | 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 | 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-07 | Remove CFX_StackTemplate now that all usage removed. | Tom Sepez |
2017-03-06 | Simplify RTFBreak AppendChar. | Dan Sinclair |
2017-03-06 | Adding tests for CFX_RTFBreak | Dan Sinclair |
2017-03-02 | Remove unused CFX_ObjectStackTemplate | Tom Sepez |
2017-03-02 | Remove CFX_MassArrayTemplate | Tom Sepez |
2017-03-02 | Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> | Tom Sepez |
2017-03-02 | Use std::deque for CFX_FontDescriptors | Tom Sepez |
2017-03-02 | Remove CFX_MassArrayTemplate<CFX_Rect> backing array. | 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 | Fix font manager negation issue | 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 |