Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-22 | always set event description | David Tardon | 6 | -46/+13 |
2012-11-22 | OSL_TRACE -> SAL_INFO | David Tardon | 1 | -25/+29 |
2012-11-22 | make conditionally-compiled code easier to read | David Tardon | 1 | -4/+14 |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks | 1 | -150/+16 |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin | 1 | -6/+2 |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | 4 | -8/+0 |
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: | Michael Stahl | 1 | -1/+1 |
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris | Michael Stahl | 1 | -4/+4 |
2012-09-28 | gbuild: clean up Mac OS X framework handling: | Michael Stahl | 1 | -1/+1 |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | 4 | -4/+8 |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | 4 | -0/+4 |
2012-09-28 | SetPosSizePixel->setPosSizePixel | Caolán McNamara | 2 | -2/+2 |
2012-09-28 | having two SetPosSizePixel is a blasted nuisance | Caolán McNamara | 1 | -1/+1 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 1 | -12/+0 |
2012-09-07 | convert OSL_ debug funcs to SAL_ | David Tardon | 1 | -2/+2 |
2012-09-07 | more refactoring | David Tardon | 1 | -23/+38 |
2012-09-07 | refactor the OGLTransitionerImpl init. a bit | David Tardon | 1 | -33/+36 |