summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Listener.cxx
AgeCommit message (Expand)Author
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen
2019-10-15new loplugin:bufferaddNoel Grandin
2019-01-02tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxxGabor Kelemen
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2017-07-02loplugin:casttovoid: sdStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-02android: improve remote control debugging.Michael Meeks
2013-04-30sdremote: protcol debug for send to match that for recv.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-28fdo#59881 - sdremote: give up on threaded / UNO usage.Michael Meeks
2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens
2012-11-22Fix race & deadlock in sdremoteThorsten Behrens
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt
2012-08-06Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt
2012-08-06Renamed Server to RemoteServer for obviousness.Andrzej J.R. Hunt
2012-08-06Added automatic hiding of clockbar as necessary.Andrzej J.R. Hunt
2012-08-06Implemented Thumbnail activity.Andrzej J. R. Hunt
2012-08-06Fixed a further bug in the Listener cycle. Refactored image storage.Andrzej J. R. Hunt
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt
2012-08-06Fixed Listener registration and destruction for all cases.Andrzej J. R. Hunt
2012-08-06Fixed the Listener lifecycle, prevents crash on slideshow exit.Andrzej J. R. Hunt
2012-08-06Finally fixed the Transmitter bug.Andrzej J. R. Hunt
2012-08-06Further minor improvements, attempt to fix the Transmitter bug.Andrzej J. R. Hunt
2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt
2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt
2012-08-06Fixed constructor issue in Listener, fixed usage of Transmitter.Andrzej J. R. Hunt
2012-08-06Added registration of the slideshow listener.Andrzej J. R. Hunt
2012-08-06Create listener when presentation is started.Andrzej J. R. Hunt
2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt
2012-08-06Intermediate commit for mmeeks.Andrzej J. R. Hunt
2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt