Age | Commit message (Expand) | Author |
2016-01-20 | drop basebmp entirely now | Caolán McNamara |
2016-01-19 | only use of clone is to copy, so do that | Caolán McNamara |
2016-01-18 | devices are always top-down now | Caolán McNamara |
2016-01-18 | drop newly unused basebmp methods | Caolán McNamara |
2016-01-18 | drop now unused basebmp xor mode | Caolán McNamara |
2015-12-07 | Resolves: tdf#96224 don't fiddle around with a separate alpha buffer | Caolán McNamara |
2015-11-24 | Resolves: tdf#95962 incorrect scanline stride | Caolán McNamara |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-10-16 | Fix type of nPixel | Stephan Bergmann |
2015-10-16 | Use CPPUNIT_ASSERT_EQUAL for better failure reports | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-07-04 | bmpmasktest was little-endian only | Caolán McNamara |
2015-06-20 | tdf#92194 - fix headless masking operations in vcl. | Michael Meeks |
2015-06-04 | convert basebmp::Format to scoped enum | Noel Grandin |
2015-06-04 | convert DrawMode to scoped enum | Noel Grandin |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-03-24 | loplugin:constantfunction: various | Noel Grandin |
2015-02-24 | make ScanlineStride an argument to createBitmapDevice | Caolán McNamara |
2014-06-02 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-04-09 | Missing include | Stephan Bergmann |
2014-03-29 | typo: optimisation -> optimization | Thomas Arnhold |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-27 | Drop deserted bmpdemo | Takeshi Abe |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-11-11 | basebmp: include <> for external includes | Norbert Thiebaud |
2013-10-31 | Resolves: #i123433# Detect pseudo-vertices at svg import... | Armin Le Grand |
2013-07-18 | fdo#62475 removed pointless comments | Jelle van der Waa |
2013-07-12 | Turn basebmp::Format into a proper enum | Stephan Bergmann |
2013-07-12 | THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRA | Stephan Bergmann |
2013-06-04 | Add test for basebmp memory clobber. | Thorsten Behrens |
2013-03-27 | _USE_MATH_DEFINES is already taken care of by sal/config.h | Stephan Bergmann |
2013-02-25 | CreateFromAscii removal | Ricardo Montania |
2012-11-16 | Revert "WaE: unused parameter 'argc' and 'argv'" | Tor Lillqvist |
2012-11-16 | WaE: unused parameter 'argc' and 'argv' | Tor Lillqvist |
2012-10-31 | ::rtl::OUString -> OUString in basebmp | Ricardo Montania |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann |
2012-08-02 | Bin no longer used iOS cppunit stuff that even breaks the build | Tor Lillqvist |
2012-07-18 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks |
2012-06-19 | re-base on ALv2 code. | Michael Meeks |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-05-11 | put debugDump behind #if OSL_DEBUG_LEVEL > 2 | Matúš Kukan |
2011-12-22 | unusedcode: remove various unused classes | Matúš Kukan |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara |
2011-11-15 | Fix clipped line renderer. | Thorsten Behrens |
2011-11-04 | Put BitmapDevice::getPixelData() back. | Thorsten Behrens |
2011-11-03 | Fix one more subtlety around B2IBox / B2IRange changes. | Thorsten Behrens |
2011-11-02 | Move BitmapDevice to use B2IBox instead of B2IRange. | Thorsten Behrens |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold |