summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Fix typo in codeAndrea Gelmini1-2/+2
2020-08-31Fix typo in codeAndrea Gelmini2-2/+2
2020-08-29Fix typo in codeAndrea Gelmini2-2/+2
2020-08-19Remove BuildVersion also from Android and iOS version ini filesStephan Bergmann1-1/+0
2020-07-22tdf#134832: Also run the BitmapTest from vclTor Lillqvist2-12/+30
2020-07-20Make the iOS UnitTest project compile againTor Lillqvist1-12/+4
2020-06-22Use xcrun python3 to find the python3 also on Macs with older XcodeTor Lillqvist1-1/+1
2020-03-26Add share/fingerprint to the iOS appTor Lillqvist1-0/+1
2020-02-17Move the "registry" directory to be under "share" on iOS, tooTor Lillqvist1-3/+3
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2-0/+6
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky3-63/+0
2019-10-19Fix typo and dotsAndrea Gelmini1-1/+1
2019-10-07Use correct directory for some data files on iOS: share/filter, not filterTor Lillqvist1-4/+4
2019-08-30tdf#126966: The share/palette folder was missing from the iOS appTor Lillqvist1-0/+1
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-04-26lok: allow paste content to popup dialogHenry Castro1-4/+4
2019-04-12tdf#124449: We need also share/gallery for the iOS appTor Lillqvist1-0/+1
2019-03-25Just include all fonts from instdir/share/fonts in the iOS appTor Lillqvist1-2/+2
2019-03-20tdf#124168: The share/template folder is needed in the iOS appTor Lillqvist1-0/+1
2019-03-11We need share/theme_definitions in the iOS appTor Lillqvist1-0/+1
2019-02-28I had forgotten to add these files to gitTor Lillqvist4-0/+153
2019-02-28Current ICU version is 63Tor Lillqvist2-5/+7
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann1-1/+1
2018-11-30Mention this file is outdatedTor Lillqvist1-1/+1
2018-11-27Prepare to bundle the Liberation fonts with the iOS appTor Lillqvist1-0/+2
2018-11-27Fill buildid in versionrc for iOS with the git HEAD hashTor Lillqvist1-1/+1
2018-11-12We need share/liblangtag, tooTor Lillqvist1-0/+1
2018-11-09Do put a BRAND_SHARE_RESOURCE_SUBDIR setting into fundamentalrc for iOSTor Lillqvist1-1/+2
2018-11-09Alignment (whitespace) cleanupTor Lillqvist1-10/+10
2018-11-06The image zipfiles should be in share/config, it seemsTor Lillqvist1-1/+1
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-1/+1
2018-10-31Handle also css::ucb::NameClashException>(aExceptionTor Lillqvist1-0/+6
2018-10-22Look for the generated native-code.h where it now isTor Lillqvist1-1/+1
2018-10-19It seems to work even without calling temporaryHackToInvokeCallbackHandlers()?Tor Lillqvist1-1/+3
2018-10-12Avoid superfluous directory levelTor Lillqvist1-1/+1
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist3-37/+17
2018-10-10Make LibreOfficeLight build againTor Lillqvist3-37/+36
2018-10-08The UnitTest app needs the MobileCoreServices frameworkTor Lillqvist1-0/+4
2018-10-05Add more vcl sources for easier breakpointingTor Lillqvist1-0/+198
2018-10-05Add sources in vcl/headless for easier breakpointingTor Lillqvist1-0/+32
2018-10-05Add more source files from vcl for breakpointing convenienceTor Lillqvist1-1/+81
2018-10-05Add files from vcl/quartz for easy breakpointingTor Lillqvist1-0/+30
2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist1-1/+1
2018-10-02More hacking on the tilebench part of the UnitTest appTor Lillqvist2-0/+28
2018-09-28Start on the iOS unit test appTor Lillqvist8-8/+693
2018-09-27Need to handle css::uno::RuntimeException too nowTor Lillqvist1-0/+1
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist3-0/+56