summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graph.cxx
AgeCommit message (Expand)Author
2018-06-18vcl: share GfxLinkAshod Nakashian
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian
2018-06-07pdf: share pdf data in GraphicAshod Nakashian
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-04-23vcl: avoid swap in when Graphic::GetSizePixel() is calledMiklos Vajna
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl
2018-04-12vcl: Add a internal (memory) manager for Graphic objectsTomaž Vajngerl
2018-04-10graphic: move access to cxx for PDFData and VectorGraphicDataTomaž Vajngerl
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-31use UnoGraphic directly in GetXGraphic, move hxx to inc/graphicTomaž Vajngerl
2018-02-26bool cast operator for Graphic objectTomaž Vajngerl
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-11Add origin URL to Graphic to remember where the image came fromTomaž Vajngerl
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-08-09Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-05-08vcl: split jpeg import into two partsMiklos Vajna
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-01-10defaults are good enoughCaolán McNamara
2017-01-01noone cares about the return from WriteGraphic eitherCaolán McNamara
2017-01-01noone cares about the return from ReadGraphicCaolán McNamara
2016-10-11vcl: put in anonymous namespaceTomaž Vajngerl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-23coverity#1371156 Missing move assignment operatorCaolán McNamara
2016-09-23use std to impl this resource sharingCaolán McNamara
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud
2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-10convert Link<> to typedNoel Grandin
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann