Age | Commit message (Expand) | Author |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-25 | Don't store CE (comment extension) block data when decoding GIF | Ryan Harrison |
2018-04-25 | Use a bool in FindBit() in the fax codec. | Lei Zhang |
2018-04-25 | Add PostScript PASSTHROUGH options to FPDF_SetPrintMode(). | Lei Zhang |
2018-04-25 | Use PredictorType in more places. | Lei Zhang |
2018-04-25 | Clean up CCodec_FlateScanlineDecoder. | Lei Zhang |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-25 | Remove unused PNGEncode() code. | Lei Zhang |
2018-04-25 | Use WindowsPrintMode in more places in place of ints. | Lei Zhang |
2018-04-25 | Fix slight type inconsistencies discovered with strict FPDF API types. | Tom Sepez |
2018-04-25 | Remove CDWriteExt. | Lei Zhang |
2018-04-25 | Remove m_NodeStack from CFX_XMLParserchromium/3408 | Dan Sinclair |
2018-04-24 | Remove m_CurNodeType from CFX_XMLParser | Dan Sinclair |
2018-04-24 | Remove CFX_BlockBufferchromium/3406 | Dan Sinclair |
2018-04-24 | Cleanup CFX_XMLParser entity conversion | Dan Sinclair |
2018-04-24 | Remove duplicate data extraction from CFX_XMLParser | Dan Sinclair |
2018-04-23 | Cleanup CFX_XMLParser initialization | Dan Sinclair |
2018-04-23 | Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStreamchromium/3405 | Dan Sinclair |
2018-04-23 | Change CFX_XML Save to take a write stream | Dan Sinclair |
2018-04-23 | Validate the Size dictionary entry in CPDF_SampledFunc. | Lei Zhang |
2018-04-23 | Revert "Change CFX_XML Save to take a write stream" | dsinclair |
2018-04-23 | Revert "Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream" | dsinclair |
2018-04-23 | Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream | dan sinclair |
2018-04-23 | Change CFX_XML Save to take a write stream | Dan Sinclair |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-23 | Provide double-byte terminator in Windows font variant name. | Tom Sepez |
2018-04-23 | Fix some nits in CPDF_SampledFunc(). | Lei Zhang |
2018-04-23 | Add more image size checks in CJBig2_Context. | Lei Zhang |
2018-04-20 | Add CPDF_PatternCS::GetPatternRGB(const PatternValue& value).chromium/3404chromium/3403chromium/3402 | Lei Zhang |
2018-04-20 | Revert "Do validation earlier in CPDF_SampledFunc::v_Init()." | Lei Zhang |
2018-04-19 | Change SHADING_STEPS from a #define to a constant. | Lei Zhang |
2018-04-19 | Make CPDF_StitchFunc use more vectors. | Lei Zhang |
2018-04-19 | Do more validation in CPDF_StitchFunc::v_Init(). | Lei Zhang |
2018-04-19 | Do a bit more validation in CPDF_ExpIntFunc::v_Init(). | Lei Zhang |
2018-04-19 | Do validation earlier in CPDF_SampledFunc::v_Init(). | Lei Zhang |
2018-04-19 | Validate the Range key in Functions. | Lei Zhang |
2018-04-19 | Fix UAF in CFX_XMLElement::Save | Ke Liu |
2018-04-18 | Fix integer overflow in shading drawing code. | Lei Zhang |
2018-04-18 | Add AsRawSpan() to ByteString. | Tom Sepez |
2018-04-17 | Use span<> in GetBits32(). | Tom Sepez |
2018-04-17 | CFX_XML Cleanup | dan sinclair |
2018-04-17 | Add ownership to CFX_XMLNode children | dan sinclair |
2018-04-17 | Remove unused CFX_SeekableStreamProxy constructor | dan sinclair |
2018-04-17 | Convert CFX_XMLParser to take a IFX_SeekableStream | dan sinclair |
2018-04-17 | Cleanup some seekablestreamproxy code | dan sinclair |
2018-04-17 | Remove write abilities from CFX_SeekableStreamProxy | dan sinclair |
2018-04-17 | Use an IFX_SeekableStream for XML saving | dan sinclair |
2018-04-17 | Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" | Tom Sepez |
2018-04-17 | Add constants for PDF 1.7 spec, table 3.4. | Lei Zhang |
2018-04-17 | Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" | Tom Sepez |