Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
b6853cfe4fd1ee089dfdd0cb09bbc4063532ef82
/
core
b6853cf
Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.
by tsepez
· 9 years ago
14f5aeb
Change the code to avoid three unit test failures on release build
by weili
· 9 years ago
90c964f
Add a simple check for V4 cross reference table
by weili
· 9 years ago
2178e48
Remove #ifdef platform which is always true.
by tsepez
· 9 years ago
b88b8dc
Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp
by tsepez
· 9 years ago
00124c9
Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp
by tsepez
· 9 years ago
6f5325e
Remove one warning from PDFium compilation in Cros
by weili
· 9 years ago
0d2dc68
Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream
by tsepez
· 9 years ago
0f6425f
Add a missing initialisation for CPDF_ContentMarkItem.
by ochang
· 9 years ago
df964df
Replace CFX_RectArray with std::vector<CFX_FloatRect>
by tsepez
· 9 years ago
d00a912
Make CFX_BasicArray non-copyable.
by tsepez
· 9 years ago
ca612c1
Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp
by tsepez
· 9 years ago
3343194
Assert that CFX_ strings are pointer-size.
by tsepez
· 9 years ago
4f70b53
Only call shading code with streams.
by dsinclair
· 9 years ago
6914118
Remove CFX_ArrayTemplate from CPDF_LinkExtract
by tsepez
· 9 years ago
eca0f82
Inline CFX_WideString::c_str.
by dsinclair
· 9 years ago
685bb88
Standalone GN build.
by dsinclair
· 9 years ago
a553279
Cleanups from prior CLs.
by dsinclair
· 9 years ago
b67e566
Re-enable warning 4701 for GN (re-land)
by weili
· 9 years ago
4d31d0c
Remove a few more char* members from structs/classes.
by tsepez
· 9 years ago
a28ae38
Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.
by dsinclair
· 9 years ago
2fa0e13
Remove IPDF_CryptoHandler and IPDF_SecurityHandler.
by dsinclair
· 9 years ago
e0ad6a4
Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree
by tsepez
· 9 years ago
7cf5552
Prevent a potential OOB read in TranslateImageLine.
by ochang
· 9 years ago
85fc26f
Explicity use CFX_ByteStrings in a couple of places
by tsepez
· 9 years ago
b1c80fb
Avoid string allocs for CMap_GetString() return value.
by tsepez
· 9 years ago
80b103b
Still more comments about strings
by tsepez
· 9 years ago
c3dfb6b
Update comments about string constructors
by tsepez
· 9 years ago
ff242e0
Avoid needless construction of CFX_ByteStrings during string building
by tsepez
· 9 years ago
8e4c505
Rename CFX_ByteTextBuf::GetByteString() to AsStringC().
by tsepez
· 9 years ago
3bac505
Make CPDF_ApSettings take CFX_ByteString args.
by tsepez
· 9 years ago
7b1ccf9
Make CPDF_Dictionary methods take CFX_ByteString arguments
by tsepez
· 9 years ago
774bdde
Replace calls to deprecated CFX_{Wide,Byte}String::Empty()
by tsepez
· 9 years ago
725a49f
skia bugs found with first test pdf
by caryclark
· 9 years ago
bd9748d
Remove implicit cast from CFX_WideString to (const wchar_t*)
by tsepez
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
cdce757
Add iterators and unit tests for CPDF_Array class
by weili
· 9 years ago
6d8e981
Cleanup IFPF_* interfaces.
by dsinclair
· 9 years ago
65ffa4a
Re-enable warning 4701 for GN build and some cleanup
by weili
· 9 years ago
17f382a
Cleanup various IFX_ text interfaces.
by dsinclair
· 9 years ago
461129e
Fix the code which causes Windows GN build warning
by weili
· 9 years ago
6a3521f
Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp
by ochang
· 9 years ago
a5c1323
Remove IFDE_Pen and IFDE_Brush.
by dsinclair
· 9 years ago
6b19ec6
Fix Windows 32-bit GN build.
by ochang
· 9 years ago
d55e11e
Remove ICodec_* Interfaces.
by dsinclair
· 9 years ago
ea98238
Record all fonts, not just one per charset.
by dsinclair
· 9 years ago
f992442
flesh out gradient shaders
by caryclark
· 9 years ago
822484b
Remove CPDF_Object::GetConstString and overrides
by tsepez
· 9 years ago
e09c1e4
Make CFX_{Byte,Wide}String::Remove() no-touch if possible
by tsepez
· 9 years ago
b8627c9
Fix integer issues leading to out of bounds access in fx_ge_text.cpp.
by ochang
· 9 years ago
184b825
Avoid copying in TrimRight() and TrimLeft() if possible.
by tsepez
· 9 years ago
f3209c1
fix infinite loops when rebuild the cross reference table
by jinming_wang
· 9 years ago
e1aebd4
Use std::vector as internal storage for CPDF_Array
by Wei Li
· 9 years ago
2d4a4fc
Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate.
by dsinclair
· 9 years ago
cfd4d57
Make converstion explicit from CFX_ByteString to uint8_t*
by tsepez
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
f172290
Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf
by tsepez
· 9 years ago
8b36e5c
Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg
by tsepez
· 9 years ago
f2d2f98
Remove unused ICodec_Jbig2Encoder
by dsinclair
· 9 years ago
46bf033
Make wide strings use StringData template
by tsepez
· 9 years ago
6334af7
Remove CFX_SegmentedArray.
by tsepez
· 9 years ago
cdc1369
Remove IFX_FontEnumerator
by dsinclair
· 9 years ago
86e5474
Move include/fxcodec to fxcodec/include
by dsinclair
· 9 years ago
e530fb7
Move remaining fpdfdoc files
by dsinclair
· 9 years ago
4e20094
Rename FX_SAFE_DWORD to FX_SAFE_UINT32
by dsinclair
· 9 years ago
6fe7d21
Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.
by tsepez
· 9 years ago
48baa5f
Move core/include/fxge to core/fxge/include.
by dsinclair
· 9 years ago
392f102
remove agg from skia driver
by caryclark
· 9 years ago
660956f
Rename CFX_WideStringC::raw_str() to c_str()
by tsepez
· 9 years ago
54750b5
Remove dead image decoding/caching code.
by thestig
· 9 years ago
6fb598b
Make StringData a templated class.
by tsepez
· 9 years ago
fc58ad1
Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.
by tsepez
· 9 years ago
c7a7349
Remove core/include/fpdfdoc/fpdf_vt.h
by dsinclair
· 9 years ago
179bebb
Rename GetCStr and GetPtr to match CFX_ByteString.
by dsinclair
· 9 years ago
28f97ff
Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.
by tsepez
· 9 years ago
ed9c438
Make IPDF_VariableText_{Provider,Iterator} inner classes.
by dsinclair
· 9 years ago
c220e59
flip sense of alpha masks
by caryclark
· 9 years ago
f8a5ef3
Support the device font cache
by caryclark
· 9 years ago
d80e0a7
Remove _FXBSTR* and calls to FX_BSTRC.
by dsinclair
· 9 years ago
f6919e9
Re-land "Use CFX_RetainPtr to ref count CFX_ByteString""
by tsepez
· 9 years ago
9f2970c
Remove CFX_{Byte,Wide}String::Equal in favor of "==".
by tsepez
· 9 years ago
777b333
Split core/include/fpdfdoc/fpdf_ap.h
by dsinclair
· 9 years ago
47ca692
Re-enable all the windows warnings except 4267
by weili
· 9 years ago
de0d852
Beef up unit test for CFX_ByteString and CFX_WideString.
by tsepez
· 9 years ago
b33dfdf
Revert "Use CFX_RetainPtr to ref count CFX_ByteString"
by tsepez
· 9 years ago
5a839e9
Fix C4434 warning about 32-bit shift assigned to 64-bits
by Bruce Dawson
· 9 years ago
ac88953
Use CFX_RetainPtr to ref count CFX_ByteString
by tsepez
· 9 years ago
d734fd2
Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGen
by dsinclair
· 9 years ago
85ff987
Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS
by Wei Li
· 9 years ago
05d53f0
Code change to avoid signed/unsigned mismatch warnings.
by Wei Li
· 9 years ago
602aebc
Add a Retained Pointer smart class.
by tsepez
· 9 years ago
bd56755
Rename GetElementValue() to GetDirectObject{By,At}().
by tsepez
· 9 years ago
4678e28
Cleanup one mac header
by Wei Li
· 9 years ago
8940993
Reduce signed/unsigned comparison warnings
by Wei Li
· 9 years ago
b5e8f14
Remove FX_DWORD from core/ and delete definition
by tsepez
· 9 years ago
6d18bd3
Fix FXSYS_StrToInt()
by Wei Li
· 9 years ago
342f6fa
support gradients and stroke+fill
by caryclark
· 9 years ago
46c8b1e
Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.
by Tom Sepez
· 9 years ago
65ea394
Remove unused params of CPDF_Image::SetImage.
by dsinclair
· 9 years ago
d7682aa
Cleanup some extern method declarations.
by dsinclair
· 9 years ago
Next »