#!/bin/sh wine @BFFVALIDATOR_EXE@ `winepath -w $1` />
summaryrefslogtreecommitdiff
path: root/vcl/ios/DataFlavorMapping.cxx
AgeCommit message (Expand)Author
9 daysMove break inside conditional statement to match macOS codePatrick Luby
10 daysRelated tdf#161461: break out of loop once data flavor is setPeter Hagen
2024-06-24tdf#161461 stop crashing by retaining NSStringPatrick Luby
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2021-12-16Fix iOS compilation after recent changes to SequenceTor Lillqvist
2021-03-25tdf#141217: Improve plain text pasting on iOSTor Lillqvist
2021-03-23Log successful mapping from system pasteboard format to internal MIME typeTor Lillqvist
2021-03-23We only use the systemwide general pasteboardTor Lillqvist
2021-01-15Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on iOSTor Lillqvist
2020-12-21Improve SAL_INFO output for clipboard operations on iOSTor Lillqvist
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-11Fix copy/paste error that probably has had no ill effectTor Lillqvist
2019-05-29The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unusedTor Lillqvist
2019-05-29tdf#124752: We do need to accept text/html from the system clipboardTor Lillqvist
2019-05-29Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist
2019-05-28tdf#124752: Simplify the iOS DataFlavorMapping thing a lotTor Lillqvist
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist