summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol
AgeCommit message (Expand)Author
2015-09-25sd/source/ui/tools boost->stdCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-27remove some unused definesNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
2015-06-18Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Fix tdf#90911 wrong parameter size on getsocknameJuergen Funk
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Missing constStephan Bergmann
2015-03-28loplugin:cstylecastStephan Bergmann
2015-03-28Blind fix for non-standard send(2) signature on WindowsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-03-05sd: fix non-WNT buildMichael Stahl
2015-03-05sd: BluetoothServer: fix deprecation warning C4996, use WSAQUERYSETWMichael Stahl
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-22IndentJulien Nabet
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