Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Change-Id: I35de0d7eedae5454001fad7e43c6697d9042a829
|
|
For Android (and perhaps iOS) we need a 32bpp format with channels in
RGBA order.
Rename the (basebmp-internal) 32bpp PixelFormatTreats_* typedefs so
that the channel order in their names matches the memory order of the
channels.
Change-Id: Ia8a74f6d44e0a2cffdf66a05ddf8fc7d6ae2a263
|
|
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
|
|
|
|
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
|
|
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.
|
|
|
|
Slight tweak of d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47 - getPixel()
and getPixelData() are complementary functions, similar in spirit
to const and non-const getters. Added unit test for it to avoid
flagging it for removal again.
|
|
I removed 2 unused headers.
I also stopped delivering a lot of headers that no one outside of basebmp
cared about.
I also removed the unused methods:
basebmp::BitmapDevice::getPaletteEntryCount() const
basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
|
|
The Cohen/Sutherland clip flag routine was not aware of B2IBox,
thusly yielding incorrect line clipping for BitmapDevice software
rendering. Cleaned that up, added some more unit tests around the
problem, and removed the now-extraneous maLineClip member from the
bitmap device.
|
|
Semantically, B2IBox represents a pixel rect much better than
B2IRange - replaced all occurences in and around the software
renderer, and client code.
|
|
Moved the implementation detail that SalFrames lifetime is handled
manually in vcl out of basebmp & into vcl. Added lightweight wrapper
class to decouple damagetracker lifetime from GtkFrame lifetime.
|
|
Factor out the DLLPUBLIC dance from bitmapdevice.hxx to a separate
headers as is the normal convention.
Decorate the new debugDump() with BASEBMP_DLLPUBLIC in the header.
Otherwise the definition (which uses SAL_DLLPUBLIC_EXPORT) doesn't
match the declaration.
|
|
|
|
|
|
Conflicts:
basebmp/prj/d.lst
basebmp/test/basictest.cxx
basebmp/test/makefile.mk
basegfx/inc/basegfx/basegfxdllapi.h
basegfx/inc/basegfx/tools/debugplotter.hxx
basegfx/inc/basegfx/tuple/b2ituple.hxx
basegfx/prj/d.lst
basegfx/source/numeric/makefile.mk
basegfx/source/polygon/makefile.mk
basegfx/source/range/makefile.mk
basegfx/source/raster/makefile.mk
basegfx/source/tuple/makefile.mk
basegfx/source/vector/makefile.mk
basegfx/test/basegfx1d.cxx
basegfx/test/makefile.mk
basegfx/util/makefile.mk
canvas/Library_canvasfactory.mk
canvas/Module_canvas.mk
canvas/prj/build.lst
canvas/prj/d.lst
canvas/source/cairo/cairo_canvashelper_texturefill.cxx
canvas/source/cairo/makefile.mk
canvas/source/tools/makefile.mk
comphelper/qa/string/makefile.mk
cppcanvas/Module_cppcanvas.mk
cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
cppcanvas/prj/build.lst
cppcanvas/prj/d.lst
cppcanvas/source/mtfrenderer/makefile.mk
cppcanvas/util/makefile.mk
i18npool/source/search/makefile.mk
regexp/Library_regexp.mk
regexp/prj/d.lst
sax/CppunitTest_sax.mk
sax/Library_sax.mk
sax/prj/d.lst
sax/qa/cppunit/test_converter.cxx
sax/source/expatwrap/attrlistimpl.hxx
sax/util/makefile.mk
svtools/Library_svt.mk
tools/Executable_sspretty.mk
ucbhelper/prj/d.lst
ucbhelper/source/provider/configureucb.cxx
ucbhelper/source/provider/provconf.cxx
ucbhelper/util/makefile.mk
unotools/Library_utl.mk
unotools/Module_unotools.mk
unotools/Package_inc.mk
unotools/prj/build.lst
vcl/Library_desktop_detector.mk
vcl/Library_vcl.mk
vcl/Library_vclplug_gtk.mk
vcl/aqua/source/gdi/salprn.cxx
vcl/inc/aqua/saldata.hxx
vcl/unx/generic/gdi/salgdi3.cxx
|
|
|
|
|
|
Get rid of std::project2nd, which is an SGI extension to STL.
Permits build against compiler-provided stl, no need for stlport
anymore.
|
|
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>
|
|
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
|
|
2008/04/21 07:51:10 thb 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED
2007/10/01 12:21:24 thb 1.3.34.1: #i80285# Merged nonzero winding rule feature from picom
|
|
2008/03/31 13:07:57 rt 1.1.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:57 rt 1.5.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:00:51 thb 1.9.24.2: #i85898# Stripping all external header guards
2008/03/31 13:07:57 rt 1.9.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:57 rt 1.4.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:57 rt 1.3.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:57 rt 1.3.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:57 rt 1.8.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:57 rt 1.2.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.10.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.1.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.8.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:00:51 thb 1.7.42.2: #i85898# Stripping all external header guards
2008/03/31 13:07:56 rt 1.7.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.2.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.3.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.4.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.2.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:00:51 thb 1.4.24.2: #i85898# Stripping all external header guards
2008/03/31 13:07:56 rt 1.4.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.6.24.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:00:51 thb 1.16.38.2: #i85898# Stripping all external header guards
2008/03/31 13:07:56 rt 1.16.38.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:00:50 thb 1.9.42.2: #i85898# Stripping all external header guards
2008/03/31 13:07:56 rt 1.9.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:00:50 thb 1.9.42.3: #i85898# Stripping all external header guards
2008/04/01 12:26:00 thb 1.9.42.2: #i85898# Stripping all external header guards
2008/03/31 13:07:56 rt 1.9.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.4.46.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.4.12.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 13:07:56 rt 1.12.46.1: #i87441# Change license header to LPGL v3.
|