Age | Commit message (Expand) | Author |
2017-04-27 | split nTypeAndId into two fields in ImpContent | Noel Grandin |
2017-04-27 | no bitmaps in .src files anymore | Caolán McNamara |
2017-04-26 | loplugin:unusedmethods | Noel Grandin |
2017-04-26 | extend unit test for INetMIME::scanContentType | Jochen Nitschke |
2017-04-25 | errinf.hxx moved out of tools and into vcl module | Chris Sherlock |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-24 | tools: cleanup tools/source/ref/errinf.cxx | Chris Sherlock |
2017-04-23 | tools: change internal DynamicErrorInfo struct name | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-21 | remove unnecessary explicit linefeeds from end of SAL and OSL log calls | Noel Grandin |
2017-04-21 | remove some old MSVC workarounds | Noel Grandin |
2017-04-20 | loplugin:unusedmethods | Noel Grandin |
2017-04-19 | remove freshly unused menu support from src files | Caolán McNamara |
2017-04-12 | Add minimal INetMIME::scanContentType test and fix bugs thus found | Stephan Bergmann |
2017-04-12 | Revert "remove duplicate charset entries" | Noel Grandin |
2017-04-12 | remove duplicate charset entries | Jochen Nitschke |
2017-04-10 | loplugin:inlinefields in INetMIMEMessageStream | Noel Grandin |
2017-04-09 | use correct string length | Jochen Nitschke |
2017-04-07 | loplugin:redundantcast find cstyle arithmetic casts | Noel Grandin |
2017-04-06 | loplugin:useuniqueptr extend to catch more localvar cases | Noel Grandin |
2017-04-04 | loplugin:redundantcast (clang-cl) | Stephan Bergmann |
2017-04-03 | tdf#39468 Translate German comments | Jens Carl |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna |
2017-03-29 | loplugin:unusedmethods | Noel Grandin |
2017-03-29 | Close already calls unlockFile | Markus Mohrhard |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann |
2017-03-23 | No need for a temporary OString here | Stephan Bergmann |
2017-03-22 | Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) | Stephan Bergmann |
2017-03-22 | check for overflow in multiply | Caolán McNamara |
2017-03-22 | Prevent calls to rtl/character.hxx functions with (signed) char arguments | Stephan Bergmann |
2017-03-22 | loplugin:redundantcast find redundant c-style enum casts | Noel Grandin |
2017-03-21 | duplicate rational::operator*= into tools | Caolán McNamara |
2017-03-14 | make o3tl::strong_int constructor explicit | Noel Grandin |
2017-03-13 | ofz#853 oom in svm | Caolán McNamara |
2017-03-13 | merge these similar buffer flushes together | Caolán McNamara |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-03-02 | readonly SvMemoryStream shouldn't allow resize | Caolán McNamara |
2017-03-02 | ReAllocateMemory mustn't delete data it doesn't own | Caolán McNamara |
2017-03-02 | Fix typos | Andrea Gelmini |
2017-03-01 | ofz: Z_NEED_DICT is unsupported | Caolán McNamara |
2017-02-28 | Avoid -fsanitize=null | Stephan Bergmann |
2017-02-27 | Remove odd check that writeUInt32 indeed writes four bytes | Stephan Bergmann |
2017-02-26 | loplugin:loopvartoosmall | Stephan Bergmann |
2017-02-21 | Move INetMIME::getHexDigit(int to its only place of use | Stephan Bergmann |
2017-02-21 | loplugin:unusedmethods | Noel Grandin |
2017-02-21 | Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_Impl | Stephan Bergmann |
2017-02-20 | Use more appropriate function name | Stephan Bergmann |
2017-02-20 | convert EncodedWordState to scoped enum | Noel Grandin |
2017-02-15 | tdf#103221 recoded clear if-else sequence | Fakabbir Amin |