summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Related: fdo#38580 NULL objectCaolán McNamara1-2/+2
2011-10-08Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not f...Stephan Bergmann1-0/+6
2011-10-07WaE: unreachable codeTor Lillqvist1-2/+0
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2-0/+6
2011-09-26WaE: control reaches end of non-void functionTor Lillqvist1-4/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+8
2011-09-12make base class dtor virtualCaolán McNamara1-0/+1
2011-09-01fix warningsGabor Jenei2-45/+45
2011-08-29WaE: in debug=2 modeCaolán McNamara1-8/+4
2011-08-23debug build errorsGabor1-0/+1
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-17add more component prefixesMatúš Kukan2-2/+10
2011-08-11align closing braceDavid Tardon1-1/+1
2011-08-11WaE: add braces around empty body in else stmtDavid Tardon1-1/+2
2011-08-10check bitmap size before creating canvas actionRadek Doulik1-14/+18
2011-08-10added MultiplyWorldTransform record typeRadek Doulik2-0/+25
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe4-4/+4
2011-08-05fix windows build error with symlinksCaolán McNamara1-3/+3
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist4-0/+4
2011-07-27build mtfrenderer component againRadek Doulik2-0/+52
2011-07-26enable emf debug dump when dbglevel > 1Radek Doulik1-1/+4
2011-07-26enable emf debug dump when dbglevel > 1Radek Doulik1-1/+4
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-1/+4
2011-07-21resyncing to masterBjoern Michaelsen3-3/+1
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist1-0/+4
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan2-2/+0
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen2-27/+26
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen72-142/+2238
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-17gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags...Michael Stahl1-2/+1
2011-06-17gnumake4: merge DEV300_m106 [hg:5102137bfe1e]Michael Stahl1-0/+1
2011-06-16CWS gnumake4: some fixes for basegfx+canvas [hg:8c299b2d4484]Mathias Bauer1-1/+1
2011-06-16CWS gnumake4: convert cppcanvas to new build system [hg:a93ffc180db8]Mathias Bauer13-230/+203
2011-06-10make the renderer component point to the right shared libraryRadek Doulik3-8/+15
2011-06-10added mtfrenderer componentRadek Doulik2-0/+9
2011-06-10make the debug build work againRadek Doulik1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-19/+19
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky5-1/+308
2011-05-10GDIMetaFile cleanup - Remove dependance on List classJoseph Powers1-1/+1
2011-05-04Some cppcheck cleaningJulien Nabet1-1/+2
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky5-1/+308
2011-03-28ka102: rebased to DEV300_m104ka2-1/+12
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky9-102/+100
2011-03-14cleanupMichael Meeks2-2/+2
2011-03-13no more writeInfoNorbert Thiebaud2-2/+0
2011-03-12use boost rather then extstdNorbert Thiebaud2-3/+3
2011-03-12mis-merge: clean-up remaining tools typesNorbert Thiebaud2-17/+17
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-20/+10