summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)Author
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30vcl: remove MetaActionType param from DrawBitmap/DrawBitmapEx/DrawMaskChris Sherlock
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-25vcl: Add sal/config.h in preparation for patchChris Sherlock
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock
2021-09-15No need to check for x = 0 in atan2 hereMike Kaganski
2021-09-15Related: tdf#143831 the svp aliased case ends up overly washed outCaolán McNamara
2021-09-15Related: tdf#143831 add guards to ImplDrawWaveLineBezierCaolán McNamara
2021-09-15tdf#143831 fix black background appearing on spellchecking wavy linesCaolán McNamara
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-09crashtesting: assert making thumbnail on reexport of tdf127770-1.ods to odsCaolán McNamara
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-08vcl: make GetDownsampledBitmap() take destination size in units of twipsChris Sherlock
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock
2021-09-06vcl: move ImplLayoutArgs to own header and source filesChris Sherlock
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-04vcl: Add unit test for SetRefPoint(), IsRefPoint() and GetRefPoint()Chris Sherlock
2021-09-03pull duplicate field out of GlyphItemNoel Grandin
2021-09-03rename NeedFallback to HasFallbackRunNoel Grandin
2021-09-03vcl: Migrate OutputDevice font functions to font.cxxChris Sherlock
2021-09-02vcl: make GetFillColor() and IsFillColor() inline class functionsChris 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-31vcl: move RemoveTransparenciesFromMetaFile() to outdev/transparent.cxxChris Sherlock
2021-08-31vcl: cleanup OutputDevice::Push()Chris Sherlock
2021-08-30vcl: DrawDeviceBitmap() -> DrawDeviceBitmapEx()Chris Sherlock
2021-08-30vcl: move BitmapEx related functions to outdev/bitmapex.cxxChris Sherlock
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock
2021-08-28tdf#74702 vcl: remove GetOutDevType() from ImplNewFont()Chris Sherlock
2021-08-27vcl: remove unnecessary OutputDevice::GetGCStackDepth()Chris Sherlock
2021-08-27vcl: move OutputDevice fill functions to fill.cxxChris Sherlock
2021-08-26vcl: make OutDevState constructor default, no need for destructorChris Sherlock
2021-08-26vcl: partial revert of drawmodeChris Sherlock
2021-08-24vcl: create drawmode functionsChris Sherlock
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin