summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)AuthorFilesLines
2013-11-11basebmp: include <> for external includesNorbert Thiebaud12-50/+50
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand7-16/+22
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik1-4/+18
2013-09-27Off-by-one errorStephan Bergmann1-2/+2
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik1-21/+66
2013-07-18fdo#62475 removed pointless commentsJelle van der Waa3-9/+0
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara1-2/+9
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann11-112/+115
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann9-11/+11
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens2-1/+17
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik1-4/+9
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist2-10/+0
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist1-5/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon2-4/+0
2013-04-23execute move of global headersBjoern Michaelsen35-6429/+0
2013-04-15No need for Android, iOS or CROSS_COMPILING conditionals for unit testsTor Lillqvist1-6/+0
2013-04-12Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist2-29/+49
2013-04-11Fix documentationTor Lillqvist1-2/+1
2013-04-11Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist2-0/+12
2013-04-11Add debugging printout of subsetting informationTor Lillqvist1-1/+9
2013-03-27_USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann1-3/+2
2013-03-26Log also corresponding destructions of BitmapDeviceTor Lillqvist1-1/+2
2013-03-25Add some debugging printoutTor Lillqvist3-15/+46
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25CreateFromAscii removalRicardo Montania1-1/+1
2013-01-27need more boost_headersMichael Stahl1-1/+4
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-1/+6
2012-11-16Revert "WaE: unused parameter 'argc' and 'argv'"Tor Lillqvist1-3/+0
2012-11-16WaE: unused parameter 'argc' and 'argv'Tor Lillqvist1-0/+3
2012-10-31::rtl::OUString -> OUString in basebmpRicardo Montania7-25/+24
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+3
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl3-3/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl3-0/+3
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-11/+5
2012-08-25ah, android is specialMatúš Kukan1-0/+2
2012-08-25vigra: convert to gbuildMatúš Kukan2-1/+3
2012-08-23Build basebmp as a static library for AndroidTor Lillqvist3-0/+55
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist2-130/+0
2012-07-18re-base on ALv2 code. Includes:Michael Meeks23-610/+418
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-27targetted re-work of cppunit pieces.Michael Meeks9-39/+0
2012-06-19re-base on ALv2 code.Michael Meeks27-645/+402
2012-06-16basebmp gbuildificationNorbert Thiebaud4-0/+116
2012-06-15revert gmk4 commitNorbert Thiebaud4-200/+0
2012-06-11Avoid misleading term "factory method", just say "function"Tor Lillqvist1-6/+6
2012-06-11Avoid too long linesTor Lillqvist1-4/+6
2012-06-07Add two new 32bpp formats and add helpful commentsTor Lillqvist3-21/+86
2012-06-02targeted string re-workNorbert Thiebaud3-28/+18