summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
AgeCommit message (Expand)Author
2015-05-06cancel doesn't cancel printingCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock
2014-04-25OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock
2014-04-23Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock
2014-04-22Move DrawImage function location in outdev.hxxChris Sherlock
2014-04-22Rearrange OutputDevice's gradient functionsChris Sherlock
2014-04-22Reorganize OutputDevice bitmap functionsChris Sherlock
2014-04-19fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock
2014-04-18fdo#74702 Allow Printer to handle ImplInitFont and renameChris Sherlock
2014-04-17fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock
2014-04-16coverity#1202938 unused class membersCaolán McNamara
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock
2014-04-07Bring static functions into OutputDevice as private functionsChris Sherlock
2014-04-06Change newly introduced Clip* functions to ClipAndDrawChris Sherlock
2014-04-06fdo#74702 Refactor gradient clipping functionsChris Sherlock
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock
2014-03-22fdo#74702 Moved CopyArea() Window specific functionChris Sherlock
2014-03-22fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock
2014-03-21fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara
2014-03-19fdo#74702 Move gradient steps logic into OutputDevice or Printer classesChris Sherlock
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock
2014-03-01Remove visual noise from includeAlexander Wilms