Age | Commit message (Expand) | Author |
2018-07-02 | Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup | Tom Sepez |
2018-06-29 | Revert "Simplify CPDF_PageOrganizer::UpdateReference method." | Lei Zhang |
2018-06-28 | Remove redundant FPDF_PAGEOBJECT null-ness checks. | Lei Zhang |
2018-06-28 | Simplify CPDF_PageOrganizer::UpdateReference method. | Artem Strygin |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-26 | Add some more consts to unowned pointers. | Tom Sepez |
2018-06-26 | Make CPDF_Document::m_pRootDict an UnownedPtr<>. | Tom Sepez |
2018-06-26 | Add FPDFTextObj_GetFontSize() API | Miklos Vajna |
2018-06-22 | Follow up to removing JS alert/beep magic numbers | Ryan Harrison |
2018-06-22 | Avoid some duplicate const/non-const getters. | Tom Sepez |
2018-06-22 | Rework of Fixing metadata not read from linearized file. | Artem Strygin |
2018-06-21 | Clean up constant values for JS alert and beep | Ryan Harrison |
2018-06-21 | Do not save content stream if all page objects were removed from it. | Henrique Nakashima |
2018-06-21 | Pass output parameters as pointers in ijs_event_context | Tom Sepez |
2018-06-20 | Remove duplicate method for generating alertschromium/3468 | Ryan Harrison |
2018-06-20 | Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467 | Nicolas Pena |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-06-20 | c_str() calls not needed when writing to ostream | Tom Sepez |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-19 | Add FPDFText_GetMatrix() API | Miklos Vajna |
2018-06-14 | Rewrite content stream regeneration. | Henrique Nakashima |
2018-06-13 | Collapse some more xfa/non-xfa code in cpdfsdk annots.chromium/3459chromium/3458 | Tom Sepez |
2018-06-13 | Add FPDFText_LoadStandardFont to public API | Nicolas Pena |
2018-06-13 | Tidy FFLCommon() | Tom Sepez |
2018-06-13 | CPDFSDK_Widget(): bDisplay arg always passed as true (default). | Tom Sepez |
2018-06-12 | Comment some more #else // PDF_ENABLE_XFA | Tom Sepez |
2018-06-12 | Fill m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
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-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-06-09 | Consolidate bounding box logic.chromium/3455chromium/3454 | Lei Zhang |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-08 | Allow setting current page on Foreground XFA docs | Ryan Harrison |
2018-06-08 | Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter. | Lei Zhang |
2018-06-08 | Write some FPDFTransformEmbedderTests. | Lei Zhang |
2018-06-08 | Use FPDFText_GetBoundedText() to get the visible text in a test. | Lei Zhang |
2018-06-08 | Consolidate repeated constants in FPDFTextEmbeddertest. | Lei Zhang |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-07 | Test to show editing a PageObject and saving the .pdf duplicates it. | Henrique Nakashima |
2018-06-06 | Add ability to log click events reaching PDFium | Ryan Harrison |
2018-06-06 | Use CPDF_StreamAcc to data access of CPDF_Stream. | Artem Strygin |
2018-06-05 | Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451 | Tom Sepez |
2018-06-05 | Tidy parser lifecycle state machine in CPDF_PageObjectHolder. | Tom Sepez |
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-06-05 | Revert "Convert (void) to static_cast<void> in C++ code" | Ryan Harrison |
2018-06-05 | Add test for FPDF_GetPageSizeByIndex() | Tom Sepez |