Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
21068062a038db72b5ee40512fe638acbdd17c3d
2106806
Remove optionals in CXFA_LayoutPageMgr methods.
by Tom Sepez
· 6 years ago
42f5bf0
Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings().
by Tom Sepez
· 6 years ago
9faabc5
Remove optionals from CXFA_TextLayout methods.
by Tom Sepez
· 6 years ago
136342d
Remove arguments from CPWL_Edit::SetAlignFormatV().
by Tom Sepez
· 6 years ago
213503e
Remove optional argument from CXFA_LayoutProcessor::StartLayout()
by Tom Sepez
· 6 years ago
aa5769a
Replace optional bool bDrawFocus with enum type.
by Tom Sepez
· 6 years ago
df4e68c
Remove optional argument from ResolveNodes_GetParent().
by Tom Sepez
· 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
0a4445a
Allow PDF417 barcodes to reduce modules by shaving off padding.
by Henrique Nakashima
· 6 years ago
5f80ff4
If rows need to overflow in a PDF417 barcode, keep it to a minimum.
by Henrique Nakashima
· 6 years ago
f956bad
Add a way to save a barcode generated bitmap to a .png.
by Henrique Nakashima
· 6 years ago
048d7f7
Remove more optional args in core/
by Tom Sepez
· 6 years ago
2a3377c
Optimize rendering of two dimensional barcodes: deduplicate regions.
by Henrique Nakashima
· 6 years ago
5f4cd74
Do not set barcode module width and height in unittest.
by Henrique Nakashima
· 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
55ccb52
Remove optional argument from NewFXJSBoundObject().
by Tom Sepez
· 6 years ago
48d62c3
Remove optional argument from GetVariablesThis().
by Tom Sepez
· 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
46b4373
Add FPDFFormObj_GetMatrix() API
by Miklos Vajna
· 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
f46d49b
Roll third_party/freetype/src/ 578bcf103..96b5e5009 (23 commits)
by Lei Zhang
· 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
2ee811f
Use std::vector in FDFToURLEncodedData().
by Lei Zhang
· 6 years ago
4f1aa69
Move FDFToURLEncodedData() into an anonymous namespace.
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
5503fe3
Run pdfium_test in only one place in make_expected.sh.
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
cdd4fa8
Fix sign mismatch in CPDFXFA_DocEnvironment.
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
939426c
Remove deprecated flags from fpdf_progressive.h.
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
4b17aea
Remove include of <time.h> from fpdfsdk/cpdfsdk_datetime.h
by Tom Sepez
· 6 years ago
34dab07
Move ByteString::FromUnicode() to WideString::ToDefANSI()
by Tom Sepez
· 6 years ago
6d9897b
Limit size of expression list in FormCalc parser
by Ryan Harrison
· 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
e1c2f6d
Remove WideString::Format() from ThrowException() methods.
by Tom Sepez
· 6 years ago
37ef957
Use wide string addition in place of some Format() calls.
by Tom Sepez
· 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
f21b88e
Do more CBA_FontMap initialization in the ctor and header.
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
20e6688
Handle inline font dicts in CBA_FontMap::AddFontToAnnotDict().
by Lei Zhang
· 6 years ago
2d2b993
Rework of CPDF_DataAvail::CheckHintTables.
by Artem Strygin
· 6 years ago
e89d258
Remove -Wno-pointer-to-int-cast from fxcodec target.
by Lei Zhang
· 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
649929a
Mark some arrays as constant.
by Lei Zhang
· 6 years ago
1da20a5
Simplify CFXJSE_FormCalcContext::unfoldArgs().
by Lei Zhang
· 6 years ago
0548d59
Remove some parameters that are non-const references.
by Lei Zhang
· 6 years ago
Next »