Age | Commit message (Expand) | Author |
2013-05-06 | fdo#62475 - remove ASCII art | Philipp Riemer |
2013-05-06 | cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal | Philipp Riemer |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-25 | Mark TypeDescriptionProvider service as "don't create by name" | Stephan Bergmann |
2013-04-22 | Revert "Revert "WIP: Experimental new binary type.rdb format"" | Stephan Bergmann |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-19 | Remove any remaining remnants of unused component_canUnload feature | Stephan Bergmann |
2013-04-19 | remove unused component_canUnload functions | Matúš Kukan |
2013-04-16 | Unused include | Stephan Bergmann |
2013-04-16 | stoc: do not use rtl/unload.h functionality | Matúš Kukan |
2013-04-16 | Related rhbz#867808: More apparently bogus "throw new ..." in C++ code | Stephan Bergmann |
2013-04-16 | rhbz#867808 Do not throw RuntimeException by pointer | Stephan Bergmann |
2013-04-15 | prefix all component_getFactory methods | Peter Foley |
2013-04-11 | Avoid an endless stream of NoSuchElementException exceptions. | Jan Holesovsky |
2013-04-10 | Introduce characters utilities in rtl/character.hxx | Arnaud Versini |
2013-04-10 | remove commented out code | Thomas Arnhold |
2013-04-07 | remove needless forward rtl::OUString declarations | Luboš Luňák |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-30 | OSL_FAIL -> SAL_WARN | Thomas Arnhold |
2013-03-27 | -Wunused-macros | Stephan Bergmann |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann |
2013-03-19 | further OUString cleanup | Thomas Arnhold |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks |
2013-03-09 | Revert "WIP: Experimental new binary type.rdb format" | Stephan Bergmann |
2013-03-09 | WIP: Experimental new binary type.rdb format | Stephan Bergmann |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-03-04 | doubled namespace | Thomas Arnhold |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold |
2013-03-01 | Translated comments from german to english | Stefan Schick |
2013-02-28 | remove all d.lst | Michael Stahl |
2013-02-25 | remove some trivial duplicates | Thomas Arnhold |
2013-02-24 | translated some german comments, removed commented code blocks | Hamza Abdelkebir |
2013-02-23 | Fix typo accessable/accessible | Julien Nabet |
2013-02-21 | osl_atomic_increment/decrement are macros | Stephan Bergmann |
2013-02-20 | Translated comments from german to english | Stefan Schick |
2013-02-19 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan |
2013-02-19 | Translated some comments from german to english | Stefan Schick |
2013-02-11 | fdo#46808, Use singleton util::theMacroExpander new-style constructor | Noel Grandin |
2013-02-08 | catch exceptions by const ref | Caolán McNamara |
2013-01-30 | API CHANGE: Make TypeDescriptionManager/Provider more consistent | Stephan Bergmann |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2013-01-27 | Fix uninitialized variables | Julien Nabet |
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl |
2013-01-26 | Remove redundant braces around for loops | Stephan Bergmann |
2013-01-21 | Fix parenthesis and simplify | Julien Nabet |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac |