Age | Commit message (Expand) | Author |
2018-07-25 | Create popup with Contents only for same annotations subtypes. | Henrique Nakashima |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-07 | Add some getters for CPDF_PageObjectHolder. | Lei Zhang |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2017-10-16 | Simplify CPVT_GenerateAP interface | Dan Sinclair |
2017-10-16 | Cleanup CPVT_GenerateAP | Dan Sinclair |
2017-10-16 | Convert CPVT_Color to CFX_Color | Dan Sinclair |
2017-10-05 | Move CPDF_RenderOptions members to private | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-28 | Change DrawAppearance() methods to take CFX_Matrix by const-ref. | Lei Zhang |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Avoid annotation popups to be clipped at page edges | Jane Liu |
2017-06-22 | Avoid regenerating appearance stream when already present. | Henrique Nakashima |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2016-11-23 | Add FPDF_RenderPageBitmapWithMatrix API. | thestig |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-10 | Use more unique_ptrs for CPDF_Annot and friends. | thestig |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-26 | Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. | tsepez |
2016-10-15 | Fix some nits in cpdf_annotlist.cpp. | thestig |
2016-10-05 | Rework a redundant check when calling ConvertToIndirectObjectAt() | tsepez |
2016-10-04 | Fix ownership when making a private annot dictionary into a shared one. | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_render to core/fpdfapi/render | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-08 | Check whether the annotation content is empty using CFX_WideString. | jaepark |
2016-09-01 | Fix leaks due to created popup annotationschromium/2847 | weili |
2016-08-31 | Use enum class for subtypes of CPDF_Annot. | jaepark |
2016-08-29 | Display content of the annotation when mouse hover. | jaepark |
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark |
2016-08-25 | CPDF_Annot::GetRect() should return CFX_FloatRect. | jaepark |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-20 | Move CPDF_Annot and CPDF_AnnotList to their own header. | jaepark |