summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)Author
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-14removetooltypes01: #i112600# fix TRUE/FALSE autodoc tagsMikhail Voytenko
2011-01-13removetooltypes01: #i112600# remove tooltypes from slideshow and formsMikhail Voytenko
2011-01-05fix shapes rendering order n#656934Radek Doulik
- it was broken for master pages containing group shapes
2011-01-05CWS-TOOLING: integrate CWS impressdefaults1Vladimir Glazunov
2011-01-02remove methods added by (apparently bogus) mergeRene Engelhard
2011-01-02Merge remote branch 'origin/libreoffice-3-3'Rene Engelhard
Conflicts: slideshow/source/engine/color.cxx
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-22add this conditionalCaolán McNamara
2010-12-20Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impressJan Holesovsky
2010-12-20Remove extraneous copy ctor and assignment opThorsten Behrens
2010-12-20Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomageCaolán McNamara
(cherry picked from commit 963c6b655032b4e5d0f26555f3c26a129a9efb03)
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
2010-12-18Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomageCaolán McNamara
2010-12-18WaE: init variableCaolán McNamara
2010-12-17CWS-TOOLING: integrate CWS sb131Hans-Joachim Lankenau
Notes: split repo tag: impress_ooo/DEV300_m96
2010-12-15impress206: #i115898# take into account new presentation shapes(cherry ↵Christian Lippka ORACLE
picked from commit c8c648474da56e2ecdbdcc11c269366716fe88c9)
2010-12-15RTL_CONSTASCII_USTRINGPARAM slideshow testJulien Nabet
2010-12-14merge OOO330Hans-Joachim Lankenau
2010-12-12Accidental commit? We don't wanna comment these out for no reason.Kohei Yoshida
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-06cppcheck: unused variableCaolán McNamara
2010-12-06impress206: #i115898# take into account new presentation shapesChristian Lippka ORACLE
2010-12-06some caretaker code cleanup in impressKayo Hamid
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-05do not include OS in the filenamesRobert Nagy
In unx the code is not LINUX only, it's mesa. On other platforms there is no point in using the OS name in the filenames either. This unbreaks unx builds on non-linux.
2010-12-04callcatcher: remove uncalled and uncallable methodsCaolán McNamara
2010-12-04tweak build.lst to avoid apparent dependencies issue in // buildNorbert Thiebaud
2010-12-03callcatcher: removed uncalled and uncallable methodsCaolán McNamara
2010-12-03better output message when not macCaolán McNamara
2010-12-03fix libOGLTrans.uno.so vs OGLTrans.uno.soCaolán McNamara
2011-02-13debuglevels: use vsnprintf instead of _vsnprintf, otherwise it won't build ↵Frank Schoenheit [fs]
on unxlngi6.pro+debug
2010-12-03fix this to buildCaolán McNamara
2010-12-03Make --with-opengl work on MacOSNorbert Thiebaud
Now that --with-opengl is enabled by default, merge the patch dev300/transogl-crossplatform.diff.
2010-12-02impressdefaults1: #i113019# fixes to make changing of user paint settings ↵Christian Lippka
during slideshow work
2010-12-01impressdefaults1: #i113018# use red as default pen color, enable pen context ↵Christian Lippka ORACLE
menu
2010-11-30cppcheck: unused variableCaolán McNamara
Notes: split repo tag: impress_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
2010-11-25Update from sibling repository.Matthias Huetsch [mhu]
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-24cppcheck: Unused private function under certain ifdefsCaolán McNamara
2010-11-23make possible to build with c++0xCaolán McNamara
2010-11-15Make slideshow unittest work againThorsten Behrens
Well, it still fails. But for all the right reasons.
2010-11-13RTL_CONSTASCII_USTRINGPARAM for impressJulien Nabet
2010-11-05impress195: merge with DEV300_m92Andre Fischer
2010-11-02RTL_CONSTASCII_USTRINGPARAM macroGert Faller
2010-10-28add modelines to .hxx files as wellCaolán McNamara
Notes: split repo tag: impress_LIBREOFFICE_3_3_FREEZE
2010-10-27Fix crash in OGL transitionsThorsten Behrens
Seems on sufficiently slow displays, the disposeTextures() call comes before any window / context has been setup. Fixed along the lines of fdo#31072.
2010-10-27Fix build breakage in OSL_DEBUG_LEVEL>1Thorsten Behrens
Conditionally compiled code referenced _vsnprintf.