summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-17coverity#735993 Explicit null dereferencedCaolán McNamara
2014-08-14GetTextBreak takes a DeviceCoordinate as widthNorbert Thiebaud
2014-08-02vcl: evidently a little more type safety is required hereMichael Stahl
2014-07-25Revert "fdo#80911 toggle original page orientation on paper fallback"Caolán McNamara
2014-07-21vcl: fix MetaTextArrayAction copying only half of mpDXArrayMichael Stahl
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud
2014-07-14Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann
2014-07-09Avoid undefined premature downcast to potentially wrong typeStephan Bergmann
2014-07-04vcl: printf -> SAL_INFO in Font::SetFillColorMiklos Vajna
2014-07-04Resolves: fdo#80911 toggle original page orientation on paper fallbackCaolán McNamara
2014-07-04coverity#736159 Dereference Null returnNorbert Thiebaud
2014-07-03coverity#706115 Unintended sign extensionCaolán McNamara
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30Debugging outputmatteocam
2014-06-30Cleaned up code from operations in vclmatteocam
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-26check for self-assignCaolán McNamara
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara
2014-06-25vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-19Avoid overflowStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-12Avoid undefined left shift of negative valueStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04Include <stdio.h> for the sprintf in meta_action_name()Tor Lillqvist
2014-06-04coverity#1093230 Dereference before null checkCaolán McNamara
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-06-04Add (debugging) function to get the symbolic name of a MetaActionTor Lillqvist
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
2014-05-30Avoid undefined left shift of negative integerStephan Bergmann
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara
2014-05-27Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bitCaolán McNamara
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara
2014-05-24cppcheck: variableScopeThomas Arnhold
2014-05-21Remove spurious assert(false)Stephan Bergmann
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-21Use default argument valuesStephan Bergmann
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante