aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-30 14:04:26 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-11-30 14:04:26 +0100
commit469e6738020aca1cae7a58076cd258ae17467961 (patch)
tree5f46392a7d78ad5dc5d1c9d4475809e81fb0320d
parent50d91eb827e9226229af30ac1b620e7d82759fd8 (diff)
Version 7.6.4.1, tag libreoffice-7.6.4.1 libreoffice-7.6.4.1
Change-Id: I2ec395386c989868303a7cb8b0772fb8e5ec620c
0 files changed, 0 insertions, 0 deletions
g-optimisations LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
AgeCommit message (Expand)Author
2015-09-22remove some unused paramsNoel Grandin
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-11-10Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-10vcl: BitmapEx now states which icon theme is being used for missing imageChris Sherlock
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-16Resolves: #i123690# handle the extremes Width or Height equal oneArmin Le Grand
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand