summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Collapse)AuthorAgeFilesLines
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-141-3/+2
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* Better fix for removed RangeExpanderThorsten Behrens2011-11-031-19/+3
| | | | | | The sole reason for that late class was the overloaded Range::expand() method - but it's actually quite easy to disambiguate that for boost::bind.
* RangeExpander functor removed, but needed in one place.Cédric Bosdonnat2011-11-031-2/+19
| | | | | | | Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes
* gtk3: fix cairo canvas crash for non X (or svp) backendMichael Meeks2011-10-251-0/+3
|
* WaE: '=' : truncation of constant valueTor Lillqvist2011-10-061-1/+1
|
* remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks2011-10-051-1/+1
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-2/+2
|
* Make Android cross-build workingThorsten Behrens2011-09-271-1/+6
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* Always link with user32Tor Lillqvist2011-09-223-3/+0
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Bin USE_MINGWTor Lillqvist2011-08-262-19/+1
| | | | | | | | | | | | Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
* Link with d3d9 and not ddraw which doesn't exist in current DirectXTor Lillqvist2011-08-241-1/+1
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* add more component prefixesMatúš Kukan2011-08-1714-15/+62
|
* fix build issues in canvas on windowsNorbert Thiebaud2011-08-123-10/+12
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-1011-11/+11
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* help windows build alongCaolán McNamara2011-08-049-19/+19
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-3011-0/+11
|
* Removed weird VERBOSE overload in canvasThorsten Behrens2011-07-2617-65/+15
| | | | | Now doing extra logging / graphical debug cues via OSL_DEBUG_LEVEL of 3. Also saves some lines in makefiles.
* Removed special-casing for SunStudio brokennessThorsten Behrens2011-07-261-12/+1
| | | | | No point in cluttering makefile with workaround for unsupported compiler.
* Make it build for iOS againTor Lillqvist2011-07-261-9/+11
|
* Link with X11 libs only for GUIBASE == unx which actually means X11Tor Lillqvist2011-07-261-0/+2
|
* silence unused parameter warningNorbert Thiebaud2011-07-241-1/+1
|
* fix MacOS build (nedd objectiveC++ flags and Coca framework)Norbert Thiebaud2011-07-241-1/+12
|
* keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen2011-07-231-1/+1
|
* add cairocanvas and canvasfactoryBjoern Michaelsen2011-07-232-7/+8
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-229-9/+33
|
* resyncing to masterBjoern Michaelsen2011-07-218-20/+31
|\
| * Generate import library that matches libs.mk for WNTGCCTor Lillqvist2011-07-211-0/+4
| |
| * Build the cairo canvas also for Windows if we don't build the DirectX oneTor Lillqvist2011-07-212-1/+8
| |
| * Fix compilation for iOSTor Lillqvist2011-07-144-9/+31
| |
| * Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-126-13/+2
| |
| * fix set color regression in cairo canvasRadek Doulik2011-07-121-6/+4
| | | | | | | | | | | | - the cairo_set_source_rgba should be called with non-alpha-pre-multiplied color values - fixes fdo#33591 and fdo#35681
| * Cannot build cairocanvas without cairoTor Lillqvist2011-07-041-1/+5
| |
| * make cairo an unconditional requirement for text renderingCaolán McNamara2011-06-302-7/+1
| |
| * fix condition for compositing surface refreshRadek Doulik2011-06-231-2/+2
| | | | | | | | - fixes problems on slideshow window shrinking
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
| |
| * Deliver also static librariesTor Lillqvist2011-06-171-0/+1
| |
* | not link cairocanvas against stl anymoreBjoern Michaelsen2011-07-211-1/+0
| |
* | gnumake4: fix buildbreakers from mergeBjoern Michaelsen2011-06-205-25/+20
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-19213-4057/+1011
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-30/+30
| |
| * Fixes to make it compile on WindowsTor Lillqvist2011-05-302-0/+5
| |
| * generalize ScopedBitmapAccess and simplify usageDavid Tardon2011-05-184-31/+18
| | | | | | | | It can be used for AlphaMask too now.
| * Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
| |
| * restoring basemutexhelper.hxxBjoern Michaelsen2011-04-161-0/+72
| | | | | | | | | | * got killed in 3cd302f4e5dd443670debfb9bbae7e3be1676ca6 * checked out from 7db45b251adf8588624fee439df3ae0629c6ac4f
| * Fix typo in disambiguated disposing changeThorsten Behrens2011-04-111-2/+1
| |