Age | Commit message (Expand) | Author |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Replace CPWL_Point with CFX_PointFchromium/3013 | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Delete unused method CPWL_Edit::GeneratePageObjects | Nicolas Pena |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
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 |