Age | Commit message (Expand) | Author |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-20 | Use more consts in CFX_Break. | Lei Zhang |
2018-07-03 | Use more UnowendPtr<> in cfgas_formatstring.h and cfx_break.h | Tom Sepez |
2018-06-26 | Assert that tab width assumption holds in CFX_RTFBreak. | Henrique Nakashima |
2018-06-26 | Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab | Henrique Nakashima |
2018-06-05 | Clean up CFX_TxtBreak | Ryan Harrison |
2018-06-04 | Remove unused assignment from CFX_RTFBreak | Ryan Harrison |
2018-05-17 | More overflow checks in bidi code | Dan Sinclair |
2018-05-16 | Move FX_LBUN shorthand codes from .h to .cpp file | Tom Sepez |
2018-05-16 | Use CheckedNumeric in CFX_RTFBreak::AppendChar_Others | Dan Sinclair |
2018-05-15 | Remove unused methods from CFX_BreakLine | Dan Sinclair |
2018-05-15 | Remove CFX_BreakLine::CountPieces | Dan Sinclair |
2018-05-15 | Remove CFX_BreakLine::CountChars | Dan Sinclair |
2018-05-10 | Fixup ASSERT in Bidi handling; Add bidi fuzzer. | Dan Sinclair |
2018-05-02 | Transform in/out params from ref to pointer in CFX_(Txt|RTF)Break. | Henrique Nakashima |
2018-05-01 | Fix possible integer overflows in CFX_RTFBreak. | Henrique Nakashima |
2018-04-30 | Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416 | Henrique Nakashima |
2018-04-30 | Fix more possible integer overflows in CFX_TxtBreak. | Henrique Nakashima |
2018-04-30 | Fix Integer-overflow in CFX_TxtBreak::AppendChar_Others | Henrique Nakashima |
2018-04-26 | Enter key inserts a line break correctly in XFA edits. | Henrique Nakashima |
2018-04-19 | Fix duplicated text in each line in XFA widgets. | Henrique Nakashima |
2018-04-10 | Remove CFX_Rect. | Lei Zhang |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-27 | Remove unused FX_TXTRUN::pIdentity | Dan Sinclair |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-05 | Remove unused code from CFX_BreakLine | Ryan Harrison |
2017-11-29 | Remove CollectionSize from fx_bidi | Dan Sinclair |
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 |