summaryrefslogtreecommitdiffstats
path: root/slideshow
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.
* Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist2011-11-051-1/+0
|
* RangeExpander functor removed, but needed in one place.Cédric Bosdonnat2011-11-031-1/+0
| | | | | | | Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes
* adapt naming schemeCaolán McNamara2011-11-013-13/+13
|
* ByteString->rtl::OStringCaolán McNamara2011-11-013-20/+20
|
* WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist2011-10-251-1/+1
|
* Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ↵Tor Lillqvist2011-10-193-0/+21
| | | | used API
* add missing braces for if statement, making correct scopePierre-André Jacquod2011-10-071-1/+2
|
* remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks2011-10-051-6/+5
|
* cast is gone nowCaolán McNamara2011-10-052-3/+3
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-304-0/+11
|
* Fix error: invalid conversion from 'long int*' to 'const GLint*'Tor Lillqvist2011-09-291-1/+1
|
* fix trunk gcc compiler errors; second attempt for the previously reverted partStephan Bergmann2011-09-291-10/+19
|
* Reverted std::hash map part of previous "fix trunk gcc compile errors."Stephan Bergmann2011-09-291-9/+8
|
* fix trunk gcc compile errorsMatúš Kukan2011-09-291-8/+9
|
* cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod2011-09-261-1/+1
| | | | | but left the call to the function behind, since not sure there is no effect on data
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-215-6/+6
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-124-1/+16
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* make slideshow ByteString freeCaolán McNamara2011-09-121-2/+2
|
* convert Mesa to gbuild and add to tail_buildPeter Foley2011-09-101-0/+2
|
* [cppchecker] unread Variable within a #ifdef [WINT] removedPierre-André Jacquod2011-09-061-2/+1
|
* callcatcher: another layer of unusedCaolán McNamara2011-09-012-36/+0
|
* unusedcode.easy: slideshow::internal cleanupJoseph Powers2011-08-3128-372/+0
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* unused variable in Windows buildPierre-André Jacquod2011-08-141-2/+0
| | | | according cppchecker, small cleaning
* sd and slideshow depend on animations' apiNorbert Thiebaud2011-08-111-0/+1
|
* Some cppcheck cleaningJulien Nabet2011-08-101-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-105-5/+5
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-305-5/+10
|
* add prefixes for component_getFactoryMatúš Kukan2011-07-286-6/+38
|
* Remove unused Debugging stuffThomas Arnhold2011-07-257-416/+0
| | | | If this is still needed, please revert it.
* remove half baked test without the appropriate include to make it worksNorbert Thiebaud2011-07-241-4/+0
|
* cString is deprecated use cStringUsingEncoding insteadNorbert Thiebaud2011-07-241-2/+2
|
* Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-07-217-8/+22
|\
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-112-3/+1
| |
| * remove all traces of offuh from makefilesDavid Tardon2011-06-174-4/+20
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-171-1/+1
| |
* | gnumake4: postmerge fixes in sd and slideshowBjoern Michaelsen2011-06-212-8/+4
|/
* Drop OS2Tor Lillqvist2011-05-212-3/+0
|
* WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier2011-05-161-1/+1
|
* GDIMetaFile cleanupJoseph Powers2011-05-102-2/+2
| | | | Plus trailing whitespace cleanup.
* ObjC compile should ot take Exception flagsNorbert Thiebaud2011-04-231-1/+1
|
* gbuildize slideshowDavid Tardon2011-04-2120-867/+506
|
* fix catastrophic merge to restore video playbackCaolán McNamara2011-04-011-12/+1
|
* Wholesale prewin.h/postwin.h removalFridrich Štrba2011-03-254-21/+0
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-235-6/+7
|\ | | | | | | | | | | | | Conflicts: sd/source/ui/toolpanel/TaskPaneFocusManager.cxx slideshow/source/engine/debug.cxx slideshow/source/engine/transitions/randomwipe.cxx
| * debuglevels: pulled and merged DEV300.m102Frank Schoenheit [fs]2011-03-145-11/+10
| |\
| | * CWS-TOOLING: integrate CWS mhu21Ivo Hinkelmann2011-03-023-3/+3
| | |\