Age | Commit message (Expand) | Author |
2015-02-03 | Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor() | Tom Sepez |
2015-01-31 | Fix heap buffer overflow in CPDF_SampledFunc::v_Call | JUN FANG |
2015-01-30 | Don't export any OpenJPEG methods from PDFium. | John Abd-El-Malek |
2015-01-30 | Use system FreeType on Linux. | John Abd-El-Malek |
2015-01-29 | Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject(). | Tom Sepez |
2015-01-27 | Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290 | Tom Sepez |
2015-01-26 | Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |
2015-01-23 | Fix null crash in CheckTrailer. | Tom Sepez |
2015-01-22 | Use IPDF_DataAvail interface to hide CPDF_DataAvail. | Tom Sepez |
2015-01-21 | Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-12 | Merge to master: Fix include paths for pdfium_unittests under chromium checkout | Tom Sepez |
2015-01-09 | Check for NULL pointers in CJBig2_SymbolDict::DeepCopy().chromium/2276chromium/2275chromium/2274chromium/2273 | Lei Zhang |
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-08 | Land: Protect against a seg fault in CPDF_StructElementImpl constructor. | Tom Sepez |
2015-01-07 | Finish unit test for CFX_ByteStringC class. | Tom Sepez |
2015-01-07 | Add ostream helpers for FX String classes. | Tom Sepez |
2015-01-06 | Resolve all but two VC++ build warnings in pdfium. | Bruce Dawson |
2015-01-05 | Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2015-01-05 | Update externs in unicodenormalization.cpp to not have array sizes. | Lei Zhang |
2015-01-05 | Fix an array size mismatch. | Lei Zhang |
2015-01-05 | Clean up bookmark related codes. | Bo Xu |
2015-01-05 | Remove static declared SymbolDictCache. | Bo Xu |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-29 | Create pdfium_unittests binary. | Tom Sepez |
2014-12-19 | Refactor some code in CPDF_TextPage::ProcessTextObject(). | Lei Zhang |
2014-12-19 | Transform font size to user space for valid text size comparison. | Bo Xu |
2014-12-19 | Update freetype to 2.5.4. | Bo Xu |
2014-12-19 | Fix a few windows compile warningschromium/2268chromium/2267chromium/2266chromium/2265chromium/2264chromium/2263chromium/2262chromium/2261chromium/2260chromium/2259chromium/2258chromium/2257chromium/2256 | Bo Xu |
2014-12-18 | Cleanup: Refactor some code into its own function in fpdf_text_int.cpp. | Lei Zhang |
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 | 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 | 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-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-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-14 | Remove FX_LPCWSTR cast to wchar_t* literals | Bo Xu |
2014-11-14 | Fix build warning on android under stricter compilation rules. | Tom Sepez |