Age | Commit message (Expand) | Author |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-07-11 | Store property name for marked content with an indirect dict. | Henrique Nakashima |
2018-07-11 | Split CPDF_ContentMark::AddMark() into three versions. | Henrique Nakashima |
2018-07-10 | Create API for adding content marks and setting their params.chromium/3488 | Henrique Nakashima |
2018-07-10 | Make CPDF_StreamContentParser::m_pResources a const pointer. | Lei Zhang |
2018-07-06 | Maintain a stack of CPDF_ContentMark while parsing a stream. | Henrique Nakashima |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-07-05 | Replace SharedCopyOnWrite<MarkData> with RetainPtr | Henrique Nakashima |
2018-06-26 | Use UnownedPtr<> in cpdf_streamcontentparserchromium/3474 | Tom Sepez |
2018-06-26 | Add some more consts to unowned pointers. | Tom Sepez |
2018-06-25 | Clean up CPDF_StreamContentParser::AddTextObject().chromium/3473 | Lei Zhang |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-12 | Fill m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-06-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-06-05 | Revert "Create m_ContentStream field in CPDF_PageObject." | Henrique Nakashima |
2018-06-05 | Create m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-09 | Mark numerious pointers as const. | Lei Zhang |
2018-04-16 | Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). | Henrique Nakashima |
2018-04-16 | Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h | Tom Sepez |
2018-04-13 | Rename the other CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Rename one CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Make some CPDF_StreamContentParser methods const. | Lei Zhang |
2018-04-06 | Add span.h from chromium base.chromium/3392 | Tom Sepez |
2018-03-21 | Use more const pointers in CPDF_ContentMarkItem. | Lei Zhang |
2018-01-08 | Encapsulate CPDF_ShadingObject members. | Lei Zhang |
2017-11-06 | Mark some CPDF_StreamContentParser members as const. | Lei Zhang |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-10-04 | Remove friends from CPDF_TextObjectchromium/3233 | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Prevent duplicate parses of same data, in the same recursive descent | Ryan Harrison |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-29 | Make some CPDF_StreamContentParser methods static. | Lei Zhang |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-23 | Verify image returned from AddImage | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Converted CFX_FloatRect::{Init|Update}Rect() to take point objects | Jane Liu |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-06-30 | Remove pointless CFX_FloatRect construction. | Lei Zhang |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |