summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow
AgeCommit message (Expand)Author
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
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-12Fix some misc nits.thestig
2016-05-12IFX_Edit::NewEdit never returns nullptr.thestig