Age | Commit message (Expand) | Author |
2016-10-04 | Cleanup DEPS files | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_render to core/fpdfapi/render | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-29 | Move fpdfsdk/fxedit/include to fpdfsdk/fxedit | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-28 | Replace std::unique_ptr.reset() with WrapUnique assignment. | thestig |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-15 | Cleanup CFX_SystemHandler. | dsinclair |
2016-09-14 | Delete unused parameter nWordStyle from GetCharWidth()chromium/2861 | npm |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | tsepez |
2016-09-13 | Stop converting widestring -> c_str -> widestring in several places. | tsepez |
2016-09-09 | Delete unused methods and definitions from fxet_edit | npm |
2016-09-08 | Pass CFX_WideString further down widget callers | tsepez |
2016-09-02 | Make CPDF_Path have a CFX_Path rather than inheriting | tsepez |
2016-08-30 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-29 | Revert "Use ->() in CPDF_ColorState" | tsepez |
2016-08-29 | Use ->() in CPDF_ColorState | tsepez |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. | tsepez |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-02 | Splitting fpdfdoc/doc_* part II. | dsinclair |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-18 | Removing default params from CFX_Edit. | dsinclair |
2016-07-18 | Remove CFX_Edit_Refresh::Analyse | dsinclair |
2016-07-13 | Cleanup some PWL interfaces.chromium/2800chromium/2799chromium/2798chromium/2797 | dsinclair |
2016-07-13 | Remove some IFX_* wrappers. | dsinclair |
2016-07-13 | Remove RichText support from fpdfsdk/fxedit. | dsinclair |
2016-06-27 | Clean up fxet_ap.cpp. | thestig |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-05-26 | Clean up CPDF_TextRenderer slightly. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-20 | Add an enum to represent text rendering modes. | thestig |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-12 | IFX_Edit::NewEdit never returns nullptr. | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-10 | Remove some dead code. | thestig |