summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp
AgeCommit message (Expand)Author
2015-11-16Reland "Cleanup some numeric code.""chromium/2567Dan Sinclair
2015-11-12Clear decoders after the image decoder in the /Filter array.Oliver Chang
2015-11-10Revert x4 "Cleanup some numeric code."dan sinclair
2015-11-10Revert "Revert "Revert "Revert "Cleanup some numeric code.""""dan sinclair
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-03Revert "Revert "Revert "Cleanup some numeric code."""Dan Sinclair
2015-11-03Revert "Revert "Cleanup some numeric code.""Dan Sinclair
2015-11-02Add a test for the HexDecode method.Dan Sinclair
2015-10-29Revert "Cleanup some numeric code."dan sinclair
2015-10-29Cleanup some numeric code.Dan Sinclair
2015-10-28Add PDFCharIsLineEnding helperDan Sinclair
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Name.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-02Fix a leak in PDF_DataDecode() on failure.Lei Zhang
2015-08-19Extern in .cpp file is a code smell, part 2.Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-21Fix four annoying warnings:Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-06Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-07-16Remove unused variable orig_size.Bo Xu
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-06-10BUG=379656foxit
2014-06-04Use unsigned type for iteration to avoid int overflow.John Abd-El-Malek
2014-05-28Do not use FX_BOOL for int values.Bo Xu
2014-05-27Use unsigned type for decoding in _A85Decode.Bo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek