Age | Commit message (Expand) | Author |
2015-04-09 | svtools: apply vcl::window refcounting changes | Noel Grandin |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-01 | loplugin:staticfunction | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Resolves: tdf#90228 1.06 turns into a monster | Caolán McNamara |
2015-03-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-26 | tdf#67990: Management of case in combobox | Julien Nabet |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-06 | Idle Timer: Invented Base Class | Tobias Madl |
2015-03-06 | Idle and Timer are now completely independent | Tobias Madl |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-02-24 | Avoid unnecessary bad downcasts to Button | Stephan Bergmann |
2015-02-18 | Typos | Julien Nabet |
2015-02-16 | tdf#78174: toolkit: work around GCC 4.9 -Os link failure | Michael Stahl |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-27 | Resolves: #i98734# save/load ScaleMode property of image control on dialogs | Tsutomu Uchino |
2015-01-23 | calling alloca() requires #include <sal/alloca.h> | Michael Stahl |
2015-01-20 | Some more loplugin:cstylecast: toolkit | Stephan Bergmann |
2015-01-12 | convert SETTINGS_ #defines to 'enum class' | Noel Grandin |
2015-01-12 | fdo#84938: replace DATACHANGED_ constants with 'enum class' | Noel Grandin |
2015-01-12 | java: simplify sleeping and waiting in tests | Noel Grandin |
2015-01-10 | Fix long/sal_IntPtr mismatch on x86_64 platform on windows | David Ostrovsky |
2015-01-09 | Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename" | Matúš Kukan |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | Use SVLIBRARY instead of gb_Library_get_runtime_filename | Stephan Bergmann |
2015-01-05 | Some loplugin:revisibility clean-up | Stephan Bergmann |
2015-01-05 | java: unnecessary method overrides | Noel Grandin |
2015-01-05 | java: remove more dead code | Noel Grandin |
2015-01-05 | java: was passing the wrong thing to the remove method | Noel Grandin |
2015-01-05 | java: remove unnecessary reflection in toolkit tests | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2015-01-04 | cppcheck: Possible inefficient checking for <var> emptiness | Julien Nabet |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-19 | java: fix access to always null field | Noel Grandin |
2014-12-19 | java: synching on a global object is not very useful | Noel Grandin |
2014-12-19 | java: dodgy synchronisation around clear | Noel Grandin |
2014-12-18 | toolkit: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-18 | No need for libotouch any more here | Tor Lillqvist |
2014-12-18 | Kill createScreenCompatibleDeviceUsingBuffer | Tor Lillqvist |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |