Age | Commit message (Expand) | Author |
2013-02-12 | Fix member variables not initialized in constructor | Julien Nabet |
2013-02-09 | fix compile for change to boost 1.53.0 declaring smart pointer operator bool ... | Mark Wright |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2013-01-29 | fdo#59881 - sdremote: revert un-necessary locking change. | Michael Meeks |
2013-01-28 | fdo#59881 - sdremote: give up on threaded / UNO usage. | Michael Meeks |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist |
2013-01-11 | Avoid crash | Tor Lillqvist |
2013-01-11 | I meant -1 of course, not -127 | Tor Lillqvist |
2013-01-11 | Copy/paste error | Tor Lillqvist |
2013-01-10 | Add note that these files are unused | Tor Lillqvist |
2013-01-10 | Rename the "unx" folder to "generic" to match reality | Tor Lillqvist |
2013-01-10 | We always define QUARTZ for Mac OS X | Tor Lillqvist |
2013-01-10 | Make the OpenGL transition code buildable for Windows | Tor Lillqvist |
2013-01-10 | The "unx" and "win" OGLTrans_Shaders.cxx files were effectively identical | Tor Lillqvist |
2013-01-09 | turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variables | Matúš Kukan |
2013-01-07 | Cleanup: #include <tools/gen.hxx> | Matteo Casalin |
2012-12-31 | Remove some unused functions | Marcos Paulo de Souza |
2012-12-27 | Fix 'Primitive::operator=' should return 'Primitive & | Julien Nabet |
2012-12-17 | Remove --with-stlport from LO 4.0 | Stephan Bergmann |
2012-12-10 | WaE: non-constant-expression cannot be narrowed to float in initializer list | Tor Lillqvist |
2012-12-06 | -Werror,-Wunused-function | Stephan Bergmann |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-28 | fix first run of shader-using 3D transitions | David Tardon |
2012-11-28 | fix 3D slide trans. initialization | David Tardon |
2012-11-23 | Remove some newly tagged unused methods | Julien Nabet |
2012-11-22 | fix 3D 'fade' transitions | David Tardon |
2012-11-22 | fix Fade Smoothly transition | David Tardon |
2012-11-22 | refactor OpenGL transition creation | David Tardon |
2012-11-22 | always set event description | David Tardon |
2012-11-22 | OSL_TRACE -> SAL_INFO | David Tardon |
2012-11-22 | make conditionally-compiled code easier to read | David Tardon |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin |
2012-09-28 | SetPosSizePixel->setPosSizePixel | Caolán McNamara |
2012-09-28 | having two SetPosSizePixel is a blasted nuisance | Caolán McNamara |
2012-09-07 | convert OSL_ debug funcs to SAL_ | David Tardon |
2012-09-07 | more refactoring | David Tardon |
2012-09-07 | refactor the OGLTransitionerImpl init. a bit | David Tardon |
2012-09-07 | shuffle #ifdefs around a bit | David Tardon |
2012-09-07 | more indentation fixes | David Tardon |
2012-09-07 | drop useless nested anonymous namespace | David Tardon |
2012-09-07 | add more timing code | David Tardon |
2012-09-07 | simplify time profiling | David Tardon |
2012-09-07 | use meaningful names for debugging variables | David Tardon |
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-17 | switch logging from OSL_ to SAL_ | David Tardon |
2012-08-17 | fix indentation | David Tardon |
2012-08-17 | do not paint background if no fade color was set | David Tardon |
2012-08-17 | fix copypasta | David Tardon |
2012-08-14 | fix "uncover" slide transitions with presenter console | David Tardon |