summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: vclStephan Bergmann1-6/+6
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-4/+0
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-8/+8
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny1-1/+0
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2016-12-21convert OutDevViewType to scoped enumNoel Grandin1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-10-29tdf#100164 change scaling unit to precentage for *.5x factorsTomaž Vajngerl1-1/+1
2016-09-05convert RasterOp to scoped enumNoel Grandin1-4/+4
2016-07-14vcl headless: ignore visibility in GetClientSize()Miklos Vajna1-7/+0
2016-07-13vcl lok: fix missing paints due to zero-sized windowsMiklos Vajna1-0/+8
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-1/+2
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-1/+1
2016-06-13loplugin:vclwidgetsNoel Grandin1-0/+5
2016-06-12Resolves: tdf#100313 OutputDevice::isDisposed doesn't work anymoreCaolán McNamara1-22/+0
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-05-18update vclwidgets loplugin to handle VclReferenceBaseNoel Grandin1-0/+2
2016-05-16tdf#97527 vcl: reference-count Menumelikeyurtoglu1-1/+0
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-26vcl: remove unnecessary headers from outdev.cxxChris Sherlock1-45/+5
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-3/+3
2015-12-26vcl: fix whitespace in outdev.cxxChris Sherlock1-1/+1
2015-12-26vcl: change device font size variable/fn namesChris Sherlock1-3/+3
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-3/+3
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-3/+3
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-31/+31
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-12/+0
2015-08-27mbTextBackground is unusedCaolán McNamara1-1/+0
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna1-0/+10
2015-07-08loplugin:unusedmethods vclNoel Grandin1-23/+0
2015-07-07Fix some misspellingsTor Lillqvist1-1/+1
2015-06-11Cleanup crossplatform cairoMox Soini1-5/+4
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky1-4/+5
2015-06-04Cleanup crossplatform cairoMox Soini1-5/+4
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-4/+4
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-4/+4
2015-05-08False loplugin:staticmethodsStephan Bergmann1-0/+1
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks1-1/+0
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-0/+4
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2