Age | Commit message (Expand) | Author |
2015-07-17 | in remainingSize consider that its is possible to seek past the end | Caolán McNamara |
2015-07-16 | tools: replace boost::ptr_vector with std::unordered_map | Michael Stahl |
2015-07-15 | Revert "tools: replace boost::ptr_vector with std::unordered_map" | Norbert Thiebaud |
2015-07-16 | tools: replace boost::ptr_vector with std::unordered_map | Michael Stahl |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-09 | add some unit tests for tools::Rectangle | Tomaž Vajngerl |
2015-07-07 | -1 -> Z_ERRNO for clarity | Caolán McNamara |
2015-07-07 | Replace GetAppData(SHL_ERR) with an rtl::Static | Stephan Bergmann |
2015-07-07 | Unused #ifdef BOOTSTRAP | Stephan Bergmann |
2015-07-06 | only inflate if status from InitDecompress is good | Caolán McNamara |
2015-07-02 | loplugin:unusedmethods tools | Noel Grandin |
2015-06-30 | remove some unnecessary typedefs to pointer | Noel Grandin |
2015-06-29 | remove custom RTTI from SvDataCopyStream | Noel Grandin |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-04 | convert B2VectorContinuity to scoped enum | Noel Grandin |
2015-06-03 | -fsanitize=nonnull-attribute in memcpy call | Stephan Bergmann |
2015-06-02 | -fsanitize=nonnull-attribute in memcpy call | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-25 | callcatcher: update unused code | Caolán McNamara |
2015-05-19 | tools: check for data loss in WriteFraction | Michael Stahl |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-07 | Add ability to change tint/shade of a color. | Tomaž Vajngerl |
2015-05-07 | extend color test - check read & write from stream | Tomaž Vajngerl |
2015-04-29 | Clean up tools/link.hxx | Stephan Bergmann |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | enhancement : tdf#90225 Cannot open compressed csv files from calc | Dennis Francis |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-20 | Clean up new rtl/surrogates.h | Stephan Bergmann |
2015-04-20 | duplicate surrogate code | Caolán McNamara |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-16 | tools: leave ErrorContext with a vcl::Window * for now. | Michael Meeks |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | Make ErrorContext includers happier. | Michael Meeks |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-10 | No need to go via floating-point calculations | Stephan Bergmann |
2015-04-09 | Change tools::Time::GetSystemTicks to sal_uInt64 | Stephan Bergmann |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-07 | Remove dead INetProtocol::Out | Stephan Bergmann |
2015-04-07 | Remove dead INetProtocol::Vim | Stephan Bergmann |
2015-04-02 | Kill INetProtocol::News | Tor Lillqvist |
2015-04-02 | Kill INetProtocol::Imap and Pop3 | Tor Lillqvist |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | Plug the hole in INetProtocol | Stephan Bergmann |