summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
AgeCommit message (Expand)Author
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris 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-23Fix regression introduced in f4e8bca336 when fixing fdo#74702Chris Sherlock
2014-04-21WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
2014-04-22Rearrange OutputDevice line functionsChris 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-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-06Change newly introduced Clip* functions to ClipAndDrawChris Sherlock
2014-04-06fdo#74702 Refactor gradient clipping functionsChris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock
2014-03-23No need for these (void)sKhaled Hosny
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris 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-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-03-19Resolves: #i122984# Avoid too many Print JobSetups...Armin Le Grand
2014-03-19fdo#74702 Move gradient steps logic into OutputDevice or Printer classesChris Sherlock
2014-03-14fdo#74702 Return true if graphics is set, cleanup unused variablesChris Sherlock
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock
2014-03-02coverity#735988 Dereference after null checkCaolán McNamara
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uLong'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-10fdo#74424 HasMirroredGraphics changesChris Sherlock
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-04Device-specific font substitution is not usedKhaled Hosny