summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Expand)AuthorFilesLines
2024-05-13cool#5839 fire a clipboard changed event in the iOS appPatrick Luby2-1/+91
2023-10-01Fix iOS build breakages when building on macOS SonomaPatrick Luby1-4/+5
2023-07-31tdf#156230 remove now unused various bit and piecesNoel Grandin1-4/+0
2023-05-28Use getXWeak in vclMike Kaganski1-4/+2
2023-03-14Handle pasting disallowed clipboard contents on iOSPatrick Luby1-0/+10
2023-01-30Fix iOS build errorsPL4-7/+9
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-06-23Revert "svp: don't directly yield in main thread"Stephan Bergmann1-1/+1
2022-06-22svp: don't directly yield in main threadJan-Marek Glogowski1-1/+1
2022-01-17iOS+SVP convert remaining VCL plugins to salplugJan-Marek Glogowski1-32/+9
2022-01-14VCL move SolarMutex (un)locking into (De)InitVCLJan-Marek Glogowski1-2/+0
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski3-31/+13
2022-01-14iOS+Android+SVP "merge" all SalData instancesJan-Marek Glogowski1-13/+3
2021-12-29tdf#143148 : Use pragma once instead of include guardsRamreiso Kashung4-16/+4
2021-12-16Fix iOS compilation after recent changes to SequenceTor Lillqvist1-1/+1
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet1-1/+0
2021-09-27Need a dummy AquaGraphicsBackend::drawNativeControl() on iOSTor Lillqvist1-0/+9
2021-08-23Make compilation for iOS get a bit furtherTor Lillqvist1-1/+1
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák1-3/+5
2021-07-02vcl: drop GenericUnixSalDataTypeJan-Marek Glogowski2-4/+3
2021-05-22tdf#142061 Add window scaling to XOR emulation on macOSThorsten Wagner1-0/+147
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl2-71/+76
2021-03-25tdf#141217: Improve plain text pasting on iOSTor Lillqvist1-16/+15
2021-03-23Log successful mapping from system pasteboard format to internal MIME typeTor Lillqvist1-0/+2
2021-03-23We only use the systemwide general pasteboardTor Lillqvist6-22/+13
2021-01-20Fix typosAndrea Gelmini1-1/+1
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist1-18/+0
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist1-0/+443
2021-01-15Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on iOSTor Lillqvist1-40/+41
2020-12-21Improve SAL_INFO output for clipboard operations on iOSTor Lillqvist3-11/+8
2019-12-24sal_Char->char in vclNoel Grandin2-8/+8
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski1-2/+2
2019-11-11Fix copy/paste error that probably has had no ill effectTor Lillqvist1-1/+1
2019-10-07Avoid dialog headings showing up as some serif font in the iOS appTor Lillqvist1-1/+1
2019-10-07tdf#126964: Set background colours to white in IosSalFrame::UpdateSettings()Tor Lillqvist1-0/+6
2019-09-06use unique_ptr in CreatePrintGraphicsNoel Grandin1-2/+2
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-05-29The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unusedTor Lillqvist2-16/+0
2019-05-29tdf#124752: We do need to accept text/html from the system clipboardTor Lillqvist1-2/+5
2019-05-29Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist2-0/+14
2019-05-28tdf#124752: Simplify the iOS DataFlavorMapping thing a lotTor Lillqvist1-126/+1
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist8-0/+1590
2019-03-14Further tweaks that affect the "tunnelled" dialogs in the iOS appTor Lillqvist1-2/+2
2019-03-14Use smaller default font on iOS (in practice used for dialogs in the iOS app)Tor Lillqvist1-1/+1
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist1-1/+1
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-10/+0
2018-10-08Define a dummy GlyphCache class here for nowTor Lillqvist1-3/+9
2018-10-02Unify sal plugin loadersJan-Marek Glogowski1-5/+0