Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-21 | removetooltypes01: Rebase to DEV300m98 | Carsten Driesner | |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
2011-01-20 | Replace 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-14 | removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags | Mikhail Voytenko | |
2011-01-13 | removetooltypes01: #i112600# remove tooltypes from slideshow and forms | Mikhail Voytenko | |
2011-01-05 | fix shapes rendering order n#656934 | Radek Doulik | |
- it was broken for master pages containing group shapes | |||
2011-01-05 | CWS-TOOLING: integrate CWS impressdefaults1 | Vladimir Glazunov | |
2011-01-02 | remove methods added by (apparently bogus) merge | Rene Engelhard | |
2011-01-02 | Merge remote branch 'origin/libreoffice-3-3' | Rene Engelhard | |
Conflicts: slideshow/source/engine/color.cxx | |||
2010-12-24 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-22 | add this conditional | Caolán McNamara | |
2010-12-20 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impress | Jan Holesovsky | |
2010-12-20 | Remove extraneous copy ctor and assignment op | Thorsten Behrens | |
2010-12-20 | Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage | Caolán McNamara | |
(cherry picked from commit 963c6b655032b4e5d0f26555f3c26a129a9efb03) | |||
2010-12-20 | Merge commit 'libreoffice-3.3.0.2' | Jan Holesovsky | |
2010-12-18 | Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage | Caolán McNamara | |
2010-12-18 | WaE: init variable | Caolán McNamara | |
2010-12-17 | CWS-TOOLING: integrate CWS sb131 | Hans-Joachim Lankenau | |
Notes: split repo tag: impress_ooo/DEV300_m96 | |||
2010-12-15 | impress206: #i115898# take into account new presentation shapes(cherry ↵ | Christian Lippka ORACLE | |
picked from commit c8c648474da56e2ecdbdcc11c269366716fe88c9) | |||
2010-12-15 | RTL_CONSTASCII_USTRINGPARAM slideshow test | Julien Nabet | |
2010-12-14 | merge OOO330 | Hans-Joachim Lankenau | |
2010-12-12 | Accidental commit? We don't wanna comment these out for no reason. | Kohei Yoshida | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-06 | cppcheck: unused variable | Caolán McNamara | |
2010-12-06 | impress206: #i115898# take into account new presentation shapes | Christian Lippka ORACLE | |
2010-12-06 | some caretaker code cleanup in impress | Kayo Hamid | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-05 | do not include OS in the filenames | Robert 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-04 | callcatcher: remove uncalled and uncallable methods | Caolán McNamara | |
2010-12-04 | tweak build.lst to avoid apparent dependencies issue in // build | Norbert Thiebaud | |
2010-12-03 | callcatcher: removed uncalled and uncallable methods | Caolán McNamara | |
2010-12-03 | better output message when not mac | Caolán McNamara | |
2010-12-03 | fix libOGLTrans.uno.so vs OGLTrans.uno.so | Caolán McNamara | |
2011-02-13 | debuglevels: use vsnprintf instead of _vsnprintf, otherwise it won't build ↵ | Frank Schoenheit [fs] | |
on unxlngi6.pro+debug | |||
2010-12-03 | fix this to build | Caolán McNamara | |
2010-12-03 | Make --with-opengl work on MacOS | Norbert Thiebaud | |
Now that --with-opengl is enabled by default, merge the patch dev300/transogl-crossplatform.diff. | |||
2010-12-02 | impressdefaults1: #i113019# fixes to make changing of user paint settings ↵ | Christian Lippka | |
during slideshow work | |||
2010-12-01 | impressdefaults1: #i113018# use red as default pen color, enable pen context ↵ | Christian Lippka ORACLE | |
menu | |||
2010-11-30 | cppcheck: unused variable | Caolán McNamara | |
Notes: split repo tag: impress_LIBREOFFICE_PRE_BOOTSTRAP_BUILD | |||
2010-11-25 | Update from sibling repository. | Matthias Huetsch [mhu] | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-24 | cppcheck: Unused private function under certain ifdefs | Caolán McNamara | |
2010-11-23 | make possible to build with c++0x | Caolán McNamara | |
2010-11-15 | Make slideshow unittest work again | Thorsten Behrens | |
Well, it still fails. But for all the right reasons. | |||
2010-11-13 | RTL_CONSTASCII_USTRINGPARAM for impress | Julien Nabet | |
2010-11-05 | impress195: merge with DEV300_m92 | Andre Fischer | |
2010-11-02 | RTL_CONSTASCII_USTRINGPARAM macro | Gert Faller | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
Notes: split repo tag: impress_LIBREOFFICE_3_3_FREEZE | |||
2010-10-27 | Fix crash in OGL transitions | Thorsten 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-27 | Fix build breakage in OSL_DEBUG_LEVEL>1 | Thorsten Behrens | |
Conditionally compiled code referenced _vsnprintf. |