Age | Commit message (Expand) | Author | Files | Lines |
2015-11-17 | use unique_ptr for pImpl in vcl,vbahelper,uui | Noel Grandin | 2 | -2/+2 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 1 | -3/+1 |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian | 1 | -116/+51 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 6 | -10/+10 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 2 | -3/+3 |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin | 2 | -7/+3 |
2015-11-04 | yyyyy | Noel Grandin | 1 | -1/+1 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 1 | -2/+2 |
2015-10-20 | Gracefully handle URLs INetURLObject refuses to parse | Stephan Bergmann | 1 | -1/+3 |
2015-10-20 | tdf#89694 Password dialog for opening OOXML shows url-encoded path | Tomofumi Yagi | 1 | -2/+5 |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann | 2 | -3/+3 |
2015-10-16 | convert Link<> to typed | Noel Grandin | 2 | -3/+2 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 14 | -27/+27 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 2 | -4/+4 |
2015-09-17 | boost->std | Caolán McNamara | 7 | -21/+19 |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 4 | -8/+8 |
2015-09-10 | remove more warnings about vba export | Markus Mohrhard | 3 | -26/+5 |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann | 2 | -4/+4 |
2015-08-28 | make PostUserEvent Link<> typed | Noel Grandin | 2 | -12/+6 |
2015-08-26 | Convert vcl Button Link<> click handler to typed Link<Button*,void> | Noel Grandin | 16 | -54/+32 |
2015-08-21 | loplugin: defaultparams | Noel Grandin | 3 | -3/+3 |
2015-08-19 | Consolidate isFileUrl checks | Stephan Bergmann | 1 | -3/+2 |
2015-08-19 | Clean up remaining utl::LocalFileHelper::Convert... | Stephan Bergmann | 1 | -1/+0 |
2015-08-18 | ConvertURLToSystemPath->getSystemPathFromFileURL | Caolán McNamara | 1 | -2/+3 |
2015-08-14 | left align in the login box | Szymon Kłos | 1 | -4/+4 |
2015-08-03 | new loplugin: refcounting | Noel Grandin | 1 | -1/+1 |
2015-07-15 | loplugin:unusedmethods accessibility,fpicker,uui | Noel Grandin | 2 | -11/+2 |
2015-07-06 | remove some unnecessary typedefs around uno::Reference | Noel Grandin | 1 | -3/+1 |
2015-06-15 | more untranslatable UI strings | Andras Timar | 2 | -5/+5 |
2015-06-15 | untranslatable UI string (since 2009) | Andras Timar | 1 | -1/+1 |
2015-06-02 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -1/+1 |
2015-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara | 7 | -11/+11 |
2015-05-14 | make hardcoded string localizable | Andras Timar | 3 | -1/+19 |
2015-05-10 | No more need for EMPTYARG in C++11 | Stephan Bergmann | 1 | -2/+2 |
2015-05-08 | VclPtr: presumably these also leak | Caolán McNamara | 1 | -6/+5 |
2015-05-08 | VclPtr: presumably these also leak | Caolán McNamara | 1 | -4/+2 |
2015-05-08 | VclPtr: AlreadyOpenQueryBox doesn't get deleted | Caolán McNamara | 1 | -3/+2 |
2015-05-07 | convert BUTTONDIALOG constants to scoped enum | Noel Grandin | 5 | -16/+16 |
2015-05-01 | VclPtr: error dialogs never deleted | Caolán McNamara | 1 | -0/+3 |
2015-04-30 | Gradually typed Link | Stephan Bergmann | 2 | -3/+3 |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks | 24 | -106/+254 |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann | 1 | -4/+4 |
2015-04-16 | UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. | Michael Meeks | 3 | -14/+14 |
2015-04-10 | convert ScopedVclPtr to ScopedVclPtrInstance | Noel Grandin | 3 | -7/+5 |
2015-04-10 | dialogs lifetimes should be wrapped in ScopedVclPtr | Noel Grandin | 3 | -5/+5 |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks | 5 | -6/+6 |
2015-04-10 | second half of non-scriptable, Instance constructor conversion. | Michael Meeks | 1 | -4/+4 |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin | 5 | -8/+8 |
2015-04-10 | Move OutputDevice members to VclPtr: filter, reportdesign, uui. | Michael Meeks | 1 | -2/+2 |