summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow
AgeCommit message (Expand)Author
2017-02-14Replace CPWL_Point with CFX_PointFchromium/3013Dan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Delete unused method CPWL_Edit::GeneratePageObjectsNicolas Pena
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-19Add ObservedPtrs to PWL_CREATEPARAMDan Sinclair
2017-01-09Remove CFX_ArrayTemplate from CPWL_Wnd.tsepez
2017-01-04Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindowtsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez
2016-10-04Cleanup DEPS filesdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move fpdfsdk/fxedit/include to fpdfsdk/fxeditdsinclair
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/include to core/fpdfapidsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_fontdsinclair
2016-09-28Replace std::unique_ptr.reset() with WrapUnique assignment.thestig
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-15Deleted unused defintions and methods from PWL_FontMapnpm
2016-09-15Cleanup CFX_SystemHandler.dsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-13CFX_FloatPoint default constructor and equals operatorschromium/2860tsepez
2016-09-13Remove more strcmp/memcmp usage.tsepez
2016-09-13Stop converting widestring -> c_str -> widestring in several places.tsepez
2016-09-08CPWL_Color::ConvertColorType should compare current color type with the given...jaepark
2016-08-24Cleanup some PWL_FontMap methodsdsinclair
2016-08-24Flip document and parser ownershipdsinclair
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-03Use smart pointers for class owned pointersweili
2016-08-02Splitting fpdfdoc/doc_* part II.dsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-19Remove m_pList conditionals from CPWL_ListBoxdsinclair
2016-07-19Reset notify parameter in CPWL_ListBox OnDestroy().dsinclair
2016-07-18Removing default params from CFX_Edit.dsinclair
2016-07-13Cleanup some PWL interfaces.chromium/2800chromium/2799chromium/2798chromium/2797dsinclair
2016-07-13Remove some IFX_* wrappers.dsinclair
2016-07-13Remove RichText support from fpdfsdk/fxedit.dsinclair
2016-06-27Clean up some CPDF_Font subclasses.thestig
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-16Remove unused code.dsinclair