summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ixbm/xbmread.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-30vcl: remove partial XBM image loadingTomaž Vajngerl1-99/+71
2024-03-30vcl: cleanup and prefixmembers of XBMReaderTomaž Vajngerl1-83/+76
2024-02-06elide some OString temporariesNoel Grandin1-3/+3
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-2/+2
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-2/+2
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-2/+2
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock1-1/+2
2020-10-19use tools::Long in vclNoel1-7/+7
2020-04-17loplugin:buriedassign in vclNoel Grandin1-3/+5
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-1/+1
2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl1-3/+3
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl1-0/+1
2019-12-24sal_Char->char in vclNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-01-27Get data from full string, without tokenizationMatteo Casalin1-8/+9
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-07-27loplugin:returnconstant in vclNoel Grandin1-5/+3
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-2/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara1-1/+2
2018-01-16ofz#5423 TimeoutCaolán McNamara1-4/+6
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-30/+30
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+5
2017-03-14return early on clearly broken xbmsCaolán McNamara1-0/+5
2017-03-10ofz#782 oom in xbmCaolán McNamara1-20/+8
2017-02-08ofz#394 xbm ParseDefine problemCaolán McNamara1-2/+2
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-9/+4
2017-01-09unnecessary const castCaolán McNamara1-1/+1
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-8/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-12/+3
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-1/+1
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page1-12/+12
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann1-1/+40
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+6
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-1/+1
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-1/+1
2015-07-11fix and test for xbm import crashCaolán McNamara1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1