Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
d7ac26c410073359ef83c84bba21df7956b024fb
/
fpdfsdk
/
fpdfview_c_api_test.c
854d71c
Refactor HasXFAField into HasFormInfo
by Ryan Harrison
· 7 years ago
077f643
Add FPDFCatalog_IsTagged to public API.
by Henrique Nakashima
· 7 years ago
a74a627
Move HasXFAField out from XFA feature flag
by Ryan Harrison
· 7 years ago
9262761
API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()
by Miklos Vajna
· 7 years ago
0150a54
API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()
by Miklos Vajna
· 7 years ago
36eed87
Add FPDFPath_GetPoint() API
by Miklos Vajna
· 7 years ago
12abfd0
Add public method FPDFPath_CountPoint to get # of points of a path object.
by Miklos Vajna
· 7 years ago
63b0126
Implement FORM_OnFocus() API.
by Lei Zhang
· 7 years ago
d1ed1ce
Added FPDFAnnot_GetAnnotIndex()
by Jane Liu
· 7 years ago
300bb27
Added FPDFAnnot_GetLinkedAnnot()
by Jane Liu
· 7 years ago
ca89829
API and test for retrieving metadata from image objects
by Jane Liu
· 7 years ago
d300234
Add a new public method to get the the origin of a character.
by Andrew Weintraub
· 7 years ago
be63ab9
API and test for retrieving image filters from image objects
by Jane Liu
· 7 years ago
2e5f0ae
Added FPDFPageObj_Destroy() for freeing page objects created
by Jane Liu
· 7 years ago
548334e
APIs and tests for retrieving raw/decoded data from image objects
by Jane Liu
· 7 years ago
28fb7ba
APIs and tests for extracting bitmaps from image objects
by Jane Liu
· 7 years ago
ab39097
Add FORM_ReplaceSelection() and embedder tests.
by Diana Gage
· 7 years ago
54a4214
Basic APIs and tests for adding attachments
by Jane Liu
· 7 years ago
1c7f142
Add FORM_DeleteSelectedText() and embedder tests.
by Diana Gage
· 7 years ago
40870db
Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests.
by Diana Gage
· 7 years ago
7e0c05d
Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests.
by Diana Gage
· 7 years ago
18ae06d
Basic APIs and tests for extracting attachments
by Jane Liu
· 7 years ago
53aafa9
Basic APIs and test for retrieving embedded attachment count and name
by Jane Liu
· 7 years ago
7a9a38b
Added API for removing objects from annotations
by Jane Liu
· 7 years ago
2e1a32b
Added APIs for getting/setting string pairs in annotation dictionaries
by Jane Liu
· 7 years ago
3656774
Generalized annotation APIs to support image and text objects
by Jane Liu
· 7 years ago
b137e75
Added APIs for setting annotation flag values
by Jane Liu
· 7 years ago
baa7ff4
Basic APIs and tests for extracting and setting annotation paths
by Jane Liu
· 7 years ago
8ce58f5
Added FPDFAnnot_RemoveAnnot()
by Jane Liu
· 7 years ago
dce2d72
Add FORM_GetSelectedText() function.
by Diana Gage
· 7 years ago
e10509a
Wrapper class for annotation dictionary + CPDF_Form
by Jane Liu
· 7 years ago
3b05743
Added public API FPDFPath_GetStrokeColor
by Jane Liu
· 7 years ago
a7d2c15
Remove deprecated FPDPage_HasFormFieldAtPoint().
by Lei Zhang
· 7 years ago
262cf46
Minor changes/addons for annotation APIs
by Jane Liu
· 7 years ago
4fd9a47
Basic APIs and tests for extracting annotations
by Jane Liu
· 8 years ago
d9dc962
Add missing public APIs to API test.
by wileyrya
· 8 years ago
392cfd6
Remove FPDFPageObj_NewImgeObj().
by Lei Zhang
· 8 years ago
b316185
Add API to create a text object using a loaded font.
by Nicolas Pena
· 8 years ago
ed4705b
Add public method FPDFPath_GetFillColor to get fill color of a path object.
by Miklos Vajna
· 8 years ago
29479f6
Add method to get tagged type
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
cbd8957
Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.
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
be90aae
Add public API for creating a Type1 font
by Nicolas Pena
· 8 years ago
55e026b
Add APIs for path construction and painting
by Nicolas Pena
· 8 years ago
6bdb56c
Fix FPDF_GetPageLabel API typo.
by dsinclair
· 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
788217d
Add FPDF_FreeDefaultSystemFontInfo API
by npm
· 8 years ago
c59fa88
Add FPDFDest_GetLocationInPage API
by dsinclair
· 8 years ago
04bebfe
Implement FPDF_VIEWERREF_GetName() API.
by thestig
· 8 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (99%) from fpdfsdk/src/fpdfview_c_api_test.c]
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
51da093
Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/
by Tom Sepez
· 9 years ago
b4e7f30
Merge to XFA: Fix all relative includes to public.
by Lei Zhang
· 9 years ago
6f62d53
Merge to XFA: Allow external font-path configuration from pdfium_test.
by Lei Zhang
· 9 years ago
e0947b3
Merge to XFA: Implement FPDFAction_GetFilePath().
by Lei Zhang
· 9 years ago
bdf72c3
Merge to XFA: Add new public APIs to find the z-order for links and widgets.
by Lei Zhang
· 9 years ago
cf22eb8
Merge to XFA: Make (and verify) public/ files compile under C.
by Tom Sepez
· 10 years ago