summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2015-01-16Follow-on to pdfium_embeddertests.Tom Sepez
2015-01-15Allow FPDFBookmark_GetFirstChild to return the top level bookmarkTom Sepez
2015-01-10Add APIs for getting bookmarks and named destinations.Bo Xu
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2015-01-05Get rid of g_timeMap global object.Bruce Dawson
2015-01-05Remove run-time calculation of hash constants in pdfium.Bruce Dawson
2015-01-05Get rid of fifteen copies of m_sTimeMap and their initializers.Bruce Dawson
2015-01-05Clean up bookmark related codes.Bo Xu
2015-01-05In windows printing, convert src bitmap to dest bitmap using CompositeBitmap.Bo Xu
2015-01-02Remove g_NaN global variable and its constructor.Bruce Dawson
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-12Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables.Bruce Dawson
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-11-14Correct typo in form fill environment functionsBo Xu
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-11-14Change from 'this' to L'this' and remove the cast that was hiding this mismatch.Bo Xu
2014-11-06Adding constructor to _FX_SYSTEMTIME to resolve uninitialized read bugs found...Tom Sepez
2014-10-30For v8 Global Object, do not copy in CJS_Value constructor.Tom Sepez
2014-10-03Enable C linkage in fpdfppo.hBo Xu
2014-09-24Lock page in LoadFXAnnot to prevent unintended page closingBo Xu
2014-09-22Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167Jochen Eisinger
2014-09-19Add FPDF_GetSecurityHandlerRevisionBo Xu
2014-09-08The cause of this issue is that there is an indirect object like '112 0 R' bu...Jun Fang
2014-08-22Fix confusion between length in bytes and length in characters in app::respon...Tom Sepez
2014-08-18Fix a double-free issue in CFX_PathData::~CFX_PathDataJun Fang
2014-08-18Check path point count overflow in DrawThisAppearanceBo Xu
2014-08-18Fix tzHour usage on systems where char is unsigned.chromium/2137chromium/2136chromium/2135chromium/2133chromium/2132chromium/2131chromium/2130chromium/2129chromium/2128Nico Weber
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-13Remove try/catch blockBo Xu
2014-08-12Treat null Parent as no Parent for dictionary objectsBo Xu
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-08-07Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118Jun Fang
2014-08-06Clean up meaningless branch on commented-out code.Chris Palmer
2014-08-04Remove unused |m_pEvi| field.Chris Palmer
2014-08-02Fix buffer size boundary check offset by 1chromium/2117chromium/2116chromium/2115chromium/2114chromium/2113Bo Xu
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-07-31Remove CPDFSDK_Annot::ResetAppearance().Nico Weber
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-30Fix a few -Wreorder warnings.Nico Weber
2014-07-30Add missing braces for aggregate initializers.Nico Weber
2014-07-30Attempt to fix some -Woverloaded-virtual warnings.Nico Weber
2014-07-30Fix incorrect override of GetLayoutOrder().Nico Weber
2014-07-30Fix the potential integer overflow from 'offset+size' in extension.h and fpdf...JUN FANG
2014-07-30Speculative fix for uninitialized value in CFX_ByteString().Tom Sepez
2014-07-29Tidy up app::response().Tom Sepez
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber