summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller
AgeCommit message (Expand)Author
2016-09-28Replace std::unique_ptr.reset() with WrapUnique assignment.thestig
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-27Watch destruction of widgets around OnAAction() method.tsepez
2016-09-27De-virtualize many CFFL_InteractiveFormFiller methods.tsepez
2016-09-22Move CPDFSDK_Environment code to cpp filedsinclair
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-21Make the I in IFormFiller explicitdsinclair
2016-09-21Rename m_pApp to m_pEnvdsinclair
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-15Cleanup CFX_SystemHandler.dsinclair
2016-09-15Replace FX_UINT with unsigned intdsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
2016-09-14Rename CPDFDoc_Environment to CPDFSDK_Environmentdsinclair
2016-09-13CFX_FloatPoint default constructor and equals operatorschromium/2860tsepez
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-13Stop converting widestring -> c_str -> widestring in several places.tsepez
2016-09-12Remove GetDictBy("DR") from annot/field dictionariesnpm
2016-09-08Pass CFX_WideString further down widget callerstsepez
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-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-22Destroy window before cleaning up comboboxdsinclair
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-11Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files.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-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-13Cleanup some PWL interfaces.chromium/2800chromium/2799chromium/2798chromium/2797dsinclair
2016-06-21Use FXFONT defines in place of integers.thestig
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-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-21Remove unused CFX_IntArray.tsepez
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez