Age | Commit message (Expand) | Author |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-12 | FPDFPage_New(), FPDF_LoadPage(): Fallthru into PDF case if no XFA context. | Tom Sepez |
2018-06-12 | CheckUnSupportError() always called with FPDF_ERR_SUCCESS. | Tom Sepez |
2018-06-12 | Remove some #ifdef XFA in favor of runtime checks.chromium/3457 | Tom Sepez |
2018-06-12 | Make empty document always have empty privileges | Tom Sepez |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
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-06-04 | Revert "Make pagview decisions at runtime for non-xfa pages." | Tom Sepez |
2018-06-04 | Revert "Remove more ifndef XFA cases" | Tom Sepez |
2018-06-04 | Revert "Make FPDF_LoadPage return either page type at runtime." | Tom Sepez |
2018-06-02 | Remove more ifndef XFA caseschromium/3449chromium/3448 | Tom Sepez |
2018-06-01 | Make FPDF_LoadPage return either page type at runtime. | Tom Sepez |
2018-06-01 | Creating XFA context shouldn't be a side-effect of FPDF_* conversion. | Tom Sepez |
2018-05-31 | Make CPDF_Document own its Extension. | Tom Sepez |
2018-05-31 | Make pagview decisions at runtime for non-xfa pages. | 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 | Replace some #ifdefs PDF_ENABLE_XFA, part 2. | Tom Sepez |
2018-05-25 | Make CPDF_Page retainable. | Tom Sepez |
2018-05-08 | Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. | Lei Zhang |
2018-05-08 | Add APIs to work with a FPDF_PAGERANGE. | Lei Zhang |
2018-05-08 | Rename CPDF_Document::GetPage() to GetPageDictionary(). | Tom Sepez |
2018-05-07 | Make more CPDF_PageObjectHolder members protected. | Lei Zhang |
2018-05-03 | Prove that the memory was good at FPDFBitmap_CreateEx() create time. | Tom Sepez |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-05-02 | Add CPDF_Document::Extension::GetPageCount() | Tom Sepez |
2018-05-01 | Check for NULL XFA context even when XFA | Tom Sepez |
2018-05-01 | Make FPDF_Document always be CPDF_Document. | Tom Sepez |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-25 | Add PostScript PASSTHROUGH options to FPDF_SetPrintMode(). | Lei Zhang |
2018-04-25 | Use WindowsPrintMode in more places in place of ints. | Lei Zhang |
2018-04-16 | Check that CFX_DIBitmap::Create calls succeeds in fpdf_view | Nicolas Pena |
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 some CPDFXFA_Page methods to take rects and points. | Lei Zhang |
2018-04-12 | Change GetDisplayMatrix methods to take FX_RECT. | Lei Zhang |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-02 | Remove FPDF_SetPrintPostscriptLevel().chromium/3387 | Lei Zhang |
2018-03-28 | Rename fpdfsdk/fpdf* files to be consistent | Dan Sinclair |