summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/fxet_edit.cpp
AgeCommit message (Expand)Author
2017-01-31Use std::vector, unique_ptrs in fxet_edit.hTom Sepez
2017-01-04Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindowtsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
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/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_renderdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
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-15Cleanup CFX_SystemHandler.dsinclair
2016-09-14Delete unused parameter nWordStyle from GetCharWidth()chromium/2861npm
2016-09-13CFX_FloatPoint default constructor and equals operatorschromium/2860tsepez
2016-09-09Delete unused methods and definitions from fxet_editnpm
2016-09-08Pass CFX_WideString further down widget callerstsepez
2016-09-02Make CPDF_Path have a CFX_Path rather than inheritingtsepez
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
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-02Splitting fpdfdoc/doc_* part II.dsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-18Removing default params from CFX_Edit.dsinclair
2016-07-18Remove CFX_Edit_Refresh::Analysedsinclair
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-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-07Get rid of NULLs in core/thestig
2016-05-11CPDF_VariableText::GetIterator() never returns NULL.thestig
2016-05-10Remove some dead code.thestig
2016-05-04More define cleanup.dsinclair
2016-04-29Subtract instead of adding the negation.thestig
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-05Remove core/include/fpdfdoc/fpdf_vt.hdsinclair
2016-04-04Make IPDF_VariableText_{Provider,Iterator} inner classes.dsinclair
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez