Age | Commit message (Expand) | Author |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Fix segmentation fault 'denial of service condition' | JUN FANG |
2015-04-22 | Add missing operators for CFX_WideStringC. | Tom Sepez |
2015-04-22 | Add missing operators for CFX_ByteStringC. | Tom Sepez |
2015-04-22 | Add missing operators for CFX_WideString | Tom Sepez |
2015-04-22 | Add missing operators for CFX_ByteString. | Tom Sepez |
2015-04-21 | Kill CFX_StringBufTemplate. | Tom Sepez |
2015-04-20 | Remove Release() from CPDF_PageObject | Tom Sepez |
2015-04-17 | Remove unused FX_NEW definition. | Tom Sepez |
2015-04-17 | Fix all remaining instances of FX_NEW. | Tom Sepez |
2015-04-17 | Set m_FontType in CPDF_Font() constructor. | Tom Sepez |
2015-04-15 | Remove checks in fxcrt now that FX_NEW can't return 0. | Tom Sepez |
2015-04-15 | Make FX_NEW throw on OOM. | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-11 | Fix compiling warnings on Windows | Jun Fang |
2015-04-11 | Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-04-10 | Fix the noisiest variable shadowing warnings in pdfium. | Bruce Dawson |
2015-04-10 | Better fix for snprintf non-termination on windows. | Tom Sepez |
2015-04-07 | Fix IWYU in pdfwindow/ directory. | Tom Sepez |
2015-04-06 | Fix IWYU in fxcrt headers. | Tom Sepez |
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 |