summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Collapse)Author
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-21empty a bunch of d.lst filesMichael Stahl
2011-11-21Revive gradient clipping debug visualization code.Thorsten Behrens
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-01adapt naming schemeCaolán McNamara
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara
2011-10-10Related: fdo#38580 NULL objectCaolán McNamara
2011-10-08Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not ↵Stephan Bergmann
fail.
2011-10-07WaE: unreachable codeTor Lillqvist
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-26WaE: control reaches end of non-void functionTor Lillqvist
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-12make base class dtor virtualCaolán McNamara
otherwise calling delete on a base class pointer to an instantiation of a derived class doesn't call the derived class's dtor
2011-09-01fix warningsGabor Jenei
2011-08-29WaE: in debug=2 modeCaolán McNamara
2011-08-23debug build errorsGabor
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-17add more component prefixesMatúš Kukan
2011-08-11align closing braceDavid Tardon
2011-08-11WaE: add braces around empty body in else stmtDavid Tardon
2011-08-10check bitmap size before creating canvas actionRadek Doulik
2011-08-10added MultiplyWorldTransform record typeRadek Doulik
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05fix windows build error with symlinksCaolán McNamara
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-27build mtfrenderer component againRadek Doulik
2011-07-26enable emf debug dump when dbglevel > 1Radek Doulik
2011-07-26enable emf debug dump when dbglevel > 1Radek Doulik
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
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
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: merge DEV300_m106 [hg:5102137bfe1e]Michael Stahl
2011-06-16CWS gnumake4: some fixes for basegfx+canvas [hg:8c299b2d4484]Mathias Bauer
2011-06-16CWS gnumake4: convert cppcanvas to new build system [hg:a93ffc180db8]Mathias Bauer
2011-06-10make the renderer component point to the right shared libraryRadek Doulik
2011-06-10added mtfrenderer componentRadek Doulik
2011-06-10make the debug build work againRadek Doulik
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: cppcanvas/source/mtfrenderer/implrenderer.cxx i18npool/inc/i18npool/lang.h i18npool/source/isolang/isolang.cxx svtools/source/filter/exportdialog.cxx svtools/source/graphic/grfmgr.cxx vcl/aqua/source/dtrans/aqua_service.cxx vcl/aqua/source/window/salframe.cxx vcl/inc/sft.hxx vcl/inc/unx/pspgraphics.h vcl/inc/vcl/cursor.hxx vcl/inc/vcl/gdimtf.hxx vcl/inc/vcl/settings.hxx vcl/prj/d.lst vcl/source/app/settings.cxx vcl/source/control/edit.cxx vcl/source/gdi/gdimtf.cxx vcl/source/window/cursor.cxx vcl/source/window/window.cxx vcl/unx/generic/fontmanager/fontconfig.cxx vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx vcl/unx/kde4/KDESalGraphics.cxx
2011-05-10GDIMetaFile cleanup - Remove dependance on List classJoseph Powers
Plus trailing whitespace cleanup.
2011-05-04Some cppcheck cleaningJulien Nabet