summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)Author
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud
2014-09-11Resolves: fdo#82552 we only check pAlphaW on one branchCaolán McNamara
2014-08-22WaE: unused parameterMatúš Kukan
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks
2014-08-22vcl: convert a couple of macros to static functionsNoel Grandin
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-14Revert "Resolves: fdo#82550 MacOSX GetTextBreak always return -1"Norbert Thiebaud
2014-08-14fdo#82550 LogicWidthToDeviceCoordinate missed handling of mbMap == falseNorbert Thiebaud
2014-08-14Resolves: fdo#82550 MacOSX GetTextBreak always return -1Caolán McNamara
2014-07-30Avoid needless truncation to intStephan Bergmann
2014-07-29function abs given an argument of type long but has parameter of type intStephan Bergmann
2014-07-26coverity#707564 Uninitialized scalar variableCaolán McNamara
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-20vcl: add floating equivalent for MapResNorbert Thiebaud
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud
2014-07-14avoid memory leakDavid Tardon
2014-07-10fdo#80498: vcl: Revert "fdo#74124: Scale the pictures before calling ...Michael Stahl
2014-07-10vcl/source/outdev/outdev.cxx: drop unused svsys.h headerDouglas Mencken
2014-07-10coverity#1225002 Uninitialized scalar fieldCaolán McNamara
2014-07-01fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30More debugging; fixed Font::IsTransparentmatteocam
2014-06-30Minor changes.matteocam
2014-06-30Debugging output in OutputDevice::SetTextFillColormatteocam
2014-06-30Setting SetTextFillColor from Attrs. Experiment with line colormatteocam
2014-06-30Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrsmatteocam
2014-06-30Cleaned up code from operations in vclmatteocam
2014-06-30 SetTextFillColor immediately before DrawTransparent. DrawTextRect commentedmatteocam
2014-06-30Transparency with DrawTransparent in addition to DrawRectmatteocam
2014-06-30Transparency by replacing DrawRectmatteocam
2014-06-30Changed SetFillColor to SetTextFillColormatteocam
2014-06-30Fixed color problemmatteocam
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam
2014-06-30Put text filling in SvxFontmatteocam
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr
2014-05-28Oops, this reference can't be const.Matúš Kukan