summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Receiver.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: sdStephan Bergmann1-1/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-10/+10
2017-06-26loplugin:oncevar in sdNoel Grandin1-2/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-6/+3
2015-10-29com::sun::star->css in sdNoel Grandin1-2/+2
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2013-09-02remove unused commentsSiqi LIU1-5/+0
2013-08-04request immdiateupdate for pointerSymbol, but bad performanceSiqi LIU1-6/+28
2013-08-04pointer display on the screenSiqi LIU1-4/+62
2013-08-02android: improve remote control debugging.Michael Meeks1-1/+0
2013-08-01add new debug area and use SAL_INFO instead for debug infoSiqi LIU1-3/+4
2013-07-25minor updates for avahi/bonjour refacotrationSiqi LIU1-3/+3
2013-07-25patch for reviewSiqi LIU1-3/+13
2013-07-18add pointer in receiver...but don't know how to draw that pointSiqi LIU1-0/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+1
2013-02-19Fix crashes in sdremote after suspend/resume cycles.Thorsten Behrens1-1/+2
2013-01-28fdo#59881 - sdremote: give up on threaded / UNO usage.Michael Meeks1-1/+23
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-4/+2
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt1-2/+0
2012-08-07this file does not use base64 conversions at allDavid Tardon1-2/+0
2012-08-06warning C4101: unreferenced local variableMichael Stahl1-1/+1
2012-08-06Added automatic hiding of clockbar as necessary.Andrzej J.R. Hunt1-1/+4
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt1-96/+1
2012-08-06Further minor improvements, attempt to fix the Transmitter bug.Andrzej J. R. Hunt1-0/+1
2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt1-5/+5
2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt1-1/+1
2012-08-06Fixed constructor issue in Listener, fixed usage of Transmitter.Andrzej J. R. Hunt1-6/+1
2012-08-06Added registration of the slideshow listener.Andrzej J. R. Hunt1-2/+3
2012-08-06Create listener when presentation is started.Andrzej J. R. Hunt1-1/+0
2012-08-06Added additional commands and parsing.Andrzej J. R. Hunt1-9/+43
2012-08-06trivial compile fixesMichael Meeks1-2/+2
2012-08-06Transmitter for queuing of messages (Client->Server), fixed protocol.Andrzej J. R. Hunt1-12/+21
2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt1-62/+31
2012-08-06some namespace cleanups and explict type for AnysMichael Meeks1-22/+21
2012-08-06Changed from JSON to plaintext for Server->Client. Namespace usage cleanup.Andrzej J. R. Hunt1-69/+39
2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt1-39/+146
2012-08-06Fixed remote control code to work correctly.Andrzej J. R. Hunt1-23/+59
2012-08-06Replaced Unix with osl sockets. Added slideshow controller.Andrzej J. R. Hunt1-15/+35
2012-08-06cleanup trailing whitespaceMichael Meeks1-13/+6
2012-08-06Initial checkin of remote control.Andrzej J. R. Hunt1-0/+75