Age | Commit message (Expand) | Author |
2017-11-30 | Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium | Dan Sinclair |
2017-11-29 | Remove CollectionSize from fx_bidi | Dan Sinclair |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-11-16 | Make WideString::{Format|FormatV} static | Dan Sinclair |
2017-11-16 | Refactor CFGAS_FontMgr's Windows implementation | Nicolas Pena |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
2017-10-04 | Remove CFX_CRTFileAccess | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup CFGAS_GEFont methods | Dan Sinclair |
2017-09-27 | Move CFX_Font definition to cfx_font.h | Dan Sinclair |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Move static methods to anonymous namespace | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Hide FX_HandleParentPath | Dan Sinclair |
2017-09-26 | Share public part of CFGAS_FontMgr declaration | Dan Sinclair |
2017-09-26 | Move font source into CFGAS_FontMgr | Dan Sinclair |
2017-09-26 | Remove font default params | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_Observable to Observable | Dan Sinclair |
2017-09-21 | Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager | Dan Sinclair |
2017-09-21 | Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr | Dan Sinclair |
2017-09-18 | Remove some unused variables. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-09-13 | Add readme files to some directories.chromium/3215 | Henrique Nakashima |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-05 | Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. | Tom Sepez |
2017-08-31 | Cleanup fx_basic_* files | Dan Sinclair |
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-23 | Convert string Find methods to return an Optional | Ryan Harrison |
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-02 | Rewrite how string Insert() methods handle out of bound indices | Ryan Harrison |
2017-08-01 | Encapsulate some CFX_Char members. | Lei Zhang |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
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-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Simplify FX_GetMirrorChar() code. | Lei Zhang |
2017-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-06-26 | Adding back the CFX_DateTime print helpers. | Henrique Nakashima |