summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2018-04-11cairo_surface_create_similar_image is >= cairo 1.12.0Caolán McNamara
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similar_imageCaolán McNamara
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock
2018-04-05vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()Chris Sherlock
2018-03-28tdf#116646 Slideshows with transitions page swap rendering issuesNoel Grandin
2018-03-25tdf#116509 OpenGL: Slideshows with Transitions crashing ImpressNoel Grandin
2018-03-19move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin
2018-03-16move cairo extract bitmap code from canvas to vclNoel Grandin
2018-03-16move framework/toolkit use of BitmapEx::GetMask inside vclNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-15move emf code to vclNoel Grandin
2018-03-15move some GDI import code from svx to vclNoel Grandin
2018-03-14loplugin:unusedmethodsNoel Grandin
2018-03-13make transformBitmap code from canvas to vclNoel Grandin
2018-03-13vcl: rename BitmapFilter::filter() to execute(), rename existing classesChris Sherlock
2018-03-10move canvas helper code into vclNoel Grandin
2018-03-06vcl: remove commented code from bitmappaint.cxxChris Sherlock
2018-03-06vcl: split painting bitmap functions to bitmappaint.cxxChris Sherlock
2018-03-05vcl: move vcl/source/gdi/bitmap.cxx to vcl/source/bitmap/bitmap.cxxChris Sherlock
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin
2018-02-15ofz#6372 fix bitmap decoding of pattern in LwpBackgroundStuffNoel Grandin
2018-02-15move cairo surface code from canvas to BitmapToolsNoel Grandin
2018-02-14use BitmapEx in LwpBackgroundStuffNoel Grandin
2018-02-14use BitmapTools in TIFFReaderNoel Grandin
2018-02-12fix pixel address calculation in RawBitmapNoel Grandin
2018-02-10use RawBitmap and BitmapEx in icgm filterNoel Grandin
2018-02-07move Bitmap::SetToData to BitmapToolsNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-01-28Modernize a bit vcl (part1)Julien Nabet
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-07use the rect from all primitives when converting svg to BitmapTomaž Vajngerl
2017-12-12Remove obsolete "explicit operator bool" hackStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-07break circular includeJochen Nitschke
2017-04-27loadFromResource is now unusedCaolán McNamara
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder