Age | Commit message (Expand) | Author |
2017-09-28 | Cleanup CFGAS_GEFont methods | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Remove some unused variables. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-05 | Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. | Tom Sepez |
2017-08-31 | More BIDI code shufflingchromium/3206chromium/3205 | Dan Sinclair |
2017-08-31 | Move bidi code to fx_bidi | Dan Sinclair |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Rebuild CFDE_TextEditEngine. | Dan Sinclair |
2017-08-28 | Add a global font loader in XFA tests | Dan Sinclair |
2017-08-28 | Remove code which does nothing | Dan Sinclair |
2017-08-17 | Remove redundant members in CFDE_TxtEdtEngine | Dan Sinclair |
2017-08-15 | Remove default params from xfa/fde code. | Dan Sinclair |
2017-08-01 | Encapsulate some CFX_Char members. | Lei Zhang |
2017-07-28 | Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171 | Lei Zhang |
2017-07-28 | Remove unused param from CFX_TxtBreak::AppendChar_PageLoad(). | Lei Zhang |
2017-07-27 | Simplify FX_GetMirrorChar() code. | Lei Zhang |
2017-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
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 |