summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Revert "Drawing calc grid misses pixels on bottom and right."Michael Meeks1-4/+0
2019-11-12tdf#128630 vcl PDF export: fix aspect ratio when scaling rotated imageMiklos Vajna1-1/+13
2019-11-05Drawing calc grid misses pixels on bottom and right.Michael Meeks1-0/+4
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-22loplugin:unusedenumconstantsNoel Grandin1-8/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+1
2019-10-10vcl, BitmapEx transformed draw: special-case simple rotationsMiklos Vajna1-4/+18
2019-10-08vcl: avoid downscale && upscale in DrawTransformedBitmapEx()Miklos Vajna1-1/+14
2019-10-07Drop some useless warnings that we get hundreds ofTor Lillqvist1-4/+0
2019-10-04loplugin:singlevalfieldsNoel Grandin1-3/+2
2019-10-02loplugin:stringadd in vclNoel Grandin1-2/+1
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock1-0/+10
2019-08-30moves outdev font functions in font.cxxAdrien Ollier2-4/+4
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen17-48/+3
2019-08-15replace ".get->" with "->"Noel Grandin2-4/+4
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-0/+5
2019-08-08tdf#74702: removes GetOutDevType() from OutputDevice::ImplRefreshFontDataAdrien Ollier1-21/+10
2019-07-30Fix typosAndrea Gelmini2-2/+2
2019-07-28loplugin:collapseifNoel Grandin1-7/+4
2019-07-27tdf#74702: remove GetOutDevType() from ImplAnimViewChris Sherlock1-0/+6
2019-07-18cid#1448479 Logically dead codeCaolán McNamara1-1/+3
2019-07-08use BitmapEx in ImpCreateShadowObjectCloneNoel Grandin1-0/+24
2019-07-06simplify and flatten OutDevStateStackNoel Grandin4-73/+26
2019-07-06Constify GlyphItemJan-Marek Glogowski1-1/+1
2019-07-05flatten and simplify FontMetricNoel Grandin1-1/+1
2019-07-03tdf#74702: OutputDevice:InitClipRegion followupChris Sherlock1-6/+4
2019-07-02tdf#74702: cleans OutputDevice::DrawHatchLine upAdrien Ollier1-10/+7
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl1-22/+34
2019-07-01tdf#74702: cleans OutputDevice::InitClipRegion upAdrien Ollier1-12/+12
2019-07-01tdf#74702 partial cleanup of OutDevTypeAdrien Ollier2-17/+4
2019-06-25Initialize the font list before querying itJan-Marek Glogowski1-0/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin2-2/+2
2019-06-22tdf#125670 check graphics before output cliprectJan-Marek Glogowski1-14/+5
2019-06-21Related: tdf#125670 avoid possible performance issues for the general caseCaolán McNamara1-0/+6
2019-06-21tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski1-1/+18
2019-06-21tdf#125777 restore old RenderContext before returnJan-Marek Glogowski1-1/+4
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-1/+1
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen2-0/+2
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin1-2/+1
2019-06-10tdf#74702 partial cleanup of OutDevTypeAdrien Ollier1-0/+5
2019-06-07improve empty tools::Rectangle (width)Noel Grandin1-1/+2
2019-06-06tdf#125670 just check gradient clipping on drawingJan-Marek Glogowski1-6/+3
2019-06-05make OutputDevice::LogicToLogic respect empty Rectangle in more casesNoel Grandin1-8/+12
2019-06-05Linguistic: new underlining styles for grammar checkersOlivier R1-3/+4
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski2-6/+8
2019-05-13handle empty tools::Rectangle in vclNoel Grandin1-4/+8
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-8/+7
2019-04-28tdf#124944 don't directly adjust fallback layoutsJan-Marek Glogowski1-2/+0
2019-04-28Minimize scope of variablesJan-Marek Glogowski1-2/+3