Age | Commit message (Expand) | Author |
2018-04-17 | Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" | Tom Sepez |
2018-04-17 | Add constants for PDF 1.7 spec, table 3.4. | Lei Zhang |
2018-04-17 | Implement FORM_GetFocusedText() API. | Lei Zhang |
2018-04-17 | Add a virtual CPWL_Wnd::GetText() method. | Lei Zhang |
2018-04-16 | Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). | Henrique Nakashima |
2018-04-16 | Add test for saving after adding or removing page objects. | Henrique Nakashima |
2018-04-16 | Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h | Tom Sepez |
2018-04-16 | Check that CFX_DIBitmap::Create calls succeeds in fpdf_view | Nicolas Pena |
2018-04-16 | Revert "Return pdfium::span<char> from ByteString::GetBuffer()." | Tom Sepez |
2018-04-16 | Remove CPWL_Edit rich text support | dan sinclair |
2018-04-13 | Move SharedForm check to CPDF_Metadata class | dan sinclair |
2018-04-13 | Rename the other CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Add index parameter to quadpoints getter and setter. | Ralf Sippl |
2018-04-12 | Return pdfium::span<char> from ByteString::GetBuffer(). | 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 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-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2018-04-12 | Clean up some CFX_RenderDevice code. | Lei Zhang |
2018-04-12 | Cleanup CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Retrieve the XML tree in the DocumentParser | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |
2018-04-11 | Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. | Tom Sepez |
2018-04-10 | Remove CFX_Rect. | Lei Zhang |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-10 | Implement CPDFSDK_XFAWidgetHandler::OnKillFocus. | Henrique Nakashima |
2018-04-09 | Merge CXFA_FFDoc::{Start|Do|Stop}Load methods | Dan Sinclair |
2018-04-05 | Remove unused XFA Widget API methods | Ryan Harrison |
2018-04-05 | Ignore bad data in the shared object hint table. | Lei Zhang |
2018-04-05 | Remove spellchecking code from XFAchromium/3390 | Ryan Harrison |
2018-04-03 | Remove DefaultAppearance HasColor and return an optional instead | Dan Sinclair |
2018-04-03 | Use Optional to determine if appearance stream as fontchromium/3388 | Dan Sinclair |
2018-04-02 | Remove FPDF_SetPrintPostscriptLevel().chromium/3387 | Lei Zhang |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2018-03-28 | Rename CBA_AnnotIterator to CPDFSDK_AnnotIteratorchromium/3383 | Dan Sinclair |
2018-03-28 | Use CPDF_DefaultAppearance instead of custom parsing | Dan Sinclair |
2018-03-28 | Rename fpdfsdk/fpdf* files to be consistent | Dan Sinclair |
2018-03-28 | More fpdfsdk filename cleanup | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-28 | Cleanup fsdk_define methods | Dan Sinclair |
2018-03-28 | Remove ByteString PDF_NameDecode | Dan Sinclair |
2018-03-27 | Simplify some XFA font manager creationchromium/3382 | Dan Sinclair |
2018-03-27 | Open FPDF_PAGEOBJECTMARK API. | Henrique Nakashima |
2018-03-26 | Reland "Add FPDFAnnot_CountAttachmentPoints" | Henrique Nakashima |
2018-03-26 | Revert "Add FPDFAnnot_CountAttachmentPoints" | Henrique Nakashima |
2018-03-26 | Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp. | Henrique Nakashima |
2018-03-26 | Add FPDFAnnot_CountAttachmentPoints | Ralf Sippl |
2018-03-22 | Consolidate QuadPoints reading code in fpdfsdk.chromium/3380chromium/3379 | Lei Zhang |