Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-24 | Remove fx_edit.h | Dan Sinclair | |
This CL moves GetPDFWordString to be a method on CFX_Edit. The FX_EDIT_ISLATINWORD define is moved into fx_edit.h. CFWL_Edit::FX_EDIT_ISLATINWORD is renamed to FxEditIsLatinWord to make less confusing with the define. Change-Id: I47d12d41447b268894a1d0376ac4b2bdb409e2df Reviewed-on: https://pdfium-review.googlesource.com/8531 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | |||
2016-09-29 | Move fpdfsdk/fxedit/include to fpdfsdk/fxedit | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2375963006 |