Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
d780735def22c4c2ec3a0cc89856c86486c25494
/
core
0024a22
Remove CFX_Deletable
by weili
· 9 years ago
9f515bc
Use actual type instead CFX_Deletable
by weili
· 9 years ago
8f19e4b
Fix skia build broken by commit c38cd6
by weili
· 9 years ago
c38cd6e
Use smart pointers for graphics device classes
by weili
· 9 years ago
8b30162
Bring pdfium file in sync with chrome, fix mac build
by caryclark
· 9 years ago
3b6c7e9
Move CPDF_Annot and CPDF_AnnotList to their own header.
by jaepark
· 9 years ago
cc8ae2f
Pass CPDF_Document instead of CPDF_AnnotList when constructing CPDF_Annot.
by jaepark
· 9 years ago
47228ac
Clean up singleton implementation
by weili
· 9 years ago
8ca60b2
Use smart pointers for various Jbig2 decoding contexts
by weili
· 9 years ago
fdb35ff
Implement CGdiPrinterDriver::DrawDeviceText().
by thestig
· 9 years ago
74a30b7
Remove default params in CPDF_VariableText.
by dsinclair
· 9 years ago
efd5a99
Removing default params from CFX_Edit.
by dsinclair
· 9 years ago
8d53150
Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference.
by jaepark
· 9 years ago
a2919b3
Remove RichText support from fpdfsdk/fxedit.
by dsinclair
· 9 years ago
38506d3
Rename methods in CPDF_Interform.
by jaepark
· 9 years ago
e059579
Replace void* to actual type for jbig2 context to avoid casts
by weili
· 9 years ago
5a6c139
Use smart pointers for class owned member variables
by weili
· 9 years ago
7fb17c0
set font cache if null
by caryclark
· 9 years ago
44105d8
Change class member variables in raw pointer type into unique_ptr
by weili
· 9 years ago
a27d49a
copy graphics state fully
by caryclark
· 9 years ago
df8c035
Clean up parts of CPDF_CIDFont.
by thestig
· 9 years ago
cfb31d6
Mac: Improve font substitution.
by thestig
· 9 years ago
08e7072
Clean up CFX_MacFontInfo and surrounding code.
by thestig
· 9 years ago
1e62a25
fix skia unit tests
by caryclark
· 9 years ago
e89391e
add local caching for skia draws
by caryclark
· 9 years ago
0efab94
Disable failing embedder tests for Skia builds.
by thestig
· 9 years ago
b21c6d0
Fix a regression from commit f3e6851.
by thestig
· 9 years ago
8ea3f51
Clean up some CPDF_Font subclasses.
by thestig
· 9 years ago
de0022a
Simplify CPDF_TextRenderer::DrawTextString().
by thestig
· 9 years ago
160bd0e
Double AdobeCMYK_to_sRGB speed with faster rounding
by brucedawson
· 9 years ago
29d447a
Improve hint table validation checks.
by thestig
· 9 years ago
ce56557
Use some FXSYS methods instead of duplicating
by dsinclair
· 9 years ago
decfa7b
Remove FPDFAPI_LoadCID2UnicodeMap.
by dsinclair
· 9 years ago
726b3db
Remove some fx_dib functions with unused parameters.
by thestig
· 9 years ago
ca0bc7d
Fix Skia GN build on Mac
by weili
· 9 years ago
29ce923
Fix memory leaks in EmbedderTest::OpenDocument().
by thestig
· 9 years ago
907a522
Use FXFONT defines in place of integers.
by thestig
· 9 years ago
095d346
Move ifx_renderdevicedriver to a separate file to share
by weili
· 9 years ago
4701fcd
Fix clang_use_chrome_plugin for Mac and Skia builds
by weili
· 9 years ago
bff506d
Change func(void) to func()
by weili
· 9 years ago
950e68f
Remove unused CFX_Font members.
by thestig
· 9 years ago
ec51ac3
Another round of fx_ge cleanup.
by thestig
· 9 years ago
54d027d
Fixup LoadImageInfo type checking.
by dsinclair
· 9 years ago
2fad11a
Simplify CPDF_TextPage::FindTextlineFlowOrientation().
by thestig
· 9 years ago
d931476
Remove unused code.
by dsinclair
· 9 years ago
23c9c47
fix skia build
by caryclark
· 9 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 9 years ago
f4bb580
Make code compile with clang_use_chrome_plugin (part II)
by weili
· 9 years ago
e7b0a2d
Clean up CPDF_TextPage.
by thestig
· 9 years ago
979070b
Get rid of IPDF_DataAvail.
by thestig
· 9 years ago
fc6326d
Delete Transform1bppBitmap() after commit 2f30766.
by thestig
· 9 years ago
2f30766
Remove default arguments from IFX_RenderDeviceDriver.
by thestig
· 9 years ago
868150b
Make code compile with clang_use_chrome_plugin (part I)
by weili
· 9 years ago
82e24b1
Optionally skip image type detection in progressive decoder.
by dsinclair
· 9 years ago
993d817
Fix CGdiDeviceDriver::DrawLine().
by thestig
· 9 years ago
6d4f6ff
use pos text
by caryclark
· 9 years ago
7f3a15f
[Android] Add support for standalone PDFium gn build on Android.
by jbudorick
· 9 years ago
fcf61b3
Clean up fx_codec_tiff.cpp.
by thestig
· 9 years ago
23ae4a5
Remove redundant casts, part 4
by tsepez
· 9 years ago
6aac8a8
Remove even more const casting from core.
by tsepez
· 9 years ago
c183561
Add some consts and remove more casts in core/
by tsepez
· 9 years ago
bc58de0
Set data availablity error.
by dsinclair
· 9 years ago
bc85eec
update skia
by caryclark
· 9 years ago
7d2a8d9
Remove implicit CFX_CountedRef::operator T*()
by tsepez
· 9 years ago
a431e23
Avoid const-cast in CPDF_Font
by tsepez
· 9 years ago
649a785
Use static_casts for cpdf_type1font bsearch on mac.
by tsepez
· 9 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 9 years ago
9896339
Fix more code which has shadow variables
by weili
· 9 years ago
4997b22
Get rid of NULLs in core/
by thestig
· 9 years ago
0687e76
Check the hint table exists before using.
by dsinclair
· 9 years ago
8975902
Verify we have a CJBig2_Image before attempting use.
by dsinclair
· 9 years ago
596fc4c
Add missing const to CPDF_Stream::InitStream()
by tsepez
· 9 years ago
b0fcfad
Remove unused PS generation code.
by thestig
· 9 years ago
25dc95a
Get rid of unused android GetHandle() and FPF_HFONT
by tsepez
· 9 years ago
8d4e0d4
Fix more bugs found by /analyze tool
by weili
· 9 years ago
12367cb
Fix some code which causes warnings when compiled by /analyze tool
by weili
· 9 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 9 years ago
ec40931
Remove unused code for Arabic char and line handling
by weili
· 9 years ago
36e258b
The PDFium source in core/fxge/dib implements a bit-blitting backend.
by caryclark
· 9 years ago
a31d4a9
Change CFX_Font::GetPsName() to return a CFX_ByteString.
by thestig
· 9 years ago
c324646
Relax checks added in commit 8f3a311.
by thestig
· 9 years ago
acef5fe
Validate the BitsPerFlag entry in shading dictionaries.
by thestig
· 9 years ago
8f3a311
Validate a couple of fields in shading dictionaries.
by thestig
· 9 years ago
8b3b3f5
Change IsGDIEnabled() to use a bool.
by Lei Zhang
· 9 years ago
24508df
Clean up some Android/Windows code.
by thestig
· 9 years ago
a54bc40
Add back-pointer to "Associated widget" to CFWL_WidgetImp.
by tsepez
· 9 years ago
befa450
Remove default arguments from CFX_FxgeDevice.
by thestig
· 9 years ago
7aed76f
Fix a bug which may cause infinite loop
by weili
· 9 years ago
3bd3841
Remove checks for _WIN32_WCE.
by thestig
· 9 years ago
2f1e05a
Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.
by thestig
· 9 years ago
6a9b494
skia: add bitmap color table support
by caryclark
· 9 years ago
fd6cfad
Clean up CPDF_TextRenderer slightly.
by thestig
· 9 years ago
d3e354a
Remove default arguments in CFX_RenderDevice.
by thestig
· 9 years ago
41846a0
Remove default argument from RestoreState() methods.
by thestig
· 9 years ago
25fa42f
Clean up fx_ge.h and IWYU.
by thestig
· 9 years ago
008ec70
Remove FX_GAMMA() and friends. They do nothing.
by thestig
· 9 years ago
7fa5513
Banish CFX_PrivateData to the XFA side
by tsepez
· 9 years ago
cece653
Remove CFX_PrivateData inheritance from CPDF_InterForm
by tsepez
· 9 years ago
5ce0968
Remove CFX_PrivateData from CPDF_Document
by tsepez
· 9 years ago
1e2c557
Remove CFX_PrivateData from CPDF_Page
by tsepez
· 9 years ago
Next »