summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
AgeCommit message (Expand)Author
2018-06-16tdf#58941 implement retrieving font features and structuresTomaž Vajngerl
2018-06-12loplugin:constantparamNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-31focus rect for value setCaolán McNamara
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin
2018-04-17loplugin:constparamsNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-29loplugin:virtualdown in vclNoel Grandin
2018-03-16use digit width instead of char widthCaolán McNamara
2018-03-16don't bother dithering for 256bit displaysNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-01-29Fix typosAndrea Gelmini
2018-01-24loplugin:unused-returns in vclNoel Grandin
2017-12-20sal_uLong->sal_uInt32 in DrawModeFlagsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-10-26Refactor font substitute removing (vcl/svtools)Julien Nabet
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-02loplugin:casttovoid: vclStephan Bergmann
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-06-12Refactor create layout cache in status barTamas Bunth
2017-06-09Cache text layout of statusbar itemsTamas Bunth
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-24loplugin:unusedfieldsNoel Grandin
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny
2017-02-01Nothing from <config_features.h> is used hereTor Lillqvist
2017-01-07lok: refill font list if emptyHenry Castro
2016-12-22convert GetDefaultFontFlags to scoped enumNoel Grandin
2016-12-21convert OutDevViewType to scoped enumNoel Grandin
2016-12-14This fallback code makes no sense any moreKhaled Hosny
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny
2016-11-26Kill old Core Text layout engineKhaled Hosny
2016-11-26DisableGlyphProcessing flag is never set nowKhaled Hosny
2016-11-15loplugin:countusersofdefaultparams in include/vclNoel Grandin
2016-10-29tdf#100164 change scaling unit to precentage for *.5x factorsTomaž Vajngerl
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-07loplugin:staticmethods: vclStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22loplugin:unnecessaryvirtualNoel Grandin
2016-09-15Remove OutputDevice::PaintScopeNoel Grandin
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara