Age | Commit message (Expand) | Author |
2015-11-04 | Enforce input and output dimensionalities for CPDF_StitchFunc. | Oliver Chang |
2015-11-04 | Make checkdeps --resolve-dotdot succeed. | Lei Zhang |
2015-11-04 | Remove state from RebuildCrossRef state-machine. | Dan Sinclair |
2015-11-03 | Fix build broken at 0142f017d03d | Tom Sepez |
2015-11-03 | Make built-in font table slightly saner. | Tom Sepez |
2015-11-03 | Remove CFontFileFaceInfo. | Tom Sepez |
2015-11-03 | Revert "Revert "Revert "Cleanup some numeric code.""" | Dan Sinclair |
2015-11-03 | Revert "Revert "Cleanup some numeric code."" | Dan Sinclair |
2015-11-03 | Add format width and precision tests. | Dan Sinclair |
2015-11-03 | Use std::numeric_limits::max() to put in the large position value. | Dan Sinclair |
2015-11-03 | Add test for CPDF_SyntaxParser::ReadHexString. | Dan Sinclair |
2015-11-02 | Add test for CPDF_StreamParser::ReadHexString.chromium/2555chromium/2554chromium/2553 | Dan Sinclair |
2015-11-02 | Check fread() return values in CFX_FolderFontInfo::GetFontData(). | Lei Zhang |
2015-11-02 | Add tests for CMap_GetCode and CMap_GetCodeRange. | Dan Sinclair |
2015-11-02 | Add a test for the HexDecode method. | Dan Sinclair |
2015-11-02 | Remove _FPDF_ByteStringFromHex as it is unused | Dan Sinclair |
2015-11-02 | Add test for StringToCode and StringToWideString | Dan Sinclair |
2015-11-02 | Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_test | Jun Fang |
2015-11-02 | Support linearized loading | Jun Fang |
2015-10-30 | Clean up CPDF_AnnotList. | Lei Zhang |
2015-10-30 | Remove two more unused variables that compilers now complain about. | Nico Weber |
2015-10-30 | Remove external jpeg provider interface. | Tom Sepez |
2015-10-30 | More chromium_code whack-a-mole. | Nico Weber |
2015-10-29 | Revert "Cleanup some numeric code." | dan sinclair |
2015-10-29 | Cleanup some numeric code. | Dan Sinclair |
2015-10-29 | Cosmetic change to make fpdf_page_image.cpp identical to xfa. | Tom Sepez |
2015-10-28 | Add PDFCharIsLineEnding helper | Dan Sinclair |
2015-10-28 | Add a NULL check in pdf_page_colors.cpp | Oliver Chang |
2015-10-28 | Add constants for the path operators. | Dan Sinclair |
2015-10-28 | Check if document was opened during testing. | Dan Sinclair |
2015-10-28 | Add PositionIsInBounds to CPDF_StreamParser | Dan Sinclair |
2015-10-28 | Add helpers to check the PDF_CharType. | Dan Sinclair |
2015-10-27 | Use static_cast for various CPDF_Object conversions. | Dan Sinclair |
2015-10-27 | Give names to the shading types | Dan Sinclair |
2015-10-27 | Type check the m_pShadingObj before assuming it's a stream. | Dan Sinclair |
2015-10-26 | Remove usage of std::vector::data | Oliver Chang |
2015-10-26 | Remove default argument from CPDF_Dictionary::SetAt(). | Lei Zhang |
2015-10-26 | Take FOXIT_FACE_COUNT and MM_FACE_COUNT constants from xfa | Tom Sepez |
2015-10-26 | Whitespace changes in fx_system_unittest.cpp to match XFA | Tom Sepez |
2015-10-26 | Fix a leak in CPDF_SyntaxParser::GetObject(). | Lei Zhang |
2015-10-26 | Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object." | Dan Sinclair |
2015-10-26 | Make m_pShadingObj a CPDF_Stream instead of CPDF_Object. | Dan Sinclair |
2015-10-26 | Revert "Revert "Add type cast definitions for CPDF_Reference."" | Dan Sinclair |
2015-10-26 | Revert "Add type cast definitions for CPDF_Reference." | Dan Sinclair |
2015-10-26 | Add type cast definitions for CPDF_Reference. | Dan Sinclair |
2015-10-23 | Convert some pointers in fpdf_parser_parser to unique_ptr and std::vector. | Oliver Chang |
2015-10-23 | One line whitespace change for fpdf_render.cpp (clang format) | Tom Sepez |
2015-10-22 | Set a recursion limit on CPDF_DataAvail::CheckPageNode | Oliver Chang |
2015-10-22 | Add type cast definitions for CPDF_Stream. | Dan Sinclair |
2015-10-22 | Remove unused error variable from CFX_Font::AdjustMMParams | Oliver Chang |