summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2014-04-10Minor whitespace changeChris Sherlock
2014-04-10Check if polygon is a rectangle when drawing gradientChris Sherlock
2014-04-10Cannot draw metafile-based grayscale gradient into a polygonChris Sherlock
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock
2014-04-09Fix gradient regressionsChris Sherlock
2014-04-08Starting to bring DrawGradient functions into line with each otherChris Sherlock
2014-04-08coverity#705329 Missing break in switchCaolán McNamara
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08Remove unnecessary ImplDrawMask function in OutputDeviceChris Sherlock
2014-04-07Move functions back out of OutputDevice so they aren't exportedChris Sherlock
2014-04-07Minor change to comment in print2.cxxChris Sherlock
2014-04-07Bring static functions into OutputDevice as private functionsChris Sherlock
2014-04-07Don't special-case iOS here, eitherTor Lillqvist
2014-04-07Don't special-case iOS here, eitherTor Lillqvist
2014-04-07Use same code path for iOS as for OS X here, tooTor Lillqvist
2014-04-07Refactored OutputDevice::DrawGradientChris Sherlock
2014-04-07DrawGradient( const PolyPolygon&... etc) gets graphics instance too earlyChris Sherlock
2014-04-07Exit out of DrawGradient that uses PolyPolygon much fasterChris Sherlock
2014-04-06Change newly introduced Clip* functions to ClipAndDrawChris Sherlock
2014-04-06fdo#74702 Refactor gradient clipping functionsChris Sherlock
2014-04-06Bin unused MAP_REALAPPFONT MapUnit enum valueTor Lillqvist
2014-04-06fdo#74702 use same gradient steps func. to draw linear and complex gradsChris Sherlock
2014-04-05coverity#708597 Uninitialized scalar fieldCaolán McNamara
2014-04-04WMF import: restore support for the ImplReadDIB(bFileHeader=false) versionMiklos Vajna
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-02coverity#708600 Uninitialized pointer fieldCaolán McNamara
2014-04-02Resolves: #i124580# corrected some conversions of scale values...Armin Le Grand
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-02fdo#63786 rhbz#1081968: fix PDF export of cropped SVGMichael Stahl
2014-04-02init a few more stream-read svm elementsCaolán McNamara
2014-04-01valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2014-04-02fdo#74702 update bad advise in comment in DrawTransparentNatively()Chris Sherlock
2014-04-01fdo#74702 Refactor code to use ClipToPaintRegion()Chris Sherlock
2014-04-01Resolves: #i124555# restore stream position after Seek to end of streamOliver-Rainer Wittmann
2014-04-01Improved coding style as shown in examples fdo#75240Milan Zelenka
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
2014-03-31fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on deviceChris Sherlock
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock
2014-03-29Fix another typo in a commentChris Sherlock
2014-03-29Fix comment typos in OutputDevice::DrawTransparent()Chris Sherlock
2014-03-28Resolves: #i124467# add check for image data offset...Jürgen Schmidt
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
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