summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_sysfontinfo.cpp
AgeCommit message (Expand)Author
2018-08-27The final game: mark everything final.Tom Sepez
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair
2017-07-18Add missing STDCALL annotationsDan Sinclair
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-10Free the FPDF_SYSFONTINFO_DEFAULT instead of deletenpm
2016-11-08Add FPDF_FreeDefaultSystemFontInfo APInpm
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-28Continue fixing FX_BOOL / int noisetsepez
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-13Sort include entries.dsinclair
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-27Splitting fx_ge_fontmap.cppnpm
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-05-27Clean up some Android/Windows code.thestig
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-23Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow.dan sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair