summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-27Fix iOS build after f05f4e042ca6ac8ae7f1d1e8e6bfb4cbba17a044Tor Lillqvist1-3/+4
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-14/+4
2018-03-05vcl, make ios/dummies compilejan Iversen1-1/+2
2018-02-26vcl: fix hangs in SvpSalInstanceMichael Stahl1-1/+1
2017-11-11Replace list by vector for ShowNativeDialog (vcl)Julien Nabet1-2/+2
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin1-1/+1
2017-10-10iOS, solve missing vcl referencesjan Iversen1-0/+19
2017-09-19rename SalGenericData to GenericUnixSalDataNoel Grandin1-2/+2
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-2/+2
2017-08-08loplugin:constantparamNoel Grandin1-5/+2
2017-05-03iOS remove unused parameterjan Iversen1-5/+4
2017-04-28iOS, fixed build breaker.jan Iversen1-2/+2
2017-04-03iOS update for Rectanglejan Iversen1-3/+3
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-1/+0
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist1-0/+5
2016-08-10gendata.hxx has movedTor Lillqvist1-1/+1
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-1/+0
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara1-3/+0
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+4
2015-12-16SvpSalFrame ctor parameter list has changedTor Lillqvist1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-07Make this compile for iOS againTor Lillqvist1-37/+1