Age | Commit message (Expand) | Author |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-03-23 | Remove dead CFX_Edit code and fix some typos. | Lei Zhang |
2017-03-21 | Make CPVT_WordPlace more conformant with the prevailing idioms. | Tom Sepez |
2017-03-21 | Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it.chromium/3048 | Tom Sepez |
2017-03-20 | Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. | Tom Sepez |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | Replace CLines class with std::vector<Cline>. | 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-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-14 | Delete unused parameter nWordStyle from GetCharWidth()chromium/2861 | npm |
2016-09-13 | Sort include entries. | dsinclair |
2016-09-13 | Stop converting widestring -> c_str -> widestring in several places. | tsepez |
2016-08-02 | Splitting fpdfdoc/doc_* part II. | dsinclair |
2016-07-18 | Remove default params in CPDF_VariableText. | dsinclair |
2016-07-13 | Remove RichText support from fpdfsdk/fxedit. | dsinclair |
2016-07-11 | Use smart pointers for class owned member variables | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-11 | Remove CPVT_Size and CPVT_FloatRange.chromium/2734 | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-10 | Remove some dead code. | thestig |
2016-05-04 | Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://cod...chromium/2729chromium/2728chromium/2727chromium/2726chromium/2725 | dsinclair |
2016-05-02 | Remove unneeded CPVT classes. | thestig |
2016-04-05 | Remove core/include/fpdfdoc/fpdf_vt.h | dsinclair |