summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2014-04-01valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2014-04-02fdo#74702 update bad advise in comment in DrawTransparentNatively()Chris Sherlock1-4/+5
2014-04-01fdo#74702 Refactor code to use ClipToPaintRegion()Chris Sherlock2-21/+3
2014-04-01Resolves: #i124555# restore stream position after Seek to end of streamOliver-Rainer Wittmann1-6/+7
2014-04-01Improved coding style as shown in examples fdo#75240Milan Zelenka1-64/+71
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock3-2/+11
2014-03-31fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on deviceChris Sherlock1-17/+23
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock2-240/+281
2014-03-29Fix another typo in a commentChris Sherlock1-1/+1
2014-03-29Fix comment typos in OutputDevice::DrawTransparent()Chris Sherlock1-1/+1
2014-03-28Resolves: #i124467# add check for image data offset...Jürgen Schmidt1-1/+23
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist1-38/+12
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-11/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-11/+11
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock2-29/+36
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-4/+3
2014-03-25Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock1-0/+12
2014-03-25fdo#74702 DrawTransformedBitmapEx simplifiedChris Sherlock1-2/+1
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock2-24/+18
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock2-39/+12
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky1-3/+2
2014-03-24callcatcher: update unused codeCaolán McNamara1-8/+0
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock1-11/+17
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock1-7/+6
2014-03-24Decrease indentation by returning early.Jan Holesovsky1-6/+6
2014-03-23No need for these (void)sKhaled Hosny2-54/+20
2014-03-22coverity#705969 Dereference before null checkCaolán McNamara1-1/+1
2014-03-22cppcheck: fix Possible inefficient checkingJulien Nabet1-1/+1
2014-03-22casting to void to silence a WaE lead to windows complaining.Norbert Thiebaud1-2/+1
2014-03-22WaE unused parameterNorbert Thiebaud1-1/+1
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock2-16/+51
2014-03-22fdo#74702 Moved CopyArea() Window specific functionChris Sherlock1-23/+13
2014-03-22fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock2-100/+143
2014-03-21fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock2-110/+98
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock3-116/+140
2014-03-21coverity#1000766 Dereference before null checkCaolán McNamara1-3/+2
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud5-1474/+21
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud4-273/+55
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud5-75/+75
2014-03-20replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud1-22/+22
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud1-51/+51
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara2-33/+8
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara1-8/+0
2014-03-20Assume bit count 8 is OK for the other constructors, tooTor Lillqvist1-6/+6
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe4-32/+28
2014-03-19Resolves: #i122984# Avoid too many Print JobSetups...Armin Le Grand1-5/+19
2014-03-19fdo#74702 Move gradient steps logic into OutputDevice or Printer classesChris Sherlock2-17/+36
2014-03-19Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe5-49/+32
2014-03-18Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-45/+33