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