| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Use noparent=True in //public/DEPS Replaces specific include exclusion rules in //public/DEPS with noparent=True, which prevents inheriting any include rules from parent directories. Change-Id: I15343de0185b71b338fd60842126ec87d43ab83f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/107911 Commit-Queue: K. Moon <kmoon@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Auto-Submit: K. Moon <kmoon@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Add a sentence to public/README about where to start Change-Id: I21e8724493eaa5e1ae766245bebdca3118e9187d Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/93410 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 4 年前 | |
Add experimental FPDFAnnot_SetFontColor() API Add an API to mirror FPDFAnnot_GetFontColor(). For now, the implementation stays consistent with FPDFAnnot_SetBorder() and removes the existing appearance stream, if any. Bug: 397836729 Change-Id: I675a4f35c8b481dbb3a64713017c9f55106d121a Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/131830 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Add API to retrieve MIME type from PDF attachments Adds new API to retrieve values from the embedded file stream dictionary of PDF attachments: FPDFAttachment_GetSubtype() - Specifically retrieves the MIME type Bug: 408241034 Change-Id: Ia42813d0423dbdad3105f9ac1c8da4f3976e92c9 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130970 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Add API to set document language in PDF document Add experimental API FPDFCatalog_SetLanguage() that allows the user to set the /Lang entry in a PDF document's catalog. Make CPDF_Document::SetRootForTesting() public so that it can be used in new embedder tests without CPDF_TestDocument. Bug: 42270891 Change-Id: I1ea20bf80f9045bd9fd34e55fcaf58cf82023d3c Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/123112 Commit-Queue: Andy Phan <andyphan@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Mention "document outline" in public/fpdf_doc.h In the PDF spec, document outline and bookmarks are synonyms. Mention document outline in the public API comments, to make it more discoverable. Change-Id: I5ce679ef0e8da00a1d9ecc5f1cb7161cd4b383b6 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113593 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Revert "!44 merge 144_trunk into 144_trunk" This reverts commit 20970951ddb733e75f4db5c7a7e0829a18c874db, reversing changes made to 66c6bc40966122935d37eef739deb988581214d4. Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> | 5 个月前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Fix some typos in //public Found by Tricium. Change-Id: Ib9a89eda6197400e57eaeb56a70226b80dc4c2dc Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/120811 Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Reformat comments in //public to use a consistent syntax Consistently use // syntax. Change-Id: I035f6485a38c12317b874960bf685242bcf512ee Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/120810 Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Improve comment for flags parameter to FPDF_SaveAsCopy() Mention it is ok to pass in 0. Change-Id: I322d9f1eae3a1313b3a77b2c6fb8c7637bc4417e Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/133070 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Add APIs to fetch struct element attributes of type array Add experimental FPDF_StructElement_Attr_CountChildren() and FPDF_StructElement_Attr_GetChildAtIndex() APIs to fetch child FPDF_STRUCTELEMENT_ATTR_VALUE handles from an FPDF_STRUCTELEMENT_ATTR_VALUE handle of type array. Change-Id: Ief98b5e47d07d01262cee446e2b060191e5b661c Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/118692 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Add FPDF_SYSFONTINFO version 2 for per-request font matching This change adds support for version 2 of the FPDF_SYSFONTINFO interface, which enables per-request font matching instead of upfront font enumeration. Bug: 449573621 Change-Id: I794d9d092219ce8ee7a94f977a9be69415c98d7d Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/136690 Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 7 个月前 | |
Add FPDFText_GetTextObject() API Add an API that maps (FPDF_TEXTPAGE, int /*page_index*/) to FPDF_PAGEOBJECT. This will make it unnecessary to have both FPDFText_Foo() and FPDFTextObject_Foo(). Use the new API to help replace the experimental FPDFText_GetTextRenderMode() API. Convert the tests for FPDFText_GetTextRenderMode() to use FPDFText_GetTextObject() and FPDFTextObj_GetTextRenderMode() instead. To make the implementation work without resorting to using const_cast(), change several CPDF_PageObject pointers in CPDF_TextPage to be non-const. Bug: 353484288 Change-Id: I15cd83d3ff3d1c4fa07c8b0a98a7b798150f05fc Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/121790 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@google.com> | 1 年前 | |
Update old-style copyright headers Updates old-style copyright headers to the new style, by removing "All rights reserved." Also inserts "The" before "PDFium Authors", which is required by both styles. Mechanically generated by this command: PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.' git grep -l "$PATTERN" \ | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i'' Fixed: pdfium:1884 Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> | 3 年前 | |
Reformat comments in //public to use a consistent syntax Consistently use // syntax. Change-Id: I035f6485a38c12317b874960bf685242bcf512ee Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/120810 Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Improve FPDF_GetPageWidthF() / FPDF_GetPageHeightF() documentation Mention changing the page rotation affects their return values. Change-Id: I2f950ccb629651bc1d876d9b05868facd41dc6f1 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/131871 Commit-Queue: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 5 个月前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 1 年前 |