Age | Commit message (Expand) | Author |
2015-06-06 | Apply new VclPtr clang plugin to catch potential problems. | Noel Grandin |
2015-06-04 | convert PropertyMode to scoped enum | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-06-02 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-29 | tdf#91702 - fix stack-based MessBox allocation. | Michael Meeks |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-28 | Rewrite all calls like Dialog(params).Execute() | Philippe Jung |
2015-05-26 | BASIC: Remove BasicCharClass::IsLetterTab | Arnaud Versini |
2015-05-26 | BASIC: User std::unique_ptr in basic runtime | Arnaud Versini |
2015-05-23 | Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7 | Julien Nabet |
2015-05-19 | tdf#90110: basic: fix Randomize statement | Michael Stahl |
2015-05-19 | basic: used typed LINKs | Noel Grandin |
2015-05-18 | missing semi | Caolán McNamara |
2015-05-18 | cppunit: noExplicitConstructor | Caolán McNamara |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-05-17 | remove unnecessary header file | Noel Grandin |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-12 | Missing disposeAndClear in MsgBox basic function | Philippe Jung |
2015-05-12 | tdf#90969: basic: add horrible hack to avoid crash due to ... | Michael Stahl |
2015-05-12 | Basic: Doesn't allow non ASCII characters in numeric literals | Arnaud Versini |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-07 | Unwind SotStorageStreamRef typedef | Stephan Bergmann |
2015-05-07 | Unwind SotStorageRef typedef | Stephan Bergmann |
2015-04-30 | tdf#84435: Mod operator does not deal with decimals as described in help | Julien Nabet |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END | Stephan Bergmann |
2015-04-29 | Remove unnecessary IMPL_LINK_INLINE macro | Stephan Bergmann |
2015-04-29 | convert STR_EVENT constants to scoped enum | Noel Grandin |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-28 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-04-28 | Dialog::Execute returns short/VclResponseType | Stephan Bergmann |
2015-04-28 | SbModule::Run return value is unused | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Update to XDocumentEventBroadcaster et al | Stephan Bergmann |
2015-04-19 | Related tdf#55502: Harden a bit | Julien Nabet |
2015-04-19 | callcatcher: update unusedcode | Caolán McNamara |
2015-04-18 | tdf#55502: Shell BASIC function with empty third param hangs | Julien Nabet |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-17 | basctl, basic: convert new to ::Create. | Michael Meeks |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-13 | BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector. | Arnaud Versini |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | first half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |