Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
f01e4a5ec03c6b232d41dc878a3640924150f2a7
/
core
5b10a4c
Remove refcounting from CFPF_SkiaFont.
by Lei Zhang
· 6 years ago
032b3be
Ger rid of some #defines in Android font code.
by Lei Zhang
· 6 years ago
2f113ca
Get rid of CFPF_SkiaFont::InitFont().
by Lei Zhang
· 6 years ago
3f9a65a
Encapsulate CFPF_SkiaPathFont members.
by Lei Zhang
· 6 years ago
a9d5610
Use more UnownedPtr<> in cpdf_renderstatus.h.
by Tom Sepez
· 6 years ago
cffa651
Change CFPF_SkiaFontMgr::m_FontFaces to store unique_ptrs.
by Lei Zhang
· 6 years ago
16208a0
Remove CFPF_SkiaFontDescriptor.
by Lei Zhang
· 6 years ago
1b2b76d
Add FPDFText_GetFontInfo
by Nicolas Pena
· 6 years ago
e13a068
Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont.
by Lei Zhang
· 6 years ago
1f867bb
Remove default arguments from CFPF_SkiaFontMgr.
by Lei Zhang
· 6 years ago
d5e2826
Remove optional bool bType from GetFillArgb()
by Tom Sepez
· 6 years ago
b2e6b4c
Replace optional bool bNotify with enum type.
by Tom Sepez
· 6 years ago
aa987a9
Remove default arg from CFX_BinaryBuf::EstimateSize().
by Tom Sepez
· 6 years ago
048d7f7
Remove more optional args in core/
by Tom Sepez
· 6 years ago
3e36045
Remove optional prepend argument from matrix transformations.
by Tom Sepez
· 6 years ago
b6e3d23
Make CPDF_RenderStatus::Initialize() saner.
by Tom Sepez
· 6 years ago
48ae307
Make CFX_MemoryStream always consecutive.
by Lei Zhang
· 6 years ago
aae14df
Remove default args from CPDF_DIBSource::StartLoadDIBSource().
by Tom Sepez
· 6 years ago
b924003
Remove unreachable vertical text code in CPDF_Document.
by Lei Zhang
· 6 years ago
8c068b3
Remove default level from FPDF_GetFieldAttr().
by Tom Sepez
· 6 years ago
9e4a664
Remove unused form/args of AddWindowsFont()
by Tom Sepez
· 6 years ago
87fdbc3
Add CPDF_Type1Font::IsBase14Font() to replace GetBase14Font().
by Lei Zhang
· 6 years ago
88798cf
Remove CFX_BufferSeekableReadStream.
by Lei Zhang
· 6 years ago
b9c3e27
Remove more default arg = nullptr cases.
by Tom Sepez
· 6 years ago
692aead
Remove |bTakeOver| parameter from CFX_MemoryStream ctor.
by Lei Zhang
· 6 years ago
ed17699
Make CFX_ReadOnlyMemoryStream take a span.
by Lei Zhang
· 6 years ago
f0260b2
Change CFDF_Document::ParseMemory() to use pdfium::span.
by Lei Zhang
· 6 years ago
d801c9c
Implement CFX_CodecMemory.
by Lei Zhang
· 6 years ago
3002941
Use CFX_ReadOnlyMemoryStream in more places.
by Lei Zhang
· 6 years ago
1a99f20
Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only.
by Lei Zhang
· 6 years ago
b850c98
Move CPDFSDK_MemoryAccess to fxcrt.
by Lei Zhang
· 6 years ago
19b7081
Split CFX_MemoryStream::m_dwFlags into two bools.
by Lei Zhang
· 6 years ago
0c7cf97
Cleanup CFX_CTTGSUBTable.
by Lei Zhang
· 6 years ago
74d2389
Initialize CPDF_CIDFont members.
by Lei Zhang
· 6 years ago
3b76669
Simplify CPDF_SimpleFont::LoadPDFEncoding().
by Lei Zhang
· 6 years ago
6fdfe387
Kill some optional parameters that are always supplied.
by Tom Sepez
· 6 years ago
8ba9749
Remove unused form of PDF_EncodeText().
by Tom Sepez
· 6 years ago
c51e0a0
Make the 4th parameter in CPDF_Form non-optional.
by Lei Zhang
· 6 years ago
6ce3b34
Minor cleanup in CPDF_ContentParser.
by Lei Zhang
· 6 years ago
f42d570
Make CPDF_PSFunc::m_PS mutable.
by Tom Sepez
· 6 years ago
994d8b4
Remove const args and const_casts where not required.
by Tom Sepez
· 6 years ago
f36a464
Remove direct calls to time
by Ryan Harrison
· 6 years ago
70cca36
Add proxy for syscall time
by Ryan Harrison
· 6 years ago
6655d95
Remove |typedef struct| in favor of just |struct|.
by Tom Sepez
· 6 years ago
ef7c955
Consolidate const_casts<> in FXFT_Get_Name_Index()
by Tom Sepez
· 6 years ago
696a529
Make CFX_ImageTransformer::CalcData's bitmap non-const.
by Lei Zhang
· 6 years ago
b0fc6e9
Fix a JBIG2 decoding regression.
by Lei Zhang
· 6 years ago
e1a7e85
Remove const_cast<> from CFX_LZWDecompressor::Decode() caller.
by Tom Sepez
· 6 years ago
4174b5a
Add CFX_DIBSource::GetWritableScanline().
by Tom Sepez
· 6 years ago
fd7cede
Move all utf8 decoding under fx_string.h
by Tom Sepez
· 6 years ago
60627d6
Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.
by Lei Zhang
· 6 years ago
74557b1
Revert "Rework of CPDF_Parser::GetLastObjNum."
by Lei Zhang
· 6 years ago
f765805
Remove unused codepage from WideString::GetWideString().
by Tom Sepez
· 6 years ago
34dab07
Move ByteString::FromUnicode() to WideString::ToDefANSI()
by Tom Sepez
· 6 years ago
f90277e
Move CPDF_Font::LoadPDFEncoding() to CPDF_SimpleFont.
by Lei Zhang
· 6 years ago
52c0fcb
Change CPDF_Font::GetFace() to HasFace().
by Lei Zhang
· 6 years ago
69e19e2
Make CPDF_Font::GetFontBBox() return the bounding box.
by Lei Zhang
· 6 years ago
e4d2cff
Remove unused codepage code from GetByteString().
by Tom Sepez
· 6 years ago
3bee9c6
Add FPDFTextObj_GetText() API
by Miklos Vajna
· 6 years ago
4871395
Add test for {Byte,Wide}String Operator+().
by Tom Sepez
· 6 years ago
6516051
Combine redundant CJBig2_Image code.
by Tom Sepez
· 6 years ago
c0352f4
Speculative fix for null deref above ThrowNoDefaultPropertyException
by Tom Sepez
· 6 years ago
f3a3393
Avoid invalid object numbers in CPDF_Parser::LoadCrossRefV5().
by Lei Zhang
· 6 years ago
2920132
Small optimization in CJBig2_Image::SubImage()
by Tom Sepez
· 6 years ago
4755654
Check for null object type in CPDF_Parser::LoadCrossRefV5().
by Lei Zhang
· 6 years ago
1ca11be
Do more CPDF_Parser::LoadCrossRefV5() cleanup.
by Lei Zhang
· 6 years ago
7f08348
Clean up a nit that was identified after CQing an earlier CL
by Ryan Harrison
· 6 years ago
a7a957f
Use more text object state in DrawTextPathWithPattern().
by Lei Zhang
· 6 years ago
ac1dfb0
Clarify integer types in CPDF_Parser::LoadCrossRefV5().
by Lei Zhang
· 6 years ago
03395da
Set the CPDF_Font doc / font dict in the ctor.
by Lei Zhang
· 6 years ago
e819c20
Make CFX_XMLParser less permissive
by Ryan Harrison
· 6 years ago
2958a8f
Use more helper macros/methods in JBig2_Image.cpp.
by Tom Sepez
· 6 years ago
73304eb
Fix some nits in SkiaState.
by Lei Zhang
· 6 years ago
7c43678
Skia Path: Fix text/xform size mismatch when calling drawTextRSXform().
by Lei Zhang
· 6 years ago
9534010
Tidy JBig2_Image.cpp
by Tom Sepez
· 6 years ago
2d2b993
Rework of CPDF_DataAvail::CheckHintTables.
by Artem Strygin
· 6 years ago
0fc5898
Introduce JBIG2_PUTDWORD() macro in CJBIG2_Image.h
by Tom Sepez
· 6 years ago
8ed949d
Remove some checks in IsLinearizedHeaderValid().
by Lei Zhang
· 6 years ago
b07deb3
Rework of CPDF_Parser::GetLastObjNum.
by Artem Strygin
· 6 years ago
0562ff4
Bounds check lineSrc in JBig2_Image.cpp.
by Tom Sepez
· 6 years ago
552f1ec
Check maximum bit count of shared group object numbers.
by Artem Strygin
· 6 years ago
f19ae5d
Add ToXML{Instruction,Text,CharData}() checked conversion functions
by Tom Sepez
· 6 years ago
5e2c51c
Make pdfium_embeddertests pass on Windows 10.
by Lei Zhang
· 6 years ago
6146214
Merge several methods into JBig2GrdProc::DecodeArithTemplateUnopt
by Nicolas Pena
· 6 years ago
b3bab6c
Parse obj nums range within Hint tables for shared groups.
by Artem Strygin
· 6 years ago
c9171e1
Use moar ToXMLElement() in place of static_cast<>.
by Tom Sepez
· 6 years ago
11a6bec
Remove some ASSERT (and cast) in favor of checked cases.
by Tom Sepez
· 6 years ago
91b8302
Use incomplete type CFX_BmpContext in place of void*
by Tom Sepez
· 6 years ago
a35063c
Change GetHeaderOffset() to return Optional<FX_FILESIZE>.
by Lei Zhang
· 6 years ago
35b51e9
Create popup with Contents only for same annotations subtypes.
by Henrique Nakashima
· 6 years ago
a5d2bf1
Remove CFX_MemoryStream uses in tests.
by Lei Zhang
· 6 years ago
c356472
Use struct {Single,Range}Cmap in FPDFAPI_CIDFromCharCode().
by Tom Sepez
· 6 years ago
9160cec
Change CFX_BufferSeekableReadStream to take a span.
by Lei Zhang
· 6 years ago
8481c71
Only build cfx_fileaccess_windows.cpp on Windows.
by Lei Zhang
· 6 years ago
5b32233
Move CPDF_SyntaxParser init methods into ctor.
by Lei Zhang
· 6 years ago
96b0d13
Introduce ToXMLElement() checked downcast helper function
by Tom Sepez
· 6 years ago
84d3394
Fix hint tables parsing.
by Artem Strygin
· 6 years ago
70ddc1c
Use document size instead of file size while parsing.
by Artem Strygin
· 6 years ago
aa50728
Fix encryption dictionary owning.
by Artem Strygin
· 6 years ago
2bfa785
Rework of CPDF_Object writing.
by Artem Strygin
· 6 years ago
Next »