Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
fe91c6c8211cec39f871d9202556e1957bf81983
/
fpdfsdk
« Previous
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
5535ac7
Use std::vector in cpdfxfa_context.h
by Tom Sepez
· 8 years ago
0370d6b
Cleanup CPDF_StructElement.
by tsepez
· 8 years ago
a478dc5
Fix CPDF_InterForm::CheckRequiredFields and its callers.
by Nicolas Pena
· 8 years ago
bc8dcc3
Add ObservedPtrs to PWL_CREATEPARAM
by Dan Sinclair
· 8 years ago
e6cf013
Tidy FXJS_V8, backfill tests.
by tsepez
· 8 years ago
e507dc5
Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt.
by tsepez
· 8 years ago
6cf5eca
Don't put timers with ID == 0 into the global timer map.
by tsepez
· 8 years ago
1924971
Custom toString() methods may delete annots.
by tsepez
· 8 years ago
db76470
Add postscript path
by rbpotter
· 8 years ago
ffdfbb9
Remove unused CJS_Object::ExitInstance() method
by tsepez
· 8 years ago
d805eec
Use observed pointers in CPDFSDK_AnnotIterator.
by tsepez
· 8 years ago
8fa8279
Annotation deleted while retrieving it in JS
by tsepez
· 8 years ago
0d164f8
Remove CFX_ArrayTemplate from CPWL_Wnd.
by tsepez
· 8 years ago
6745f96
Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow
by tsepez
· 8 years ago
3cdcfeb
Create individual exception methods.
by Dan Sinclair
· 8 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 8 years ago
d5b81ce
Return unique_ptr<> from IPDF_StructTree
by tsepez
· 8 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 8 years ago
f085db3
Add inline JPEGs.
by rbpotter
· 8 years ago
a9caab9
Avoid the ptr.reset(new XXX()) anti-pattern
by tsepez
· 8 years ago
992ecf7
Verify precision length before converting to string.
by dsinclair
· 8 years ago
447b1f3
Move xfa/fwl/core to xfa/fwl.
by dsinclair
· 8 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 8 years ago
8f87550
re-enable skia caching
by caryclark
· 8 years ago
6bdb56c
Fix FPDF_GetPageLabel API typo.
by dsinclair
· 8 years ago
fa89a20
Make concrete stream classes private to .cpp, part 4.
by tsepez
· 8 years ago
bea0497
Make more concrete stream classes private to .cpp files
by tsepez
· 8 years ago
0275910
Protect against unexpected library create/destroy
by tsepez
· 8 years ago
345d489
Convert loose FX_Create* functions into static methods
by tsepez
· 8 years ago
05e0169
Make FDF document creation return unique_ptrs
by tsepez
· 8 years ago
a78ba60
Add FPDF_RenderPageBitmapWithMatrix API.
by thestig
· 8 years ago
9067fd6
Add APIs for limited use of document tagged code.
by thestig
· 8 years ago
733e068
Add API for getting page labels.
by thestig
· 8 years ago
1a7534a
Rename IFWL_App to CFWL_App
by dsinclair
· 8 years ago
d643729
Rename IFWL_Timer and IFWL_TimerInfo
by dsinclair
· 8 years ago
687fbde
handle antialiased rendering as premultiplied
by caryclark
· 8 years ago
dc7ec03
Add a regression test for rasterizing PDFs.
by thestig
· 8 years ago
4ccdb14
Remove iCompress parameter to CPDF_Image::SetImage().
by thestig
· 8 years ago
8a5e15d
Make CPDF_ImageObject::m_Matrix private.
by thestig
· 8 years ago
9e05ee1
Make CPDF_Stream() take unique_ptr's to its dictionary.
by tsepez
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
dd17234
Split fwl/core class pt I.
by dsinclair
· 8 years ago
0e606b5
Make CPDF_Dictionary use unique pointers.
by tsepez
· 8 years ago
5913a6c
Make CPDF_Object subclass constructors intern strings
by tsepez
· 8 years ago
8a3aa45
Make CPDF_Array take unique_ptrs
by tsepez
· 8 years ago
49c5928
Replace fcvt with std::stringstream in AFNumber_Format
by npm
· 8 years ago
70c4afd
Make AddIndirectObject() take a unique_ptr.
by tsepez
· 8 years ago
88d87c1
Fix nits in CPDF_PageOrganizer.
by thestig
· 8 years ago
c75dcd2
Invalidate a slightly larger rect when updating popup annotations.
by thestig
· 8 years ago
c64b76c
Cleanup remaining IFWL files for visiblity and usage.
by dsinclair
· 8 years ago
6e1d603
Fix unique ptrs in fpdfppo.cpp
by tsepez
· 8 years ago
211d4ed
Add fpdfppo_embeddertest.cpp.
by tsepez
· 8 years ago
5937d0d
Fix sevg above CPDF_PageContentGenerator::ProcessImage()
by tsepez
· 8 years ago
be6b148
Free the FPDF_SYSFONTINFO_DEFAULT instead of delete
by npm
· 8 years ago
61f8e9c
Do not load main cross ref table for first page in linearized pdf.
by art-snake
· 8 years ago
6173c9d
Tidy fpdfsdk/fpdf_flatten.cpp
by tsepez
· 8 years ago
335cf09
Return unique_ptr from CPDF_Object::Clone().
by tsepez
· 8 years ago
7b3252f
Fix regression in annotation key event handling.
by thestig
· 8 years ago
d0ecd89
Fix abort above FPDFPage_Flatten
by tsepez
· 8 years ago
Next »