summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused codeElton Chung2012-02-132-50/+0
|
* Removing one obsolte GNUC check for GCC < 4.0.1Carsten Niehaus2012-02-101-6/+0
| | | | See https://bugs.freedesktop.org/show_bug.cgi?id=45131
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-5/+5
|
* Remove obsolete quirk for text rotation.Thorsten Behrens2012-02-071-9/+0
| | | | | With 800806ba850c7fd03e37acb011fa993e08cb8fc8 matrix decompose returns the correct angle right away, no need to catch it here.
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Eliminate un-used DIRECTX5Norbert Thiebaud2012-02-054-2426/+0
|
* remove duplicate includeDavid Tardon2012-02-011-2/+0
|
* the depth argument must be >= 0David Tardon2012-02-011-1/+2
|
* transparency gradient effect fade in is wrong (fdo#45219)David Tardon2012-01-251-1/+2
|
* make slide transitions workDavid Tardon2012-01-241-1/+2
|
* WaE: unused iCaolán McNamara2012-01-131-1/+0
|
* Kill unused macro in canvas.Thorsten Behrens2012-01-091-2/+0
|
* Avoid pointless const_cast, use getConstArray in all cases.Thorsten Behrens2012-01-092-4/+4
| | | | | | Another code-review follow-up fix from fdo#44533 - don't use Sequence::getArray, that tends to create a new copy everytime you call.
* Fix more incorrect iterator re-use.Thorsten Behrens2012-01-091-9/+7
| | | | | Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them.
* Fix crash when play particular presentation with soundjulien24122012-01-091-7/+8
| | | | This fixes fdo#44533.
* canvas: work around NOMINMAX windows breakageMichael Stahl2012-01-043-0/+7
|
* unusedcode: remove various unused classesMatúš Kukan2011-12-223-3/+0
|
* remove some unused codeCaolán McNamara2011-12-224-154/+0
|
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* regpathhelper: unused, so we've got to have two of themCaolán McNamara2011-12-141-1/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* fix annoying debugging-mode crashCaolán McNamara2011-12-061-1/+3
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-0113-15/+15
|
* catch by constant referenceTakeshi Abe2011-11-304-8/+8
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-279-9/+0
|
* remove include of pch header in canvasNorbert Thiebaud2011-11-2788-174/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-231-2/+3
| | | | | | | | A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
* Using #if etc. inside OSL_TRACE is not a good idea, breaks Windows.Jan Holesovsky2011-11-221-5/+7
|
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-221-6/+5
| | | | | | | | | | | * New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
* empty a bunch of d.lst filesMichael Stahl2011-11-211-1/+0
|
* 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
|