Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair | |
This CL removes IFX_ArabicChar, IFX_RTFBreak, IFX_TxtBreak, IFX_WordBreak, IFX_FormatString, and IFX_GSUBTable. References were updated to be the concrete classes. The CFX_GSUBTable was also removed as it is unused. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1882213002 | |||
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair | |
This CL moves the fxcrt code into the core/fxcrt directory. The only exception was fx_bidi.h which was moved into core/fxcrt as it is not used outside of core/. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1825953002 . | |||
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair | |
This CL moves the core/src/ files up to core/ and fixes up the include guards, includes and build files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1800523005 . |