Age | Commit message (Expand) | Author |
2015-03-12 | Revert "Kill CFX_GrowOnlyPool." | Tom Sepez |
2015-03-12 | Kill CFX_GrowOnlyPool. | Tom Sepez |
2015-03-10 | Kill remaining sprintfs | Tom Sepez |
2015-03-06 | Make conversions for CPDF_Link explicit. | Tom Sepez |
2015-03-06 | Make conversion between CPDF_Dest and its object explicit. | Tom Sepez |
2015-03-05 | Make conversion between CPDF_Action and its dictionary explicit. | Tom Sepez |
2015-02-11 | CPDF_Object() constructor should set its internal m_Type variable. | Tom Sepez |
2015-02-10 | Fix uninitialized value in CFX_ByteString::FormatIntegerchromium/2304chromium/2303chromium/2302 | JUN FANG |
2015-02-05 | Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Merge to master: Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-04 | Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-02-03 | Replace CFX_SmartPointer cast operator with Get() method. | Tom Sepez |
2015-01-30 | Use system FreeType on Linux. | John Abd-El-Malek |
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-22 | Use IPDF_DataAvail interface to hide CPDF_DataAvail. | Tom Sepez |
2015-01-21 | Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | 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-05 | Clean up bookmark related codes. | Bo Xu |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-19 | Update freetype to 2.5.4. | Bo Xu |
2014-12-17 | Cleanup: Pass by const reference in fpdftext. | Lei Zhang |
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-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-10-21 | Add missing parenthesis in FXARGB_GETDIB macro | Bo Xu |
2014-10-14 | Store the address of the page data map's value for proper referencing. | Bo Xu |
2014-10-13 | Fix off-by-one in sizing of m_EmbeddedToUnicodes. | Tom Sepez |
2014-09-16 | When forcing clear page data, no need to release colorspace when releasing pa... | Bo Xu |
2014-09-09 | Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum... | Bo Xu |
2014-09-09 | Fix uninitialized value in CPDF_ColorStateData | Bo Xu |
2014-09-09 | Revert of Fix uninitialized value in CPDF_ColorStateData (patchset #1 id:1 of... | Bo Xu |
2014-09-08 | Fix uninitialized value in CPDF_ColorStateData | Bo Xu |
2014-09-02 | Add m_pDocument in CPDF_Color and check if page date has been forced clear | Bo Xu |
2014-08-25 | Use number of components from ICC profile and alternate color space | Bo Xu |
2014-08-25 | Revert of Use number of components from ICC profile and alternateCS (patchset... | Bo Xu |
2014-08-25 | Use number of components from ICC profile and alternate color space | Bo Xu |
2014-08-22 | Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize' | Jun Fang |
2014-08-18 | Font is used after release in CPDF_TextStateData::~CPDF_TextStateData | Jun Fang |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
2014-08-07 | When normalize coordinate, return instead of assert() when divide by 0 | Bo Xu |
2014-08-05 | The root cause of this issue is shown as below: | Jun Fang |
2014-07-31 | Correct the names of the FX_SAFE_* typedefs. | Chris Palmer |
2014-07-30 | Fix the potential integer overflow from 'offset+size' in extension.h and fpdf... | JUN FANG |
2014-07-24 | CalRGB color correction | Bo Xu |