summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_font
AgeCommit message (Expand)Author
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-05Add CPDF_ImageObject::GetImage().thestig
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-07-01Clean up parts of CPDF_CIDFont.thestig
2016-06-27Clean up some CPDF_Font subclasses.thestig
2016-06-23Remove FPDFAPI_LoadCID2UnicodeMap.dsinclair
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-20Change func(void) to func()weili
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-08Remove even more const casting from core.tsepez
2016-06-07Avoid const-cast in CPDF_Fonttsepez
2016-06-07Use static_casts for cpdf_type1font bsearch on mac.tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-05-23Use unique_ptr in CPDF_CidFonttsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Remove c_str() from fpdf_font.cpptsepez
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-26Clean up CPDF_Page.thestig
2016-04-22Remove #ifdef platform which is always true.tsepez
2016-04-21Remove one warning from PDFium compilation in Crosweili
2016-04-14Explicity use CFX_ByteStrings in a couple of placestsepez
2016-04-14Avoid string allocs for CMap_GetString() return value.tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-28Cleanup one mac headerWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-23Fix win/clang part 2.Dan Sinclair
2016-03-23Fix build on win/clangDan Sinclair
2016-03-22Re-enable MSVC warning 4702Wei Li
2016-03-21Make predefined character table slightly smaller.Tom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Re-enable several MSVC warningsWei Li