summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev4.cxx
AgeCommit message (Expand)Author
2014-04-16Move OutputDevice source files to vcl/source/gdi/outdevChris Sherlock
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock
2014-04-12Unify DrawGradient functions in OutputDeviceChris Sherlock
2014-04-12Detect if polypolygon is a rectangle in DrawGradientChris Sherlock
2014-04-12Reduce the clip region in ClipAndDrawGradientChris Sherlock
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist
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-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-06fdo#74702 use same gradient steps func. to draw linear and complex gradsChris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01fdo#74702 Refactor code to use ClipToPaintRegion()Chris Sherlock
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
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-09Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18corrected translation, thanks to Philipp WeissenbacherLuc Castermans
2014-02-18Translated German comments - find-german-commentsLuc Castermans
2014-01-28bool improvementsStephan Bergmann
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-07-12Resolves: #i120957# Added Reginas corrections for gradient colors for...Armin Le Grand
2013-05-23Resolves: #i115630# secured OutputDevice::ImplDrawHatch in vclArmin Le Grand
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-03-22coverity#440825 Logically dead codeJulien Nabet
2013-03-22coverity#440825 Logically dead codeJulien Nabet
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-26Cut down on the excessive and rather unhelpful OSL_TRACEs in vcl/source/gdiTor Lillqvist
2012-12-11fdo#42553 - fix square gradient rendering by vcl.Michael Meeks
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-09-01make the overlap smallerRadek Doulik
2011-09-01fix for linear gradient export to PDFMuthu Subramanian
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky