Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-02 | Move DBG_ERROR to OSL_FAIL | Thomas Arnhold | |
2011-03-01 | avoid implicit cast | Caolán McNamara | |
2011-03-01 | pointless to go from char* to OString to char* | Caolán McNamara | |
2011-02-27 | Handle DragonFly like the other BSDs in more cases. | Francois Tigeot | |
2011-02-26 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | |
2011-02-18 | Initialize the runtime library paths on DragonFly | Francois Tigeot | |
2011-02-17 | don't attempt to iterate through contents of a dir that doesn't exist | Caolán McNamara | |
2011-02-16 | Translation of German comment. | Albert Thuswaldner | |
2011-02-12 | A correct solution for the std::fill_n | Steven Butler | |
2011-02-11 | std::fill_n does not return iterator | Fridrich Štrba | |
2011-02-10 | Add x64 Windows here, too | Tor Lillqvist | |
2011-02-10 | rhbz#649310 don't crash deregistering diff. platform ext. | David Tardon | |
This happens, for example, if one switches between, lets say, x86 and x86_64 systems and has the same /home mounted from both. Then platform-dependent extensions from one system does not exist on the other one, but must still be deregistered correctly. | |||
2011-02-10 | WaE: unused variable | David Tardon | |
2011-02-10 | avoid useless copy | David Tardon | |
2011-02-10 | Porting LO to Dragonfly | Francois Tigeot | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | prewin.h already includes <windows.h> | Tor Lillqvist | |
2011-02-08 | add in AIX here as well | Caolán McNamara | |
2011-02-08 | add freebsd in here | Baptiste Daroussin | |
2011-02-08 | oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5d | Noel Power | |
bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic | |||
2011-02-08 | companion ( or even part 2 ) of a fix for fdo#30879 | Noel Power | |
tweak oosplash arg handling to not clobber some special url protocols, '.uno', '.slot' etc. | |||
2011-02-08 | Adapt to move of prewin.h and postwin.h | Tor Lillqvist | |
2011-02-08 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | |
Conflicts: sfx2/source/appl/appserv.cxx | |||
2011-02-07 | fix for #30879 | Noel Power | |
cherry picked from 6eb4e55b0a61f793f635a8038895cb2e452dc280 Signed-off-by: Muthu Subramanian K <sumuthu@novell.com> | |||
2011-02-05 | migrate to use boost unordered containers | Fridrich Štrba | |
2011-02-04 | fix for #30879 | Noel Power | |
2011-02-03 | don't pushback and process a corrupt extension | Caolán McNamara | |
Signed-off-by: David Tardon <dtardon@redhat.com> | |||
2011-02-02 | Clean up makefiles | Thomas Arnhold | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-02-01 | Remove unused file | Thomas Arnhold | |
2011-01-31 | Some cppcheck cleaning | Julien Nabet | |
2011-01-31 | initial FreeBSD work | Baptiste Daroussin | |
2011-01-26 | this is wrong, using a pointer to a temporary | Caolán McNamara | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-21 | extend assertion test | David Tardon | |
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-19 | Create process service factory early in all platforms. | Kohei Yoshida | |
Just so that we can remove one #ifdef UNX guard. The less of those the easier to maintain. | |||
2011-01-18 | Make --help and --version work even without $DISPLAY. | Lubos Lunak | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||
2011-01-18 | fix broken code indentation | Luboš Luňák | |
2011-01-18 | build with libpng 1.5.0 (fdo#33231) | Luboš Luňák | |
2011-01-18 | don't pushback and process a corrupt extension | Caolán McNamara | |
2011-01-18 | tweak G_SLICE to canonical always-malloc | Caolán McNamara | |
2011-01-16 | drop unused strings | Caolán McNamara | |
2011-01-16 | drop unused global OUStrings | Caolán McNamara | |
2011-01-15 | microopts equalsAsciiL faster than compareToAscii(const sal_Char*) | Caolán McNamara | |
2011-01-15 | equalsAsciiL faster than equalsAscii when length available | Caolán McNamara | |
2011-01-14 | unopkg crasher on SLED11-SP1 (bnc#655912) | Petr Mladek | |
activateExtension call broke memory if dp_misc::getIdentifier and xNewExtension were called inline; the problem was visible only with gcc-4.3.4 and did not appear with older or newer gcc versions valgrind got happy and unopkg stopped crashing after the values were passed via the extra variables it looks like a miscompilation; IMHO, it does not make sense to report it because it does not happen with last gcc version this code is not critical for the performance, so the workaround with extra variables is fine; they might even be optimized out by the compiler Signed off by Michael, Noel, Tor | |||
2011-01-14 | Be slightly more paranoid defensive | Tor Lillqvist | |
(cherry picked from commit f8bfab1f464d0f26accb6d28b31b4749306bbfda) Signed-off-by: Thorsten Behrens <thb@documentfoundation.org> | |||
2011-01-14 | Fix buffer size problem that broke MSI installer localization | Tor Lillqvist | |
(cherry picked from commit 5b7719a49fd57a9f446201fabc02bf1787dbbeee) Signed-off-by: Thorsten Behrens <thb@documentfoundation.org> |