Age | Commit message (Expand) | Author |
2017-06-28 | Add << overload for CFX_StringCTemplate classeschromium/3144 | Ryan Harrison |
2017-06-28 | Set default graphics before generating page contents | Nicolas Pena |
2017-06-28 | Keep all trailers in CPDF_Parser in m_Trailers | Nicolas Pena |
2017-06-28 | Converting CFX_ByteTextBuf to ostringstream in cpvt_generateap.cpp | Henrique Nakashima |
2017-06-28 | Add << overload for CFX_WideString | Ryan Harrison |
2017-06-28 | Use new overloads to make usages of ostringstream more readable. | Henrique Nakashima |
2017-06-27 | Made existing annotation APIs to work with APchromium/3143 | Jane Liu |
2017-06-27 | Add overload for CPDF_Stream.SetData() that takes an ostringstream. | Henrique Nakashima |
2017-06-27 | Add empty string test case for ostream << CFX_ByteString. | Henrique Nakashima |
2017-06-27 | Converting CFX_ByteTextBuf to ostringstream in cfx_fontmapper.cpp. | Henrique Nakashima |
2017-06-27 | Modified CPDF_PageContentGenerator to work with both Form and Page | Jane Liu |
2017-06-27 | Adding overload for ostream << CFX_ByteString | Henrique Nakashima |
2017-06-23 | Cleaning up fx_string_testhelpers. | Henrique Nakashima |
2017-06-22 | Continue BMP decoder cleanup | Nicolas Pena |
2017-06-22 | Avoid regenerating appearance stream when already present. | Henrique Nakashima |
2017-06-22 | Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139 | Chris Palmer |
2017-06-22 | Minor change to AP generation logic | Jane Liu |
2017-06-21 | Clamp instead of checked_cast in TT2PDF | Nicolas Pena |
2017-06-21 | Fixed optional content not rendered when OCGs array is empty.chromium/3138 | Henrique Nakashima |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-06-20 | Fix signedness of height in BMP decoder | Nicolas Pena |
2017-06-20 | Cleanup tiling and shading patterns in correct order | Dan Sinclair |
2017-06-19 | Add heuristic for improving text rendering in CPDF_CharPosList::Load | Nicolas Pena |
2017-06-19 | Fixing metadata not read from linearized file.chromium/3136 | Henrique Nakashima |
2017-06-19 | Use EXPECT_STREQ() in fx_system_unittest.cpp. | Lei Zhang |
2017-06-19 | Make out_row_buffer an std::vector | Nicolas Pena |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in SAX. | Henrique Nakashima |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in cxml_parser.cpp. | Henrique Nakashima |
2017-06-16 | Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133 | Lei Zhang |
2017-06-15 | Remove unused BMP compressing code | Nicolas Pena |
2017-06-14 | Cleanup fx_bmp part 1 | Nicolas Pena |
2017-06-14 | Fix crash when inserting empty path | Nicolas Pena |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-13 | Allow zero length streams when parsing.chromium/3130 | Dan Sinclair |
2017-06-13 | Check validity of color indices in bmp_decode_rgb | Nicolas Pena |
2017-06-13 | Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator. | Henrique Nakashima |
2017-06-13 | Converting CFX_ByteTextBuf to ostringstream in cpdf_syntax_parser.cpp. | Henrique Nakashima |
2017-06-12 | Trimming brackets and quotes outside URLs.chromium/3129 | Henrique Nakashima |
2017-06-09 | Converting CFX_ByteTextBuf to ostringstream in fdpf_parser_decode.cpp.chromium/3126 | Henrique Nakashima |
2017-06-09 | Simplify CPDF_Array::RemoveAt(index, size). | Lei Zhang |
2017-06-09 | Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostrin... | Henrique Nakashima |
2017-06-08 | Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream." | Henrique Nakashima |
2017-06-08 | Adding constructor of CFX_ByteString that takes a std::ostringstream. | Henrique Nakashima |
2017-06-08 | Guard against undefined shifting in JPX decoder | Dan Sinclair |
2017-06-08 | Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp. | Henrique Nakashima |
2017-06-08 | Fixing click area for links with a URL with prepended text.chromium/3125 | Henrique Nakashima |
2017-06-07 | Fix EmptyCreation test | Nicolas Pena |
2017-06-05 | Add start of CFGAS_FormatString tests | Dan Sinclair |
2017-06-02 | Remove explicit CFX_Matrix identity matrix instantiations. | Lei Zhang |
2017-06-01 | Use unique_ptrs for codec contexts in ccodec_progressivedecoder.chromium/3118 | Tom Sepez |