Age | Commit message (Expand) | Author |
2018-06-21 | Avoid const-refs to implicitly constructed strings. | Tom Sepez |
2018-06-20 | Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467 | Nicolas Pena |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-06-20 | Replace SkTSwap with std::swap/swap. | Ben Wagner |
2018-06-20 | c_str() calls not needed when writing to ostream | Tom Sepez |
2018-06-20 | Add in a size guard to JPX fuzzer | Ryan Harrison |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-19 | Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap | Tom Sepez |
2018-06-19 | Use const pointers within GetDirectInteger function. | Artem Strygin |
2018-06-19 | fxcrt::{Byte,Wide}String missing move-assign operator | Tom Sepez |
2018-06-14 | Merge 3 methods of CJBig2_GRDProc togetherchromium/3465chromium/3464chromium/3463chromium/3462chromium/3461 | Nicolas Pena |
2018-06-14 | Rewrite content stream regeneration. | Henrique Nakashima |
2018-06-14 | Simplify the calculation of Pages Offsets within CPDF_HintsTable.chromium/3460 | Artem Strygin |
2018-06-13 | Mark modified content streams as dirty in CPDF_PageObjectHolder. | Henrique Nakashima |
2018-06-13 | Remove CFX_FixedBufGrow from cpdf_renderstatus.cpp | Nicolas Pena |
2018-06-13 | Remove CFX_FixedBufGrow from cpdf_colorspace.cpp | Nicolas Pena |
2018-06-13 | Remove almost all usages of CFX_FixedBufGrow from cpdf_dibsource.cpp | Nicolas Pena |
2018-06-13 | Make CJBig2_Context::GetHuffmanTable return const | Nicolas Pena |
2018-06-13 | Remove CFX_FixedBufGrow from fx_codec_icc.cpp | Nicolas Pena |
2018-06-13 | Merge the offset calculation logic within CPDF_HintsTable. | Artem Strygin |
2018-06-13 | Remove CFX_FixedBufGrow from fx_apple_platform.cpp | Nicolas Pena |
2018-06-13 | Guard some non-windows only code in cfx_font with ifdefs. | Tom Sepez |
2018-06-13 | Refactor GetOrCreateDefaultGraphics out of ProcessDefaultGraphics. | Henrique Nakashima |
2018-06-12 | Refactor modification of Contents in CPDF_PageContentGenerator. | Henrique Nakashima |
2018-06-12 | Comment some more #else // PDF_ENABLE_XFA | Tom Sepez |
2018-06-12 | Fill m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-06-12 | Remove some #ifdef XFA in favor of runtime checks.chromium/3457 | Tom Sepez |
2018-06-12 | Remove explicit calls to FXFT_Clear_Face_External_Stream(). | Tom Sepez |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-06-11 | Remove explicit calls to x->operator[] | Tom Sepez |
2018-06-11 | Replace FPDF_PAGE_MAX_NUM with class scoped constant. | Tom Sepez |
2018-06-08 | Avoid undefined behavior in FX_atonum(). | Lei Zhang |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-08 | Move getting the CPDF_CryptoHandler into CPDF_Creator::WriteStream() | Henrique Nakashima |
2018-06-08 | Move member initializations to cpdf_creator.h | Henrique Nakashima |
2018-06-08 | Instead of CPDF_Creator::m_dwFlags, store its two supported bits. | Henrique Nakashima |
2018-06-08 | Remove unused methods in CPDF_Creator, mark others as private. | Henrique Nakashima |
2018-06-08 | Remove CPDF_Creator::InitOldObjNumOffsets(). It does nothing. | Henrique Nakashima |
2018-06-08 | Use FPDFText_GetBoundedText() to get the visible text in a test. | Lei Zhang |
2018-06-07 | Reland "Reland "Simplify CPDF_HintsTable."" | Artem Strygin |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-07 | Return from GenerateContent() if m_pObjHolder->GetFormDict() is null. | Henrique Nakashima |
2018-06-07 | Check is first page number valid in CPDF_LinearizedHeader. | Artem Strygin |
2018-06-07 | Revert "Reland "Simplify CPDF_HintsTable."" | Ryan Harrison |
2018-06-06 | Reland "Simplify CPDF_HintsTable." | Artem Strygin |
2018-06-06 | Simplify check root availability. | Artem Strygin |
2018-06-06 | Simplify check info availability. | Artem Strygin |
2018-06-06 | Use CPDF_StreamAcc to data access of CPDF_Stream. | Artem Strygin |