Age | Commit message (Expand) | Author |
2015-05-02 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist |
2015-04-28 | some build fixes | Caolán McNamara |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-22 | convert TREEBOX_ALLITEM constants to scoped enum | Noel Grandin |
2015-04-22 | convert TREEFLAG_ constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:redundantcast: redundant const_cast followed by implicit upcast | Stephan Bergmann |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-10 | More misc. cleanup. | Michael Meeks |
2015-04-10 | vclwidget: make sure we have an explicit destructor | Noel Grandin |
2015-04-10 | accessibility: cleanup for updated toolkit API. | Michael Meeks |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-03 | Resolves: tdf#82998 no object:active descendant changed emitted | Caolán McNamara |
2015-04-03 | Related: tdf#82998 rearrange, no logic change | Caolán McNamara |
2015-04-03 | Related: tdf#82998 assume VALUE_CHANGED makes sense only for windows | Caolán McNamara |
2015-04-03 | Related: tdf#82998 don't emit an Indeterminate state change for boxes | Caolán McNamara |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-20 | tdf#88230: cleanup solar mutex yielding | Pranav Kant |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-24 | Avoid unnecessary bad downcasts to ToolBox | Stephan Bergmann |
2015-02-22 | Typo: aditional->additional | Julien Nabet |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-02 | callcatcher: remove some unused methods | Caolán McNamara |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-27 | tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updated | Niklas Johansson |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-07 | Accessibility: Expose keyboard short-cuts of menu entries | Niklas Johansson |
2015-01-06 | fdo#84938: replace BUTTONTYPE_ constants with 'enum class' | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-27 | boost::unordered_map -> c++11 std::unordered_map | Caolán McNamara |
2014-12-08 | reduce scope of local variables | Michael Weghorn |
2014-11-30 | fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator | Maxim Monastirsky |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-05 | fdo#84938: replace TOOLBOXITEM_ constants with enum | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-11-01 | fdo#84938: replace MIB_ constants with enum | Noel Grandin |
2014-10-23 | fdo#84938: replace MENUITEM constants with enum | Noel Grandin |
2014-10-20 | fdo#84938: replace TIB_ constants with enum | Noel Grandin |
2014-10-18 | convert SV_BMP_ constants to enum | Noel Grandin |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-10-08 | coverity#1242517 Arguments in wrong order (gold ?) | Caolán McNamara |
2014-10-03 | coverity#1242449 Identical code for different branches | Caolán McNamara |
2014-10-02 | loplugin: cstylecast | Noel Grandin |