Age | Commit message (Expand) | Author |
2018-10-24 | Implement FPDFPageObj_GetLineCap(). | Lei Zhang |
2018-10-24 | Implement FPDFPageObj_GetLineJoin(). | Lei Zhang |
2018-10-24 | Check CPDFFooObjectFromFPDFPageObject() result. | Lei Zhang |
2018-10-22 | Fix timezone inconsistency in document methods test. | Tom Sepez |
2018-10-17 | Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns. | Tom Sepez |
2018-10-12 | Rename CPDF_{Array,Dictionary}::GetCount() to size(). | Lei Zhang |
2018-10-10 | Rename CPDF_ContentMark to CPDF_ContentMarks. | Henrique Nakashima |
2018-10-09 | Do IWYU for ptr_util.h. | Lei Zhang |
2018-10-09 | Do IWYU for cpdf_dictionary.h. | Lei Zhang |
2018-10-06 | Encapsulate CPDF_PageObject's rect member. | Lei Zhang |
2018-10-04 | Remove unreachable code in CPDFXFA_Page. | Lei Zhang |
2018-09-18 | Change signature of FPDFPageObjMark_Get(Name|ParamKey).chromium/3556 | Henrique Nakashima |
2018-09-17 | Remove deprecated FPDFPage_CountObject(). | Lei Zhang |
2018-08-14 | Add FPDFFormObj_GetMatrix() API | Miklos Vajna |
2018-08-10 | Remove direct calls to timechromium/3519 | 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-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 | Split CPDF_ContentMark::AddMark() into three versions. | Henrique Nakashima |
2018-07-11 | Add FPDFFormObj_CountObjects() API | Miklos Vajna |
2018-07-10 | Create API for adding content marks and setting their params.chromium/3488 | Henrique Nakashima |
2018-07-05 | Create content mark APIs to get values by key. | Henrique Nakashima |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-26 | Add some more consts to unowned pointers. | Tom Sepez |
2018-06-12 | FPDFPage_New(), FPDF_LoadPage(): Fallthru into PDF case if no XFA context. | Tom Sepez |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-04 | Revert "Make CPDF_Document cache CPDF_Pages" | Tom Sepez |
2018-06-04 | Revert "Make common page base class for XFA and non-XFA." | Tom Sepez |
2018-06-01 | Creating XFA context shouldn't be a side-effect of FPDF_* conversion. | Tom Sepez |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-30 | Make CPDF_Document cache CPDF_Pages | Tom Sepez |
2018-05-25 | Make CPDF_Page retainable. | Tom Sepez |
2018-05-22 | Add FPDFPageObj_GetStrokeWidth() API | Miklos Vajna |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-08 | Add several FPDFPageObj_* APIschromium/3425 | Nicolas Pena |
2018-05-08 | Revert "Ensure that XFA Pages always have a corresponding PDF page" | Henrique Nakashima |
2018-05-08 | Make one more CPDF_PageObjectHolder member protected. | Lei Zhang |
2018-05-07 | Make CPDF_PageObjectHolder::m_iTransparency protected. | Lei Zhang |
2018-05-07 | Ensure that XFA Pages always have a corresponding PDF page | Tom Sepez |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |