Age | Commit message (Expand) | Author | Files | Lines |
2013-03-27 | At least Mac OS X SDK 10.7 does not need that | Stephan Bergmann | 1 | -0/+4 |
2013-03-20 | fdo#46808, convert drawing::GraphicExportFilter to new style | Noel Grandin | 1 | -19/+4 |
2013-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann | 2 | -5/+5 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 7 | -21/+17 |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -3/+0 |
2013-03-06 | fdo#60148 Clean up warnings from the Clang compiler plugin | nccuong | 2 | -4/+6 |
2013-03-04 | doubled includes | Thomas Arnhold | 4 | -4/+0 |
2013-03-04 | remove unused and commented out code | Thomas Arnhold | 1 | -5/+0 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 1 | -1/+1 |
2013-03-03 | coverity#982270: fix copy&paste error | Markus Mohrhard | 1 | -1/+1 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-26 | String::CreateFromAscii removal | Ricardo Montania | 1 | -1/+1 |
2013-02-25 | remove some trivial duplicates | Thomas Arnhold | 1 | -1/+0 |
2013-02-24 | loplugin: unused variables | Thomas Arnhold | 1 | -1/+0 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 2 | -2/+2 |
2013-02-12 | Fix member variables not initialized in constructor | Julien Nabet | 3 | -3/+3 |
2013-02-09 | fix compile for change to boost 1.53.0 declaring smart pointer operator bool ... | Mark Wright | 6 | -6/+6 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 6 | -46/+44 |
2013-01-29 | fdo#59881 - sdremote: revert un-necessary locking change. | Michael Meeks | 1 | -5/+1 |
2013-01-28 | fdo#59881 - sdremote: give up on threaded / UNO usage. | Michael Meeks | 1 | -1/+5 |
2013-01-26 | gbuild: remove various pointless calls that don't add anything | Michael Stahl | 1 | -4/+0 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 2 | -1/+6 |
2013-01-20 | Another lacking parenthesis | Julien Nabet | 1 | -2/+1 |
2013-01-20 | Fix missing parenthesis | Julien Nabet | 1 | -1/+1 |
2013-01-15 | fdo#46808, Use service constructor for presentation::SlideShow | Noel Grandin | 1 | -8/+4 |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist | 2 | -4/+4 |
2013-01-11 | Avoid crash | Tor Lillqvist | 1 | -1/+1 |
2013-01-11 | I meant -1 of course, not -127 | Tor Lillqvist | 1 | -1/+1 |
2013-01-11 | Copy/paste error | Tor Lillqvist | 1 | -1/+1 |
2013-01-10 | Add note that these files are unused | Tor Lillqvist | 1 | -0/+4 |
2013-01-10 | Rename the "unx" folder to "generic" to match reality | Tor Lillqvist | 6 | -6/+6 |
2013-01-10 | We always define QUARTZ for Mac OS X | Tor Lillqvist | 1 | -4/+0 |
2013-01-10 | Make the OpenGL transition code buildable for Windows | Tor Lillqvist | 7 | -129/+115 |
2013-01-10 | The "unx" and "win" OGLTrans_Shaders.cxx files were effectively identical | Tor Lillqvist | 2 | -143/+1 |
2013-01-10 | It's not that new any longer;) | Tor Lillqvist | 1 | -1/+1 |
2013-01-09 | turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variables | Matúš Kukan | 1 | -1/+1 |
2013-01-07 | Cleanup: #include <tools/gen.hxx> | Matteo Casalin | 2 | -2/+4 |
2012-12-31 | Remove some unused functions | Marcos Paulo de Souza | 2 | -9/+0 |
2012-12-27 | Fix 'Primitive::operator=' should return 'Primitive & | Julien Nabet | 4 | -4/+4 |
2012-12-17 | Remove --with-stlport from LO 4.0 | Stephan Bergmann | 1 | -1/+1 |
2012-12-10 | WaE: non-constant-expression cannot be narrowed to float in initializer list | Tor Lillqvist | 1 | -1/+1 |
2012-12-06 | commit delete various unused makefile.mks | Caolán McNamara | 1 | -38/+0 |
2012-12-06 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -16/+0 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 1 | -2/+0 |
2012-11-28 | fix first run of shader-using 3D transitions | David Tardon | 1 | -0/+5 |
2012-11-28 | fix 3D slide trans. initialization | David Tardon | 1 | -19/+48 |
2012-11-23 | Remove some newly tagged unused methods | Julien Nabet | 2 | -7/+0 |
2012-11-22 | fix 3D 'fade' transitions | David Tardon | 1 | -2/+365 |
2012-11-22 | fix Fade Smoothly transition | David Tardon | 1 | -4/+5 |
2012-11-22 | refactor OpenGL transition creation | David Tardon | 3 | -496/+939 |