Age | Commit message (Expand) | Author |
2018-06-19 | Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap | 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-05 | Tidy parser lifecycle state machine in CPDF_PageObjectHolder. | Tom Sepez |
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-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-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-01 | Introduce the concept of CPDF_Page::Extension | Tom Sepez |
2018-04-12 | Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. | Lei Zhang |
2018-04-12 | Add return value to FPDF_DeviceToPage(). | Lei Zhang |
2018-04-12 | Add CPDF_Page::DeviceToPage() / PageToDevice(). | Lei Zhang |
2018-04-12 | Change GetDisplayMatrix methods to take FX_RECT. | Lei Zhang |
2018-03-26 | Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp. | Henrique Nakashima |
2018-03-21 | Explain how CPDF_Page::GetDisplayMatrix() inverts y. | Henrique Nakashima |
2018-03-15 | Create FPDFPage_RemoveObject(). | Henrique Nakashima |
2018-02-09 | Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. | Lei Zhang |
2018-01-17 | Fix behavior of FPDF_RenderPageBitmapWithMatrix | Henrique Nakashima |
2017-11-07 | Simplify CPDF_ContentParser. | Lei Zhang |
2017-11-02 | Rename Transparency to iTransparency. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-06-27 | Modified CPDF_PageContentGenerator to work with both Form and Page | Jane Liu |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-05-26 | Simplify CPDF_Page ctor. | Lei Zhang |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-04-29 | Fix rotationschromium/3086chromium/3085 | rbpotter |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-03-20 | Allow processing fonts with indirect dict | Nicolas Pena |
2017-02-15 | Move generated graphics and font maps to CPDF_Page | Nicolas Pena |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-22 | Continue splitting pageint.h into per-class files | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-10-12 | Convert from int to float values. | dsinclair |
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 |