Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
c0c39cbb638dd24b07b9cdcf7e9179e88b162ad3
/
public
10e02fa
Updated FPDF_GetMetaText doc string for linearized files.
by Henrique Nakashima
· 8 years ago
dce2d72
Add FORM_GetSelectedText() function.
by Diana Gage
· 8 years ago
e10509a
Wrapper class for annotation dictionary + CPDF_Form
by Jane Liu
· 8 years ago
3b05743
Added public API FPDFPath_GetStrokeColor
by Jane Liu
· 8 years ago
603a31d
Add blend to GraphicsData
by Nicolas Pena
· 8 years ago
a7d2c15
Remove deprecated FPDPage_HasFormFieldAtPoint().
by Lei Zhang
· 8 years ago
d3b90ac
Fix FPDFAction_GetFilePath() documentation error.
by Lei Zhang
· 8 years ago
262cf46
Minor changes/addons for annotation APIs
by Jane Liu
· 8 years ago
20eafda
Basic APIs and tests for creating annotations
by Jane Liu
· 8 years ago
4fd9a47
Basic APIs and tests for extracting annotations
by Jane Liu
· 8 years ago
5be0b29
Add public #defines for line cap and line join values.
by wileyrya
· 8 years ago
06bbdef
Add public API for setting the blend mode on a page object.
by wileyrya
· 8 years ago
f1697fa
Add public API for getting the bounds of a page object.
by wileyrya
· 8 years ago
864e9fb
Add public API for setting the fill color on a text object
by wileyrya
· 8 years ago
22a237f
Add public API for setting LineJoin and LineCap on a path
by wileyrya
· 8 years ago
46abb66
Use more static_cast in fpdfsdk
by Nicolas Pena
· 8 years ago
fe91c6c
Be skeptical of bare |new|s.
by Tom Sepez
· 8 years ago
392cfd6
Remove FPDFPageObj_NewImgeObj().
by Lei Zhang
· 8 years ago
d1c9b45
Add raw PostScript output to pdfium_test on Windows.
by Lei Zhang
· 8 years ago
b316185
Add API to create a text object using a loaded font.
by Nicolas Pena
· 8 years ago
d9dad3a
Add title (/T) extraction for PDF tagged structures
by dan sinclair
· 8 years ago
ddcb6e7
Add option to pdfium_test to dump structure elements
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
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
1d17a04
Introduce unique_ptr compatible deleters for FPDF types
by Tom Sepez
· 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
9162ff8
Fix nits from commit db764708.
by Lei Zhang
· 8 years ago
4905840
Add public API for adding text with standard fonts
by Nicolas Pena
· 8 years ago
2eb1a70
Add line width option for stroking paths
by Nicolas Pena
· 8 years ago
55e026b
Add APIs for path construction and painting
by Nicolas Pena
· 8 years ago
db76470
Add postscript path
by rbpotter
· 8 years ago
f085db3
Add inline JPEGs.
by rbpotter
· 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
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
058d2d6
Continue formatting fwl/core
by dsinclair
· 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
1f24890
Remove FFI_ from CPDFSDK_Environment method names
by dsinclair
· 8 years ago
f2662c4
Cleanup CPDFXFA_Document.
by dsinclair
· 8 years ago
75f84a5
Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.
by jaepark
· 8 years ago
9b777de
Fix an embedder test with leaked page object
by weili
· 8 years ago
8e12029
Add test for bug 620428 (setinterval cancellation)
by tsepez
· 9 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 9 years ago
fdb35ff
Implement CGdiPrinterDriver::DrawDeviceText().
by thestig
· 9 years ago
3bd3841
Remove checks for _WIN32_WCE.
by thestig
· 9 years ago
a55880d
Add missing STDCALL for FPDFDoc_GetPageMode().
by thestig
· 9 years ago
860193b
Continue documentation cleanup
by dsinclair
· 9 years ago
6914118
Remove CFX_ArrayTemplate from CPDF_LinkExtract
by tsepez
· 9 years ago
5f597db
Cleanup fpdf_edit.h and fpdf_doc.h documentation.
by dsinclair
· 9 years ago
ea10a0d
Cleanup public/fpdf_dataavail.h documentation.
by dan sinclair
· 9 years ago
61b2fc7
Split core/include/fpdfapi/fpdf_resource.h
by dan sinclair
· 9 years ago
a1cef70
Trigger page view event when re-layout is finished
by jinming_wang
· 9 years ago
399be5b
Add bitmaps and skp output to Skia port
by Cary Clark
· 9 years ago
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
50cce60
Fixing whitespace lint errors.
by Dan Sinclair
· 9 years ago
84e5a12
Hook up FFI_PageEvent.
by Lei Zhang
· 9 years ago
c30d5bf
XFA: Fix a crashier in SetFocus()
by Jun Fang
· 9 years ago
c46d000
Allow building non-XFA (master) on the XFA branch.
by Tom Sepez
· 9 years ago
d3116dc
XFA: DYNIMIC is spelled DYNAMIC
by Tom Sepez
· 9 years ago
326a2a7
Make XFA public more closely match master.
by Tom Sepez
· 9 years ago
df7f366
Merge to XFA: Support linearized loading
by Jun Fang
· 9 years ago
8fec3e4
Merge to XFA: Make checkdeps --resolve-dotdot succeed.
by Lei Zhang
· 9 years ago
49f88b7
[Merge to XFA] Minor documentation updates for fpdfview.h.
by Dan Sinclair
· 9 years ago
a72e8e2
Merge to XFA: Pass v8::Isolate to PDFium at init time.
by Tom Sepez
· 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
38a5a39
Merge to XFA: Cleanup: s/Torelance/Tolerance/
by Lei Zhang
· 9 years ago
077f1a3
XFA: clang-format all pdfium code, again.
by Nico Weber
· 9 years ago
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 10 years ago
06b6002
Merge to XFA: Plumb in an externally created v8::Isolate
by Jochen Eisinger
· 10 years ago
1f3442c
Merge to XFA: FX_BOOL combo patch.
by Tom Sepez
· 10 years ago
bfa9a82
Merge to XFA: Use stdint.h types throughout PDFium.
by Tom Sepez
· 10 years ago
3c3201f
Merge to XFA: Tidy public fpdfview.h and fpdf_flatten.h.
by Tom Sepez
· 10 years ago
9857e20
Merge to XFA: Tidy public/ directory.
by Tom Sepez
· 10 years ago
cf22eb8
Merge to XFA: Make (and verify) public/ files compile under C.
by Tom Sepez
· 10 years ago
12df7f7
Merge to XFA: Describe required properties of public/ files with a README.
by Tom Sepez
· 10 years ago
2a0bb3b
Merge to XFA: NEW public API for pdfwindow font manipulation.
by Tom Sepez
· 10 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 10 years ago