summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-4/+4
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-04tdf#91529 hopefully fixes the issue by painting immediatelyTomaž Vajngerl1-5/+14
2015-06-03Build time option --disable-extension-updateKatarina Behrens2-2/+11
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-4/+4
2015-05-29loplugin:loopvartoosmallNoel Grandin3-5/+5
2015-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-0/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-05-26desktop: simplify code by std::none_ofTakeshi Abe3-8/+9
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2-5/+5
2015-05-25convert TOTOP constants to scoped enumNoel Grandin3-5/+5
2015-05-23Look for libsofficeapp.dylib in the right place on OS XTor Lillqvist1-0/+2
2015-05-23Build the LibreOfficeKit bits for OS X, tooTor Lillqvist1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin2-13/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-5/+5
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-15/+0
2015-05-20desktop: add soffice --record parameter for easy use of rrMichael Stahl2-4/+19
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+2
2015-05-16refactor desktop classes to use RenderContextTomaž Vajngerl3-138/+133
2015-05-12Fixup my earlier quoting fix.Thorsten Behrens1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks3-5/+3
2015-05-11Add some quoting to shell scripts.Thorsten Behrens4-19/+19
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks3-3/+3
2015-05-11Improve exception messageStephan Bergmann1-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks3-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-5/+5
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks3-5/+8
2015-05-09coverity#1257113 Uninitialized pointer fieldCaolán McNamara1-2/+3
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-4/+4
2015-05-08read_percent returns ProgressStatus, not sal_BoolStephan Bergmann1-1/+1
2015-05-06Nah, the Android NDK we use doesn't have std::to_string()Tor Lillqvist1-3/+1
2015-05-06Include <string>Tor Lillqvist1-0/+2
2015-05-06Add support for progress bar callbacks to LibreOfficeKitTor Lillqvist1-2/+43
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin3-8/+6
2015-05-06tdf#91090 - avoid de-referencing DIALOG_NO_PARENT (-1)Michael Meeks2-14/+16
2015-05-05loplugin:staticmethodsNoel Grandin2-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-8/+4
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-3/+2
2015-05-04Use gb_Module_add_check_targets to add CppunitTestStephan Bergmann1-1/+4
2015-05-04Enable desktop/qa/deployment_misc/test_dp_version.cxxStephan Bergmann2-0/+24
2015-04-30Gradually typed LinkStephan Bergmann6-13/+13
2015-04-29desktop: pJSON may be 0 in jsonToPropertyValues()Miklos Vajna1-17/+20
2015-04-29Fix for gcc 4.6.3Juergen Funk1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-29fix dubious casts post VclPtr-ingCaolán McNamara2-4/+14
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl3-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks21-231/+365