summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_iformfiller.cpp
AgeCommit message (Expand)Author
2016-09-07Fix spelling of "Formated" in several variableschromium/2854tsepez
2016-09-01Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its ca...jaepark
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-03Use smart pointers for class owned pointersweili
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-08Remove redundant casts, part 4tsepez
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-23Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow.dan sinclair
2016-03-21Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.Dan Sinclair