summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2015-10-19Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-19Remove some checks for object creation failures. They cannot fail.Lei Zhang
2015-10-19Unrevert commit a398ca6 and apply the proper fix.Lei Zhang
2015-10-16Don't bother passing -1 as the length to the CFX_ByteString ctor.Lei Zhang
2015-10-16Declare PDF_GetStandardFontName() in the header.Lei Zhang
2015-10-16Loosen checking on the bytes following 'stream'chromium/2540chromium/2539chromium/2538Jun Fang
2015-10-15Plug a leak in CPDF_StreamParser::ReadInlineStreamOliver Chang
2015-10-15Return result of GetRBG instead of TRUEdan sinclair
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Introduce CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-08Minimal revert from commit d03ba8d.Lei Zhang
2015-10-08Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-09Various changes to JBig2 cache:David Lattimore
2015-10-08Relax the check on 0 length streams.chromium/2531Lei Zhang
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-02Fix a leak in PDF_DataDecode() on failure.Lei Zhang
2015-10-01Clean up some image decoder classes:Lei Zhang
2015-09-29Fix blank page issue caused by too strict correction on bpcchromium/2523Jun Fang
2015-09-25Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf f...Jun Fang
2015-09-25Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"Jun Fang
2015-09-25Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf filesJun Fang
2015-09-22Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-09-18Fix a #include in fpdf_page_func.cpp.David Lattimore
2015-09-11Cleanup casting of FX_Alloc() return values.Lei Zhang
2015-09-08Remove unneeded checks for CPDF_Object::GetDict() return values.Lei Zhang
2015-09-03Turn a failing assert into an actual check.chromium/2506chromium/2505chromium/2504chromium/2503chromium/2502chromium/2501Lei Zhang
2015-09-02Reapply Foxit's libopenjpeg modifications.Lei Zhang
2015-09-01Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends.Lei Zhang
2015-08-31Fix two issues shown by bug 489995Tom Sepez
2015-08-30Fix infinite loop for objects that reference themselves.Lei Zhang
2015-08-20Fix some -Wmaybe-uninitialized errors.Lei Zhang
2015-08-19Extern in .cpp file is a code smell, part 2.Tom Sepez
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-18Fix mac build after commit e1ce94e.chromium/2497chromium/2496chromium/2495chromium/2494chromium/2493chromium/2492chromium/2491chromium/2489chromium/2488Lei Zhang
2015-08-18Cleanup CFX_Font a bit.Lei Zhang
2015-08-18Remove unused code warnings found by clang.Lei Zhang
2015-08-18FX_CMapDwordToDword considered harmful.Tom Sepez
2015-08-17CFX_MapByteStringToPtr considered harmful.Tom Sepez
2015-08-17Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding.Lei Zhang
2015-08-16Fix -Wunused-function warnings on Windows.Nico Weber
2015-08-14Clean: Fix some unneeded semi-colons and bad spacing.Lei Zhang
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-14Use override in more classes in core/Lei Zhang
2015-08-14Cleanup: Remove unused CPDF_Metadata::m_pDoc.Lei Zhang
2015-08-14CPDF_ModuleMgr::m_SecurityHandlerMap only used by dead code.Tom Sepez
2015-08-13Cleanup: Remove unused CPDF_Stream::Clone().Lei Zhang
2015-08-11Fix a small leak in CPDF_DataAvail::CheckTrailer().Lei Zhang
2015-08-10Cleanup: Mark methods with the override keyword.chromium/2483chromium/2482chromium/2481chromium/2480chromium/2479Lei Zhang
2015-08-06clang-format all pdfium code, again.Nico Weber
2015-08-05Early object closing in PDF via premature 'endobj' keywordJUN FANG