summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-08-16 21:56:28 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-08-16 21:56:28 +0200
commit6ed7aa8fac285b6b579062b0e5616efcebe45a18 (patch)
treebd151ab9ff74cb57dd0d7076e1f65e9fa73c5328
parent76bbb5ec9b953678ae7dda19cbf8634f384e7725 (diff)
Version 7.2.0.4, tag libreoffice-7.2.0.4 libreoffice-7.2.0.4
Change-Id: Id7f17f53ac137e8c8f004ffa0aaeda955174b2ae
0 files changed, 0 insertions, 0 deletions
re/slideshowprimitives LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Transmitter.hxx
AgeCommit message (Expand)Author
2021-07-16sdremote: Transmitter: s/mQueuesNotEmpty/mProcessingRequired/Andrzej Hunt
2021-07-14sdremote: fix race condition in Transmitter shutdown to plug leakAndrzej Hunt
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2019-01-02tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxxGabor Kelemen
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-26cppcheck:noExplicitConstructorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-10-23fixincludeguards.sh: sdThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-16More work on the Impress Remote Control Bluetooth code for OS XTor Lillqvist
2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt
2012-08-07Fixed segfault on client exit.Andrzej J.R. Hunt
2012-08-06Fixed scoped enums (for no C++0x).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-06Transmitter for queuing of messages (Client->Server), fixed protocol.Andrzej J. R. Hunt