Age | Commit message (Expand) | Author | Files | Lines |
2014-04-05 | fdo#43157 : clean up OSL_DEBUG_ONLY | Michaël Lefèvre | 1 | -2/+7 |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin | 3 | -3/+3 |
2014-04-01 | Explicitly mark overriding destructors as "virtual," Mac OS X redux | Stephan Bergmann | 1 | -6/+6 |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann | 5 | -11/+11 |
2014-03-27 | SAL_OVERRIDE, Mac OS X slideshow redux | Stephan Bergmann | 2 | -20/+20 |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann | 75 | -468/+468 |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | 3 | -45/+45 |
2014-03-22 | coverity#708177 Uninitialized scalar field | Caolán McNamara | 1 | -1/+2 |
2014-03-15 | coverity#982470 Dereference after null check | Caolán McNamara | 1 | -1/+3 |
2014-03-10 | fdo#60698: Split out slideshow code from animations | Marcos Paulo de Souza | 7 | -50/+471 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 5 | -83/+83 |
2014-02-25 | (a/A)utomaticaly -> (a/A)utomatically | Julien Nabet | 3 | -3/+3 |
2014-02-25 | Remove visual noise from slideshow | Alexander Wilms | 49 | -166/+164 |
2014-02-25 | loplugin:bodynotinblock, loplugin:literaltoboolconversion | Stephan Bergmann | 2 | -12/+12 |
2014-02-23 | Remove unneccessary comments | Alexander Wilms | 20 | -112/+112 |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann | 3 | -10/+10 |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert | 1 | -0/+2 |
2014-02-19 | coverity#738842 Uninitialized scalar field | Caolán McNamara | 1 | -0/+1 |
2014-02-19 | coverity#738843 Uninitialized scalar field | Caolán McNamara | 1 | -0/+3 |
2014-02-19 | coverity#984143 Uninitialized scalar field | Caolán McNamara | 1 | -13/+29 |
2014-02-12 | glx 1.3 is already supported in out base line | Markus Mohrhard | 1 | -13/+13 |
2014-01-17 | bool improvements | Stephan Bergmann | 1 | -1/+1 |
2014-01-14 | longparas: remove now broken STRING_LEN uses | Caolán McNamara | 1 | -7/+6 |
2014-01-13 | longparas: convert ValidateKashidas to sal_Int32 | Caolán McNamara | 1 | -0/+1 |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin | 1 | -5/+5 |
2013-12-20 | typo fixes | Andras Timar | 1 | -1/+1 |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann | 2 | -4/+4 |
2013-12-05 | Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5 | Tor Lillqvist | 1 | -1/+1 |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin | 1 | -7/+4 |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL | Noel Grandin | 3 | -15/+11 |
2013-11-20 | avmedia: Implement "block untrusted referer links" feature | Stephan Bergmann | 2 | -2/+2 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString constructor | Noel Grandin | 2 | -6/+2 |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin | 1 | -1/+1 |
2013-11-14 | Moved some hxx that were included once... | Marcos Paulo de Souza | 10 | -548/+338 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -5/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -17/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -9/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -2/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -15/+0 |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin | 1 | -1/+1 |
2013-10-31 | Resolves: #i123433# Detect pseudo-vertices at svg import... | Armin Le Grand | 1 | -1/+1 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 8 | -8/+8 |
2013-10-18 | random OUString to String conversions | Noel Grandin | 1 | -2/+1 |
2013-10-15 | update pch | Thomas Arnhold | 1 | -1/+0 |
2013-10-09 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -3/+0 |
2013-10-08 | slideshow: remove cruft, align formatting. | Thorsten Behrens | 1 | -13/+4 |
2013-10-08 | oglcanvas: XCanvas != XBitmap kill another instance | Thorsten Behrens | 3 | -54/+40 |
2013-10-07 | Fix opengl transitions some more. | Thorsten Behrens | 1 | -15/+4 |
2013-10-07 | XCanvas does no longer imply XBitmapCanvas | Thorsten Behrens | 3 | -10/+13 |
2013-10-04 | Resolves: rhbz#1012379 draw audio-placeholder in presentation mode | Caolán McNamara | 1 | -5/+36 |