summaryrefslogtreecommitdiffstats
path: root/vcl/source/outdev
Commit message (Expand)AuthorAgeFilesLines
* ofz#46905 Null-dereferenceCaolán McNamara2022-05-131-0/+2
* ofz: Too many hatch pointsCaolán McNamara2022-03-111-0/+7
* Fix headless build on LinuxThorsten Behrens2018-11-221-1/+3
* support comboboxtext id valuesCaolán McNamara2018-06-101-1/+0
* vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock2018-05-131-3/+4
* make Bitmap/BitmapEx constructors explicitNoel Grandin2018-05-122-2/+2
* Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski2018-05-072-16/+15
* Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny2018-04-253-3/+3
* loplugin:useuniqueptr in OutputDeviceNoel Grandin2018-04-243-37/+12
* call ImplCallEventListenersApplicationDataChanged in addition to AllWindowsCaolán McNamara2018-04-231-0/+1
* remove ImpBitmapNoel Grandin2018-04-172-27/+23
* loplugin:constparamsNoel Grandin2018-04-171-5/+6
* rename ImpBitmap methodsNoel Grandin2018-04-161-1/+1
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-073-14/+14
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-033-14/+14
* use boost::optional in OutDevStateNoel Grandin2018-03-261-17/+9
* replace SalColor with ColorNoel Grandin2018-03-266-25/+21
* use digit width instead of char widthCaolán McNamara2018-03-161-0/+8
* don't bother dithering for 256bit displaysNoel Grandin2018-03-161-7/+0
* move Bitmap::ScopedWriteAccess inside vclNoel Grandin2018-03-152-7/+9
* tdf#116322: Don’t hard-code RTL character rangesKhaled Hosny2018-03-121-8/+13
* drop old tools/gen methods in vclNoel Grandin2018-03-023-10/+11
* convert COL_ constants to be of type ColorNoel Grandin2018-02-283-8/+8
* replace Color(COL_*) with COL_*Noel Grandin2018-02-277-47/+47
* vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock2018-02-261-1/+1
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-262-4/+2
* loplugin:changetoolsgen in vclNoel Grandin2018-02-2210-162/+162
* tdf#112990: Hack-around: Do not crash on mac with opengl enabledXisco Fauli2018-02-081-0/+9
* use scanline when reading pixel dataNoel Grandin2018-02-072-6/+9
* convert SetPixel->SetPixelOnDataNoel Grandin2018-02-062-14/+22
* Modernize a bit vcl (part3)Julien Nabet2018-01-293-18/+15
* tdf#114736 no need to call AdjustLayout hereTamas Bunth2018-01-281-2/+0
* loplugin:unused-returns in vclNoel Grandin2018-01-242-7/+5
* loplugin:useuniqueptr in OutDevStateNoel Grandin2018-01-171-21/+21
* More loplugin:cstylecast: vclStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: vclStephan Bergmann2018-01-1210-125/+125
* convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin2018-01-092-6/+6
* Try to handle fonts orphaned from cache gracefullyMike Kaganski2017-12-283-7/+7
* Remove redundant call to OutputDevice::ImplRefreshAllFontDataMike Kaganski2017-12-261-1/+0
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-0618-5/+41
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-1/+1
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-231-1/+1
* silence warningCaolán McNamara2017-11-211-1/+1
* vcl: clean ImplFontMetricData::ImplInitTextLineSize a little bit.Mark Hung2017-11-171-0/+1
* loplugin:flatten in vclNoel Grandin2017-11-152-124/+128
* use std::unique_ptr for SalLayoutNoel Grandin2017-11-143-55/+30
* rename AvoidConfig to FuzzingCaolán McNamara2017-11-091-3/+3
* convert various vcl system fields from unsigned long -> sal_uInt32Noel Grandin2017-11-061-1/+1
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1