Age | Commit message (Expand) | Author |
2021-05-19 | ImplPlayWithRenderer never checks its OutputDevice against nullptr | Caolán McNamara |
2021-03-28 | drop operator bool and operator! from Bitmap and BitmapEx | Noel |
2021-02-19 | loplugin:refcounting in vcl | Noel |
2021-01-26 | loplugin:passstuffbyref | Noel |
2021-01-22 | vcl: support creating a Graphic with only GfxLink as swapped-out | Tomaž Vajngerl |
2021-01-19 | vcl: remove "Impl" prefix for method names in ImpGraphic | Tomaž Vajngerl |
2020-12-30 | vcl: remove {Read,Write}ImpGraphic and ImplExportNative from Graphic | Tomaž Vajngerl |
2020-10-19 | use tools::Long in vcl | Noel |
2020-10-06 | loplugin:const* make some params and methods const | Noel |
2020-08-15 | remove constructor with plain Bitmap from Graphic, use BitmapEx | Tomaž Vajngerl |
2020-06-19 | tdf#74702 vcl: extract DrawBorder() | Chris Sherlock |
2020-04-15 | add an IsEmpty method to tools::Size and use it | Noel Grandin |
2020-04-12 | replace and remove VectorGraphicDataPtr typedef for the real type | Tomaž Vajngerl |
2020-03-18 | pdfium: support for pages when using PDF import with pdfium | Tomaž Vajngerl |
2020-03-17 | pdfium: Make Insert -> Image... use VectorGraphicData for PDF. | Jan Holesovsky |
2020-03-04 | vcl: rename GetContext to GetReaderContext in Graphic | Tomaž Vajngerl |
2020-01-24 | loplugin:makeshared in svgio..writerperfect | Noel Grandin |
2019-10-25 | tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/ | Gabor Kelemen |
2019-09-24 | Use lazy-loading stock Image to simplify framework image lists. | Michael Meeks |
2019-09-23 | tdf#39593 use getUnoTunnelImplementation | Arkadiy Illarionov |
2019-08-26 | loplugin:returnconstval in new pdf code | Noel Grandin |
2019-08-25 | sd: unit-test to check that PDF stream is shared among Graphic instances | Ashod Nakashian |
2019-08-25 | pdfium: Returning a const std::shared_ptr<...>& is not recommended. | Jan Holesovsky |
2019-08-25 | pdfium: Use std::vector to hold the PdfData. | Jan Holesovsky |
2019-08-23 | Mark move ctors/assignments noexcept | Mike Kaganski |
2019-08-22 | loplugin:constmethod in vcl | Noel Grandin |
2019-07-24 | tdf#42949 Fix IWYU warnings in vcl/source/[f-i]* | Gabor Kelemen |
2019-04-30 | drop Graphic::operator bool | Noel Grandin |
2018-06-18 | vcl: share GfxLink | Ashod Nakashian |
2018-06-07 | vcl: svx: misc improvements to pdfium importing | Ashod Nakashian |
2018-06-07 | sd: import PDFs as images using Pdfium new SdPdfFilter | Ashod Nakashian |
2018-06-07 | pdf: share pdf data in Graphic | Ashod Nakashian |
2018-05-31 | drop Graphic::GetBitmap | Noel Grandin |
2018-04-23 | vcl: avoid swap in when Graphic::GetSizePixel() is called | Miklos Vajna |
2018-04-20 | Function to load graphic swapped out (loaded on demand) | Tomaž Vajngerl |
2018-04-16 | Make linked graphic register into LinkedManager again | Tomaž Vajngerl |
2018-04-12 | vcl: Add a internal (memory) manager for Graphic objects | Tomaž Vajngerl |
2018-04-10 | graphic: move access to cxx for PDFData and VectorGraphicData | Tomaž Vajngerl |
2018-04-10 | graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLink | Tomaž Vajngerl |
2018-04-10 | remove swapping and link from GraphicObject and Graphic | Tomaž Vajngerl |
2018-04-10 | vcl: detach usage and remove GraphicManager and GraphicCache | Tomaž Vajngerl |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke |
2018-03-31 | use UnoGraphic directly in GetXGraphic, move hxx to inc/graphic | Tomaž Vajngerl |
2018-02-26 | bool cast operator for Graphic object | Tomaž Vajngerl |
2018-02-22 | loplugin:changetoolsgen in vcl | Noel Grandin |
2018-02-11 | Add origin URL to Graphic to remember where the image came from | Tomaž Vajngerl |
2018-01-22 | C++17 deprecated std::shared_ptr::unique() | Michael Stahl |
2018-01-12 | More loplugin:cstylecast: vcl | Stephan Bergmann |
2017-11-22 | loplugin:simplifybool re-activate the !! warning | Noel Grandin |
2017-10-30 | loplugin:constantparam in vcl | Noel Grandin |