Age | Commit message (Expand) | Author |
2014-12-18 | Cleanup: Refactor some code into its own function in fpdf_text_int.cpp. | Lei Zhang |
2014-12-18 | Merge: Fix obvious compilation breakage on win32 in previous version. | Tom Sepez |
2014-12-17 | Cleanup: Remove a shadow variable in CPDF_TextPage::CloseTempLine(). | Lei Zhang |
2014-12-17 | Add a small LRU cache for the JBIG2 symbol dictionary. | Bo Xu |
2014-12-17 | Merge Initialize V8 external data back to master. | Tom Sepez |
2014-12-17 | Cleanup: Pass by const reference in fpdftext. | Lei Zhang |
2014-12-17 | Fix a bug that occurs when an object has the same object number with the root... | JUN FANG |
2014-12-12 | Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables. | Bruce Dawson |
2014-12-12 | Fix build after previous commit.chromium/2255chromium/2254chromium/2253chromium/2252chromium/2251 | John Abd-El-Malek |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |
2014-12-11 | m_pColorSpace can not be NULL for image object with DCTDecode filter | Bo Xu |
2014-12-10 | Do not do strict check of BitsPerComponent for RunLengthDecode filter | Bo Xu |
2014-12-10 | Lab colorspace needs to be 3 component | Bo Xu |
2014-12-09 | Trailer should be a dictionary object | Bo Xu |
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-12-03 | Cleanup: Remove an unused function. | Lei Zhang |
2014-12-02 | Add a missing 'using' keyword in big integer library | Bo Xu |
2014-12-02 | Modify big integer library | Bo Xu |
2014-12-02 | Remove unnecessary files in third_party/bigint | Bo Xu |
2014-12-02 | Initial check in of big integer library, v2010.04.30 | Bo Xu |
2014-11-24 | Update to openjpeg r2944 | Bo Xu |
2014-11-19 | Fix blank page issues caused by too strict checkchromium/2250chromium/2249chromium/2248chromium/2247chromium/2246chromium/2245chromium/2244chromium/2243chromium/2242chromium/2241chromium/2240chromium/2239chromium/2238chromium/2237 | Jun Fang |
2014-11-18 | Fixed crash on NULL de-referencing. | Vitaly Buka |
2014-11-18 | Fixing operator so that bCheckRight isn't always true. Unknown effect! | Bruce Dawson |
2014-11-18 | Fixing format strings to remove 'z' size specifier. | Bruce Dawson |
2014-11-17 | Removing unnecessary casts from wchar_t* to wchar_t*, by various names. | Bruce Dawson |
2014-11-17 | Zero initialize ch to avoid possible bug - conditions are very subtle. | Bruce Dawson |
2014-11-17 | Add Bruce to AUTHORS | Bo Xu |
2014-11-16 | Rename functions in test code also -- fixing build-break from 2c021e0 | Bo Xu |
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-14 | Fix build warning on android under stricter compilation rules. | Tom Sepez |
2014-11-13 | Build pdfium_test executable under GN. | Tom Sepez |
2014-11-13 | Make DEPS use relative paths to fix recipe | Aneesh Mulye |
2014-11-10 | Fix a bug when performing StretchDIBits on bit mask | Bo Xu |
2014-11-06 | Fix bug with reading from uninitialized variable found by VC++'s /analyze. | Tom Sepez |
2014-11-06 | Adding constructor to _FX_SYSTEMTIME to resolve uninitialized read bugs found... | Tom Sepez |
2014-11-06 | Fix PDFium build with Windows GN. | John Abd-El-Malek |
2014-10-30 | Undo an old change in freetype to account for size of USHORT | Bo Xu |
2014-10-30 | For v8 Global Object, do not copy in CJS_Value constructor. | Tom Sepez |
2014-10-30 | Update openjpeg to r2920 | Bo Xu |
2014-10-29 | Resolve compilation error with G++ 4.9. | Tom Sepez |
2014-10-22 | update openjpeg to r2911 | Bo Xu |
2014-10-21 | Change the clear order of pDocPage and pDocRender | Bo Xu |
2014-10-21 | Update openjpeg to r2908chromium/2202chromium/2201chromium/2200chromium/2199chromium/2198chromium/2197 | Bo Xu |
2014-10-21 | More fixes in sycc422_to_rgb and sycc420_to_rgb when image width is odd | Bo Xu |
2014-10-21 | Add missing parenthesis in FXARGB_GETDIB macro | Bo Xu |
2014-10-16 | Make DEPS not add an extra pdfium directory. | John Abd-El-Malek |