Age | Commit message (Expand) | Author |
2018-08-27 | Remove unnecessary ToArray() calls and locals in CPDF_Dest.chromium/3535 | Lei Zhang |
2018-08-25 | More cleanup in CPDF_TextPagechromium/3534chromium/3533 | Nicolas Pena |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-24 | Use span<uint8_t> in more fxcodec code. | Tom Sepez |
2018-08-24 | Cleanup CalculateBaseSpace in CPDF_TextPage | Nicolas Pena |
2018-08-24 | Change CPDF_MetadataTest test data to static const char data[]. | Lei Zhang |
2018-08-23 | Use pdfium::span<> in CPDF_Stream::SetData(). | Tom Sepez |
2018-08-23 | Pass unique_ptr<> to CFX_MemoryStream constructor | Tom Sepez |
2018-08-23 | Fix GCC build with V8 disabled. | Lei Zhang |
2018-08-23 | Fix shadowed variables | Ryan Harrison |
2018-08-23 | Remove deprecated FPDFDest_GetPageIndex() API. | Lei Zhang |
2018-08-23 | Cleanup CPDF_TextPage::GetRectArray | Nicolas Pena |
2018-08-23 | Remove bool bPromptCJK argument (several places) | Tom Sepez |
2018-08-23 | Fold CPDF_Document::LoadDocInternal() into caller. | Tom Sepez |
2018-08-22 | Properly handle language markers in decoded text | Ryan Harrison |
2018-08-22 | Use UnownedPtr<> in JBig2_TrdProc, part 2. | Tom Sepez |
2018-08-22 | Mark CFX_XMLNode pointers as const in various places. | Lei Zhang |
2018-08-22 | Fix integer overflow in CPDF_CIDFont::GetCharBBox | Nicolas Pena |
2018-08-22 | Simplify GetEmbeddedObj() methods. | Lei Zhang |
2018-08-21 | Use UnownedPtr in CPDF_VariableText | Tom Sepez |
2018-08-21 | Use UnownedPtr<> in JBIG2_SDDProc. | Tom Sepez |
2018-08-21 | Use UnownedPtr<> in JBig2_GrrdProc.h. | Tom Sepez |
2018-08-21 | Use UnownedPtr<> in CJBig2_TRDProc. | Tom Sepez |
2018-08-21 | Avoid copying some big vectors in JBIG2_SymbolDict | Tom Sepez |
2018-08-21 | Fix lifetime issue in CJBig2_GRDProc::ProgressiveArithDecodeState | Tom Sepez |
2018-08-21 | Allow creation of a MaybeOwned<T> from UnownedPtr<T>. | Tom Sepez |
2018-08-20 | Use UnownedPtr<> in JBig2_GrdProc.h | Tom Sepez |
2018-08-20 | Use UnownedPtr<> in CPDF_ObjectWalker. | Tom Sepez |
2018-08-20 | Fix reversed arguments to GenerateResourceDict(). | Lei Zhang |
2018-08-20 | Simplify CPDF_InterForm::GenerateNewResourceName(). | Lei Zhang |
2018-08-20 | Remove refcounting from CFPF_SkiaFont.chromium/3529 | Lei Zhang |
2018-08-17 | Ger rid of some #defines in Android font code.chromium/3528chromium/3527 | Lei Zhang |
2018-08-17 | Get rid of CFPF_SkiaFont::InitFont(). | Lei Zhang |
2018-08-17 | Encapsulate CFPF_SkiaPathFont members. | Lei Zhang |
2018-08-17 | Use more UnownedPtr<> in cpdf_renderstatus.h.chromium/3526 | Tom Sepez |
2018-08-17 | Change CFPF_SkiaFontMgr::m_FontFaces to store unique_ptrs. | Lei Zhang |
2018-08-17 | Remove CFPF_SkiaFontDescriptor. | Lei Zhang |
2018-08-17 | Add FPDFText_GetFontInfo | Nicolas Pena |
2018-08-17 | Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont. | Lei Zhang |
2018-08-17 | Remove default arguments from CFPF_SkiaFontMgr. | Lei Zhang |
2018-08-16 | Remove optional bool bType from GetFillArgb() | Tom Sepez |
2018-08-16 | Replace optional bool bNotify with enum type. | Tom Sepez |
2018-08-16 | Remove default arg from CFX_BinaryBuf::EstimateSize(). | Tom Sepez |
2018-08-16 | Remove more optional args in core/ | Tom Sepez |
2018-08-15 | Remove optional prepend argument from matrix transformations. | Tom Sepez |
2018-08-15 | Make CPDF_RenderStatus::Initialize() saner. | Tom Sepez |
2018-08-15 | Make CFX_MemoryStream always consecutive.chromium/3524 | Lei Zhang |
2018-08-14 | Remove default args from CPDF_DIBSource::StartLoadDIBSource(). | Tom Sepez |
2018-08-14 | Remove unreachable vertical text code in CPDF_Document. | Lei Zhang |
2018-08-14 | Remove default level from FPDF_GetFieldAttr(). | Tom Sepez |