Age | Commit message (Expand) | Author |
2018-08-17 | Add FPDFText_GetFontInfo | Nicolas Pena |
2018-08-16 | Remove arguments from CPWL_Edit::SetAlignFormatV().chromium/3525 | Tom Sepez |
2018-08-16 | Replace optional bool bDrawFocus with enum type. | Tom Sepez |
2018-08-16 | Replace optional bool bNotify with enum type. | Tom Sepez |
2018-08-15 | Make CFX_MemoryStream always consecutive.chromium/3524 | Lei Zhang |
2018-08-14 | Remove default args from CPDF_DIBSource::StartLoadDIBSource(). | Tom Sepez |
2018-08-14 | Remove unreachable vertical text code in CPDF_Document. | Lei Zhang |
2018-08-14 | Add FPDFFormObj_GetMatrix() API | Miklos Vajna |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-08-13 | Make CFX_ReadOnlyMemoryStream take a span. | Lei Zhang |
2018-08-13 | Change CFDF_Document::ParseMemory() to use pdfium::span. | Lei Zhang |
2018-08-13 | Use std::vector in FDFToURLEncodedData(). | Lei Zhang |
2018-08-13 | Move FDFToURLEncodedData() into an anonymous namespace. | Lei Zhang |
2018-08-13 | Move CPDFSDK_MemoryAccess to fxcrt. | Lei Zhang |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-10 | Fix sign mismatch in CPDFXFA_DocEnvironment. | Lei Zhang |
2018-08-10 | Remove direct calls to timechromium/3519 | Ryan Harrison |
2018-08-10 | Add proxy for syscall time | Ryan Harrison |
2018-08-08 | Remove include of <time.h> from fpdfsdk/cpdfsdk_datetime.h | Tom Sepez |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-08-07 | Make CPDF_Font::GetFontBBox() return the bounding box. | Lei Zhang |
2018-08-07 | Add FPDFTextObj_GetText() API | Miklos Vajna |
2018-08-04 | Do more CBA_FontMap initialization in the ctor and header. | Lei Zhang |
2018-08-02 | Handle inline font dicts in CBA_FontMap::AddFontToAnnotDict(). | Lei Zhang |
2018-08-01 | Make FPDF_FormHandle be represented as an incomplete type.chromium/3510 | Tom Sepez |
2018-08-01 | Fix sign mismatch in CPDFSDK_FormFillEnvironment::GetPageViewCount(). | Lei Zhang |
2018-08-01 | Add FPDFText_GetFontName() API | Miklos Vajna |
2018-07-28 | Add CPDSDK_Annot::AsBAAnnot() checked downcast method | Tom Sepez |
2018-07-27 | Make pdfium_embeddertests pass on Windows 10. | Lei Zhang |
2018-07-27 | Fix some nits in FPDFEditEmbeddertest. | Lei Zhang |
2018-07-26 | Be more careful casting to widget subclasses. | Tom Sepez |
2018-07-25 | Remove some ASSERT (and cast) in favor of checked cases. | Tom Sepez |
2018-07-25 | Disable submit in XFA forms. | Henrique Nakashima |
2018-07-24 | Fix encryption dictionary owning. | Artem Strygin |
2018-07-17 | Add Deleter and Scoper for FPDF_PAGELINK.chromium/3495 | Andrew Weintraub |
2018-07-17 | Cleanup SetSavedCalled API | Ryan Harrison |
2018-07-16 | Alert embedder when attempting to save XFA form | Ryan Harrison |
2018-07-16 | Add FPDFFormObj_GetObject() API | Miklos Vajna |
2018-07-14 | Use more ternary operators in content mark code.chromium/3493chromium/3492 | Lei Zhang |
2018-07-13 | Create API to remove a parameter from a content mark.chromium/3491 | Henrique Nakashima |
2018-07-13 | Create API to remove a content mark from a page object. | Henrique Nakashima |
2018-07-13 | Fix mark parameters not saved if nothing changed. | Henrique Nakashima |
2018-07-13 | Validate out-parameters in FPDF_GetPageSizeByIndex(). | Lei Zhang |
2018-07-13 | Fix FPDF_ImportNPagesToOne() documentation. | Lei Zhang |
2018-07-12 | Fix mark not saved if there are no other changes in the same object. | Henrique Nakashima |
2018-07-12 | Create API to set and get blob values from a mark dict. | Henrique Nakashima |
2018-07-11 | Inline GetMarkParamPairAtIndex into FPDFPageObjMark_GetParamKey. | Henrique Nakashima |
2018-07-11 | Rename content mark parameter value getters. | Henrique Nakashima |
2018-07-11 | Remove clunky mark property value getters by index. | Henrique Nakashima |
2018-07-11 | Write marked content operators when generating a stream. | Henrique Nakashima |