Age | Commit message (Expand) | Author |
2018-07-18 | Use casts to deduplicate implementation of const/non-const methods. | 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-11 | Write marked content operators when generating a stream. | Henrique Nakashima |
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-06 | Make MarkData::mMarks a vector of RetainPtr<CPDF_ContentMarkItem> | Henrique Nakashima |
2018-07-05 | Rename CPDF_ContentMark::m_Ref to ::m_pMarkData. | Henrique Nakashima |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-07-05 | Replace SharedCopyOnWrite<MarkData> with RetainPtr | Henrique Nakashima |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-03-21 | Use more const pointers in CPDF_ContentMarkItem. | Lei Zhang |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2018-01-08 | Make SharedCopyOnWrite use Retainables | Dan Sinclair |
2017-11-22 | Change CPDF_ContentMark to return size_t for counts. | Lei Zhang |
2017-11-22 | Remove dead CPDF_ContentMark code. | Lei Zhang |
2017-11-21 | Avoid passing pointers by reference in core. | Lei Zhang |
2017-09-21 | Move CFX_SharedCopyOnWrite to SharedCopyOnWrite | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-17 | Rename CFX_CountRef to CFX_SharedCopyOnWrite | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |