summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
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-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist
2014-03-25Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock
2014-03-25fdo#74702 DrawTransformedBitmapEx simplifiedChris Sherlock
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock
2014-03-24Decrease indentation by returning early.Jan Holesovsky
2014-03-23No need for these (void)sKhaled Hosny
2014-03-22coverity#705969 Dereference before null checkCaolán McNamara
2014-03-22cppcheck: fix Possible inefficient checkingJulien Nabet
2014-03-22casting to void to silence a WaE lead to windows complaining.Norbert Thiebaud
2014-03-22WaE unused parameterNorbert Thiebaud
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-21coverity#1000766 Dereference before null checkCaolán McNamara
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-03-20replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara
2014-03-20Assume bit count 8 is OK for the other constructors, tooTor Lillqvist
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
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-19Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-18Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud
2014-03-14fdo#74702 Return true if graphics is set, cleanup unused variablesChris Sherlock
2014-03-14Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-13CosmeticsTor Lillqvist
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock
2014-03-11SpellingNoel Grandin
2014-03-11SpellingTor Lillqvist
2014-03-10More informative warningsTor Lillqvist
2014-03-10Seperate initialization of OutputDevice instanceChris Sherlock
2014-03-10Stick to function naming conventions in OutputDeviceChris Sherlock
2014-03-10vcl: MetaText*Action: revert unwanted file format changesMichael Stahl
2014-03-09Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe
2014-03-07x->getSomething(x->getImplementationId()) doesn't make any senseStephan Bergmann