summaryrefslogtreecommitdiff
path: root/basebmp/test/linetest.cxx
AgeCommit message (Collapse)Author
2013-11-11basebmp: include <> for external includesNorbert Thiebaud
Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann
Change-Id: I4067c5039c7b5c74a1c144721dd7260de54dd2bf
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann
Change-Id: I917c4136614664a1816769300707f170312c885d
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2011-11-15Fix clipped line renderer.Thorsten Behrens
Fix for a nasty corner case where supposedly clipped pixel were still rasterized (see polytest.cxx:implTestPolyDrawClip for what failed previously). Added much more unit tests while at it, clippedlinerenderer.hxx should now have 100% coverage.
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2010-11-10remove unused includesDavid Tardon
2010-11-10remove commented-out leftovers from testshl2David Tardon
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-06#i113503# cppunit stl wrapper headersCaolán McNamara
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb
- Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.
2009-09-14#i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer
-> testshl2
2008-04-11INTEGRATION: CWS changefileheader (1.5.46); FILE MERGEDRüdiger Timm
2008/03/31 13:07:57 rt 1.5.46.1: #i87441# Change license header to LPGL v3.
2006-07-12#i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow ↵Thorsten Behrens
handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests
2006-06-07#i65904# Fixed broken CompositeIterator (was missing a proper ↵Thorsten Behrens
copy-const/assignment op); added more tests
2006-06-02#i65904# Made drawBitmap/drawMaskedColor functional; added raw access for ↵Thorsten Behrens
palette images
2006-05-31#i65904# Corrected license headers, added more testsThorsten Behrens
2006-05-31#i65904# Initial revisionThorsten Behrens