Age | Commit message (Expand) | Author |
2021-09-23 | external: update pdfium to 4643 | Miklos Vajna |
2021-09-07 | Avoid repeating the return type from the declaration | Miklos Vajna |
2021-08-27 | Take the PDF graphic rendering DPI into account when exporting | Tomaž Vajngerl |
2021-08-04 | Remove harmful static_cast<int> | Stephan Bergmann |
2021-07-14 | external: update pdfium to 4568 | Miklos Vajna |
2021-06-18 | Simplify a std::string_view construction | Stephan Bergmann |
2021-05-05 | vcl pdfium render: handle widget annotations for form fields | Miklos Vajna |
2021-04-01 | vcl pdfread: clean up not needed HAVE_FEATURE_PDFIUM ifdefs | Miklos Vajna |
2021-03-13 | add PixelFormat enum that replaces bit count in Bitmap/BitmapEx | Tomaž Vajngerl |
2021-02-26 | pdfium: don't build PDFiumLibrary when PDFium is disabled | Miklos Vajna |
2021-02-25 | pdfium: turn the PDFium class into an interface | Miklos Vajna |
2021-02-24 | pdfium: move PDFiumLibrary::get() impl out of the header | Miklos Vajna |
2021-02-19 | pdfium: eliminate FPDF_DOCUMENT from public header | Miklos Vajna |
2021-02-18 | pdfium: eliminate FPDF_PAGE from public header | Miklos Vajna |
2021-02-17 | pdfium: eliminate FPDF_SIGNATURE from public header | Miklos Vajna |
2021-02-16 | pdfium: add a FPDF_GetLastError() wrapper | Miklos Vajna |
2021-02-12 | pdfium: eliminate FPDF_TEXTPAGE from the public header | Miklos Vajna |
2021-02-11 | pdfium: add a FPDFText_GetCharBox() wrapper | Miklos Vajna |
2021-02-10 | pdfium: eliminate FPDF_SCHHANDLE from the public header | Miklos Vajna |
2021-02-05 | pdfium: add remaining FPDF_SCHHANDLE wrappers | Miklos Vajna |
2021-02-04 | pdfium: add PDFFindFlags wrapper | Miklos Vajna |
2021-02-03 | pdfium: add a FPDFText_FindStart() wrapper | Miklos Vajna |
2021-01-29 | pdfium: add wrapper for FPDFText_FindClose() | Miklos Vajna |
2021-01-20 | pdfium: rework to eliminate FPDF_PAGEOBJECT from the public interface | Miklos Vajna |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-15 | pdfium: add wrapper for FPDF_FILLMODE_* defines | Miklos Vajna |
2021-01-14 | pdfium: add an FPDFPageObj_GetStrokeWidth() wrapper | Miklos Vajna |
2021-01-13 | vcl: use BinaryDataContianer in VectorGraphicData | Tomaž Vajngerl |
2021-01-08 | pdfium: add wrapper for FPDF_TEXTRENDERMODE_* defines | Miklos Vajna |
2021-01-07 | pdfium: rework to eliminate FPDF_ANNOTATION from the public interface | Miklos Vajna |
2021-01-06 | pdfium: add wrapper for FPDF_OBJECT_* defines | Miklos Vajna |
2020-12-29 | vcl: move local bitmap headers to inc/bitmap directory | Chris Sherlock |
2020-12-22 | pdfium: replace 3 patches with backports | Miklos Vajna |
2020-12-18 | pdfium: add PDFiumPage::hasLinks() wrapper | Miklos Vajna |
2020-12-16 | pdfium: rework to eliminate FPDF_PATHSEGMENT from the public interface | Miklos Vajna |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-09 | pdfium: rework to eliminate FPDF_BITMAP from the public interface | Miklos Vajna |
2020-12-02 | pdfium: add width/height/format wrappers for bitmap | Miklos Vajna |
2020-12-02 | pdfium: introduce an enum class for path segment types | Miklos Vajna |
2020-11-26 | pdfium: replace PDFiumSignature::getPointer() with typed getters | Miklos Vajna |
2020-11-25 | pdfium: add sig getters: ByteRange, DocMDPPermission, Contents and SubFilter | Miklos Vajna |
2020-11-20 | pdfium: add a signature wrapper class | Miklos Vajna |
2020-11-19 | pdfium: add signature and trailer end getter wrappers | Miklos Vajna |
2020-11-11 | pdfium: eliminate remaining direct calls to FPDFPageObj_GetType() | Miklos Vajna |
2020-11-06 | pdfium: add FPDFBitmap_GetBuffer/Stride wrappers | Miklos Vajna |
2020-11-02 | pdf: deduplicate resources when copying from external PDF stream | Tomaž Vajngerl |
2020-10-28 | pdfium: add an FPDF_RenderPageBitmap() wrapper | Miklos Vajna |
2020-10-28 | pdfium: add an FPDFBitmap_FillRect() wrapper | Miklos Vajna |
2020-10-22 | pdfium: add a wrapper for FPDFPage_HasTransparency() | Miklos Vajna |
2020-10-22 | pdfium: add a wrapper for FPDF_SaveWithVersion() | Miklos Vajna |