summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol
AgeCommit message (Expand)Author
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-10loplugin:cstylecastStephan Bergmann
2014-12-04Don't start Impress Remote server in headless mode.Andrzej Hunt
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-14Silence winsock deprecation warningStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-04remotecontrol: required version for MacOSX is 10.8Riccardo Magliocchetti
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-07Disable sdremote by default, and improve flow control.Michael Meeks
2014-10-06Missing includeStephan Bergmann
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-09-01Partially revert: fixincludeguards.sh: sdThomas Arnhold
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-19error C2296: '<<' : illegal, left operand has type 'const char [28]'Miklos Vajna
2014-08-13warning C4189 local variable initialized but not referencedMichael Stahl
2014-08-07cppcheck: va_list 'args' was opened but not closed by va_end()Julien Nabet
2014-08-05fdo#81552 Fail nicely if avahi doesn't let libreoffice publish itemsBryan Quigley
2014-07-06error: could not convert from 'void' to 'bool'Miklos Vajna
2014-07-06coverity#982182: Unchecked return valueNorbert Thiebaud
2014-07-06coverity#1202762: Unchecked return valueNorbert Thiebaud
2014-07-06coverity#1202763: Unchecked return valueNorbert Thiebaud
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-30-WaE: nested template problems.Andrzej Hunt
2014-06-30Allow removal of remotes even if Server not running.Andrzej Hunt
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-13elated fdo#60338: #error on umask(3) calls in currently unused codeStephan Bergmann
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-22Kill unneeded include.Andrzej Hunt
2014-04-17remove executable bitAndras Timar
2014-04-17coverity#1202882 Dereference before null checkCaolán McNamara
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-10fdo#74697 Add Bluez 5 support for impress remote.Andrzej Hunt
2014-04-10Revert "fdo#74697 Add Bluez 5 support for impress remote."Andrzej Hunt
2014-04-10fdo#74697 Add Bluez 5 support for impress remote.Andrzej Hunt
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-29coverity#1194941 Uninitialized scalar fieldCaolán McNamara
2014-03-27SAL_OVERRIDE, Mac OS X sd reduxStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-18fdo#75328 Do DiscoveryService socket setup off the main thread.Andrzej Hunt