summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codeElton Chung2012-02-132-50/+0
* Removing one obsolte GNUC check for GCC < 4.0.1Carsten Niehaus2012-02-101-6/+0
* 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
* 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
* Fix more incorrect iterator re-use.Thorsten Behrens2012-01-091-9/+7
* Fix crash when play particular presentation with soundjulien24122012-01-091-7/+8
* 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
* 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
* 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
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-141-3/+2
* Better fix for removed RangeExpanderThorsten Behrens2011-11-031-19/+3
* RangeExpander functor removed, but needed in one place.Cédric Bosdonnat2011-11-031-2/+19
* 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
* Always link with user32Tor Lillqvist2011-09-223-3/+0
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
* Bin USE_MINGWTor Lillqvist2011-08-262-19/+1
* 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