Age | Commit message (Expand) | Author |
2017-01-19 | Add ObservedPtrs to PWL_CREATEPARAM | Dan Sinclair |
2017-01-09 | Remove CFX_ArrayTemplate from CPWL_Wnd. | tsepez |
2017-01-04 | Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-10-26 | Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. | tsepez |
2016-10-04 | Cleanup DEPS files | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | 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/include to core/fpdfapi | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | 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 | Deleted unused defintions and methods from PWL_FontMap | npm |
2016-09-15 | Cleanup CFX_SystemHandler. | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | tsepez |
2016-09-13 | Remove more strcmp/memcmp usage. | tsepez |
2016-09-13 | Stop converting widestring -> c_str -> widestring in several places. | tsepez |
2016-09-08 | CPWL_Color::ConvertColorType should compare current color type with the given... | jaepark |
2016-08-24 | Cleanup some PWL_FontMap methods | dsinclair |
2016-08-24 | Flip document and parser ownership | dsinclair |
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-03 | Use smart pointers for class owned pointers | weili |
2016-08-02 | Splitting fpdfdoc/doc_* part II. | dsinclair |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-19 | Remove m_pList conditionals from CPWL_ListBox | dsinclair |
2016-07-19 | Reset notify parameter in CPWL_ListBox OnDestroy(). | dsinclair |
2016-07-18 | Removing default params from CFX_Edit. | 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 some CPDF_Font subclasses. | thestig |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-16 | Remove unused code. | dsinclair |
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-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-12 | Fix some misc nits. | thestig |