summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/outdev.cxx
AgeCommit message (Expand)Author
2021-10-22vcl: move variable declar's closer to 1st use in DrawComplexGradientToMetaFileChris Sherlock
2021-10-20vcl: test OutputDevice::DrawGradient()Chris Sherlock
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock
2021-10-13vcl: DrawPolyLine() did not set metaaction line join or capChris Sherlock
2021-10-11vcl: test OutputDevice::DrawPolyLine()Chris Sherlock
2021-10-11vcl: test OutputDevice::DrawWaveLine()Chris Sherlock
2021-10-11vcl: test OutputDevice::DrawBorder()Chris Sherlock
2021-10-11vcl: test OutputDevice::DrawCheckered()Chris Sherlock
2021-10-11vcl: ensure test VDevs are always bigger than operation being testedChris Sherlock
2021-10-11vcl: fix issue in testErase()Chris Sherlock
2021-10-07vcl: test OutputDevice::Erase()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawArc(), DrawChord(), DrawPie() and DrawEllipse()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawRect()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawLine()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawPixel()Chris Sherlock
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-10vcl: move outdevstate.cxx to stack.cxxChris Sherlock
2021-09-10vcl: move OutputDevice::SetDigitLanguage() to text.cxxChris Sherlock
2021-09-10vcl: move SetLayoutMode() to text.cxxChris Sherlock
2021-09-10vcl: move OutputDevice drawmode functions to outdev.cxxChris Sherlock
2021-09-09vcl: move OutputDevice antialiasing functions to outdev.cxxChris Sherlock
2021-09-08vcl: move OutputDevice output flag functions to outdev.cxxChris Sherlock
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock
2021-09-05vcl: unit tests for Bitmap::Crop() and Bitmap::GetDownsampledBitmap()Chris Sherlock
2021-09-04vcl: Add unit test for SetRefPoint(), IsRefPoint() and GetRefPoint()Chris Sherlock
2021-09-03vcl: Migrate OutputDevice font functions to font.cxxChris Sherlock
2021-09-02vcl: test bitmap color when using DrawBitmap()Chris Sherlock
2021-09-02vcl: move OutputDevice line functions to line.cxxChris Sherlock
2021-09-02tdf#74702 vcl: make helper funcs for ImplDrawWaveLine() and ImplDrawWavePixel()Chris Sherlock
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-27vcl: move OutputDevice fill functions to fill.cxxChris Sherlock
2021-08-26vcl: partial revert of drawmodeChris Sherlock
2021-05-17split OutputDevice from WindowNoel Grandin
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-08Remove spurious empty lines againStephan Bergmann
2021-03-03loplugin:unreffun (macOS)Stephan Bergmann
2021-02-23tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-01-02tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna
2019-12-20tdf#127022 vcl: fix Windows RTL menu barMiklos Vajna
2019-11-26tdf#128629 vcl DrawTransformedBitmapEx: do scaling for flipped bitmapsMiklos Vajna
2019-11-17tdf#128847 - vcl: fix colorspace names for MacOSChris Sherlock
2019-10-10vcl, BitmapEx transformed draw: special-case simple rotationsMiklos Vajna
2019-10-08vcl: avoid downscale && upscale in DrawTransformedBitmapEx()Miklos Vajna
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock