Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
ec8ff7d258ef25f7e3193572aeef220ff86784f0
/
fpdfsdk
ec8ff7d
Fix bytestring passing conventions, part 2.
by Tom Sepez
· 8 years ago
d9dad3a
Add title (/T) extraction for PDF tagged structures
by dan sinclair
· 8 years ago
c4a2b75
Cleanup string passing in core/fpdf*
by Tom Sepez
· 8 years ago
1835a6f
Tweak CFDF_Font::AppendChar()
by Tom Sepez
· 8 years ago
6a5c20c
Remove the ICC transform where it is never initialized.
by Nicolas Pena
· 8 years ago
2b79729
Fix unit tests to initialize PartitionAlloc.
by Chris Palmer
· 8 years ago
7f38961
Cleanup the tagged code
by dan sinclair
· 8 years ago
ed4705b
Add public method FPDFPath_GetFillColor to get fill color of a path object.
by Miklos Vajna
· 8 years ago
afd0d1f
RefCount CPDF_StreamAcc all the time.
by Tom Sepez
· 8 years ago
37cc5fb
Finish splitting up fx_dib.h
by Nicolas Pena
· 8 years ago
29479f6
Add method to get tagged type
by Dan Sinclair
· 8 years ago
e115b2e
Remove unneeded void* casts.
by Lei Zhang
· 8 years ago
1c5d0b4
Drop FXSYS_ from mem methods
by Dan Sinclair
· 8 years ago
669a418
Drop FXSYS_ from math methods
by Dan Sinclair
· 8 years ago
7e7c649
Drop FXSYS_ from string methods
by Dan Sinclair
· 8 years ago
1423319
Add public method FPDFPageObj_GetType to get type of a page object.
by Miklos Vajna
· 8 years ago
7d4f6a8
Refcount CPDF_Image all the time.
by Tom Sepez
· 8 years ago
574b574
Fix some nits in the javascript util code.
by Lei Zhang
· 8 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
908c848
Move core/fxcrt XML files to core/fxcrt/xml
by Dan Sinclair
· 8 years ago
ddb7016
Move CFX files into fxcrt
by Dan Sinclair
· 8 years ago
3de5005
Upgrade to FreeType 2.7.1.
by Lei Zhang
· 8 years ago
d5d8f60
Quick fix for blank preview
by rbpotter
· 8 years ago
e778668
Move xfa/fxbarcode fxbarcode/
by Dan Sinclair
· 8 years ago
f0799fe
Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""
by Tom Sepez
· 8 years ago
31b08d4
Revert "Refcount all CFX_DIBSources (and subclasses) all the time."
by dsinclair
· 8 years ago
0004f29
Refcount all CFX_DIBSources (and subclasses) all the time.
by Tom Sepez
· 8 years ago
5c500ac
Return arrays where appropriate in fxfa.
by Tom Sepez
· 8 years ago
0d6d178
Remove old test expectations after the Mac 10.12 upgrade.
by Lei Zhang
· 8 years ago
e4b035b
Use PartitionAlloc for JavaScript ArrayBuffers and strings.
by Chris Palmer
· 8 years ago
1a89e36
Remove dead code in fxet_edit.h.
by Lei Zhang
· 8 years ago
7388470
Use std::map<> in CPLST_Select
by Tom Sepez
· 8 years ago
80c4878
Cleanup some xfa/fxfa code.
by Dan Sinclair
· 8 years ago
6bdd824
Fix two CloneNonCycle issues
by Wei Li
· 8 years ago
cdba747
Cleanup DocType defines
by Dan Sinclair
· 8 years ago
e3978d0
Remove unused invalidate flag
by Dan Sinclair
· 8 years ago
a8c2b91
Remove dead CFX_Edit code and fix some typos.
by Lei Zhang
· 8 years ago
3d06022
Remove unused docview flag
by Dan Sinclair
· 8 years ago
5bcd9a3
Fix Mac tests on 10.12
by Nicolas Pena
· 8 years ago
52f69b3
Make CPVT_WordPlace more conformant with the prevailing idioms.
by Tom Sepez
· 8 years ago
85f019a
Add pdfium::clamp() as a placeholder for std::clamp().
by Lei Zhang
· 8 years ago
7630907
Handle web links across lines
by Wei Li
· 8 years ago
cbd8957
Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.
by Lei Zhang
· 8 years ago
9bbc354
remove CFX_ArrayTemplate from fxet_list.
by Tom Sepez
· 8 years ago
193e6ca
Add IndexInBounds() convenience routine.
by Tom Sepez
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
375c276
Make most PDFium code pass Clang plugin's auto raw check.
by Lei Zhang
· 8 years ago
5c1961d
Add public method FPDFText_GetTextIndexFromCharIndex
by Nicolas Pena
· 8 years ago
d03ca42
Add public method FPDFText_LoadFont to load some types of fonts.
by Nicolas Pena
· 8 years ago
b4a2618
Create virtual codec APIs so chrome/fuzzers can link separately
by Tom Sepez
· 8 years ago
313c425
Remove unused IconElement::IconStream.
by Lei Zhang
· 8 years ago
a99de0e
Clean up CXML_Element.
by Lei Zhang
· 8 years ago
be90aae
Add public API for creating a Type1 font
by Nicolas Pena
· 8 years ago
c5a1472
Fix uninitialized memory read in CJS_Object::GetEmbedObject()
by Tom Sepez
· 8 years ago
40e0a81
Remove unused Icon::m_pIconStream
by Tom Sepez
· 8 years ago
90b7326
Cleanup PWL_Wnd
by Dan Sinclair
· 8 years ago
77f6d0f
Observe all formfill environment pointer in JS objects.
by Tom Sepez
· 8 years ago
b9c69ab
Cleanup CFX_Graphics.
by Dan Sinclair
· 8 years ago
c6dc69f
Store JS string constants as single-byte strings.
by Tom Sepez
· 8 years ago
fc54e05
Cleanup PWL_Utils.
by Dan Sinclair
· 8 years ago
a0061af
Convert TransformPoint calls to Transform calls
by Dan Sinclair
· 8 years ago
b147e07
Convert point x,y into CFX_PointF
by dan sinclair
· 8 years ago
60fd9fc
Convert OutputSelectedRect to take a rect
by Dan Sinclair
· 8 years ago
6eec1c4
Update Invalidate to take a rect
by Dan Sinclair
· 8 years ago
55db091
Move JS constant tables to single-byte names
by Tom Sepez
· 8 years ago
4d5b8c5
Convert JS property tables to single-byte.
by Tom Sepez
· 8 years ago
9b99b63
Convert native method names to single-byte.
by Tom Sepez
· 8 years ago
892d751
Avoid some widestring to bytestring conversions in fxjs.
by Tom Sepez
· 8 years ago
d476adc
Remove non CFX_PointF GetIndexAtPos
by Dan Sinclair
· 8 years ago
b45ea1f
Convert CFWL messages to use CFX_PointF
by Dan Sinclair
· 8 years ago
37a35df
Replace JS_IMPLEMENT_COLORPROP with helper function.
by Tom Sepez
· 8 years ago
1f403ce
Convert more TransformPoint calls to Transform
by Dan Sinclair
· 8 years ago
04557b8
Remove some JS_Define macros
by Tom Sepez
· 8 years ago
b1670b5
Pass CJS_Runtime to JS callbacks.
by Tom Sepez
· 8 years ago
d6ae2af
Rename IJS_Context to IJS_EventContext.
by Tom Sepez
· 8 years ago
a4ad01f
Move generated graphics and font maps to CPDF_Page
by Nicolas Pena
· 8 years ago
e460232
Cleanup CFX_PathData.
by Dan Sinclair
· 8 years ago
4905840
Add public API for adding text with standard fonts
by Nicolas Pena
· 8 years ago
5f2d381
Replace CPWL_Point with CFX_PointF
by Dan Sinclair
· 8 years ago
f528eee
Reland "Convert CFX_FloatPoint to CFX_PointF"
by Dan Sinclair
· 8 years ago
22da8c2
Delete unused method CPWL_Edit::GeneratePageObjects
by Nicolas Pena
· 8 years ago
92a32db
Revert "Convert CFX_FloatPoint to CFX_PointF"
by dsinclair
· 8 years ago
4797c42
Convert CFX_FloatPoint to CFX_PointF
by Dan Sinclair
· 8 years ago
58e4c5a
Clean up CPDF_TextObject a bit
by Nicolas Pena
· 8 years ago
9e41d04
Use container with stable iterator for m_Icons.
by Tom Sepez
· 8 years ago
2eb1a70
Add line width option for stroking paths
by Nicolas Pena
· 8 years ago
687a79c
Cleanup CFX_Matrix related methods
by Dan Sinclair
· 8 years ago
afb4456
Remove Transform in favour of TransformPoint
by Dan Sinclair
· 8 years ago
118a8e2
Replace rect.Transform(matrix) with matrix.TransformRect(rect)
by Dan Sinclair
· 8 years ago
1b08df1
Convert Get methods to return instead of using out params.
by Dan Sinclair
· 8 years ago
0fc185e
Add EmbedderTest for adding and filling paths
by Nicolas Pena
· 8 years ago
bba2a7c
Update to use CFX_Rect{F} and CFX_Matrix constructors.
by Dan Sinclair
· 8 years ago
55e026b
Add APIs for path construction and painting
by Nicolas Pena
· 8 years ago
79365f7
Use enum class for PathPoint types.
by Nicolas Pena
· 8 years ago
c222907
Cleanup out params in XFA layout code.
by Dan Sinclair
· 8 years ago
3509d16
Use std::vector, unique_ptrs in fxet_edit.h
by Tom Sepez
· 8 years ago
f4a8c72
Properly refcount CPDF_StructElement
by Tom Sepez
· 8 years ago
6db6df7
Remove CFX_ArrayTemplate from CFFL_ListBox
by Tom Sepez
· 8 years ago
f716f0b
Refcount CPDF_OCContext.
by Tom Sepez
· 8 years ago
Next »