Age | Commit message (Expand) | Author |
2017-05-08 | [lcms] Verify enough data to service request before allocating | Dan Sinclair |
2017-05-08 | Check bits to decode will fit before decoding | Dan Sinclair |
2017-05-08 | fpdfsdk: add minimal FPDFPageObj_GetType() testcasechromium/3094 | Miklos Vajna |
2017-05-08 | Add raw PostScript output to pdfium_test on Windows. | Lei Zhang |
2017-05-06 | core: allow building against system zlib | Miklos Vajna |
2017-05-06 | Remove type-unsafe void* / uint8_t* usage in fx_crypt.h | Tom Sepez |
2017-05-05 | Roll clang to ae881aa. | Lei Zhang |
2017-05-05 | Split out CPDF_CMap::m_pLeading into separate members.chromium/3093chromium/3092 | Tom Sepez |
2017-05-05 | Cleanup CStretchEngine and its CWeightTable | Nicolas Pena |
2017-05-05 | Encode unicodes in UTF-16BE in ToUnicode map | Nicolas Pena |
2017-05-05 | Represent 1D barcodes with CFX_PathData internally. | Lei Zhang |
2017-05-05 | Make CPDF_CMap::m_pMapping use std::vector | Tom Sepez |
2017-05-05 | Fix undefined shift in opj_bio_read | Nicolas Pena |
2017-05-05 | More unused IFX_Pause parameters removedchromium/3091 | Dan Sinclair |
2017-05-05 | Fix CPDF_CMap::m_pAddMapping lack of type information. | Tom Sepez |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | Reduce 1D barcode DrawPath calls. | Lei Zhang |
2017-05-04 | CPDF_Document::GetPageData() normally does not return NULL. | Lei Zhang |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-05-04 | Remove unused IFX_Pause member | Dan Sinclair |
2017-05-04 | Mention pdfium_all target in README.md. | Lei Zhang |
2017-05-04 | Fix undefined shift in opj_get_all_encoding_parameters | Nicolas Pena |
2017-05-04 | Cleanup CXFA_RenderContext | Dan Sinclair |
2017-05-04 | Cleanup CFX_CharMap | Dan Sinclair |
2017-05-04 | Remove CFX_GlyphMap | Tom Sepez |
2017-05-04 | Removing unused IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Remove some unused IFX_Pause params | Dan Sinclair |
2017-05-04 | More cleanup in CFX_ScanlineCompositor | Nicolas Pena |
2017-05-04 | CPDF_DataAvail: avoid reads into stack buffers. | Tom Sepez |
2017-05-04 | Move O_BINARY and O_LARGEFILE defintions | Tom Sepez |
2017-05-04 | Remove FXSYS_wfopen(), it is totally unused. | Tom Sepez |
2017-05-03 | Clean up CRYPT_ArcFourCrypt(). | Lei Zhang |
2017-05-03 | Actually build fuzzers with the pdfium_all target.chromium/3089 | Lei Zhang |
2017-05-03 | CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words | Tom Sepez |
2017-05-03 | SetPos to at most the file length to avoid overflows | Nicolas Pena |
2017-05-03 | Use enum class GifDecodeStatus instead of integers in fx_gif | Nicolas Pena |
2017-05-03 | Add a ToUnicode mapping when loading CID fonts | Nicolas Pena |
2017-05-03 | XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr. | Tom Sepez |
2017-05-03 | Add a unit test for CRYPT_ArcFourSetup(). | Lei Zhang |
2017-05-02 | Remove some more |new|s, part 11chromium/3088 | Tom Sepez |
2017-05-02 | CRYPT_ArcFourSetup: don't use key[0] when length is 0 | Tom Sepez |
2017-05-02 | Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp | Tom Sepez |
2017-05-02 | Roll FreeType to 5a3490e. | Lei Zhang |
2017-05-02 | Pass explicit string size in EncodeToCodewords(). | Lei Zhang |
2017-05-02 | Change BarcodeTest to render to bitmaps. | Lei Zhang |
2017-05-02 | Add API to create a text object using a loaded font. | Nicolas Pena |
2017-05-02 | Tag FXJSE's V8 objects as such. | Tom Sepez |
2017-05-02 | Fix some nits in fx_gif.cpp | Nicolas Pena |
2017-05-02 | Remove more |new|s, part 8 | Tom Sepez |