summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ixbm
AgeCommit message (Expand)Author
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-10-19use tools::Long in vclNoel
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-01-27Get data from full string, without tokenizationMatteo Casalin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-09-14loplugin:constfields in vclNoel Grandin
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara
2018-01-16ofz#5423 TimeoutCaolán McNamara
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-14return early on clearly broken xbmsCaolán McNamara
2017-03-10ofz#782 oom in xbmCaolán McNamara
2017-02-08ofz#394 xbm ParseDefine problemCaolán McNamara
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-09unnecessary const castCaolán McNamara
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01Fix typosAndrea Gelmini
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-07-11fix and test for xbm import crashCaolán McNamara
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin