summaryrefslogtreecommitdiff
path: root/ios/experimental
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Bin obsolete commentTor Lillqvist1-10/+0
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist1-2/+0
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist7-69/+59
2015-01-29Only list documents directly in NSDocumentDirectoryTor Lillqvist1-2/+10
2014-12-20Bump ICU versionTor Lillqvist1-4/+4
2014-12-12Make IPHONEOS_DEPLOYMENT_TARGET match configure.acTor Lillqvist1-2/+2
2014-11-12Bin bit-rotted obsolete LibreOffice appTor Lillqvist20-1360/+0
2014-09-29More sal source files for debugging convenienceTor Lillqvist1-62/+146
2014-09-29Add some new source files in vclTor Lillqvist1-0/+6
2014-09-29Add desktop/source/app/*.cxx for debugging convenienceTor Lillqvist1-0/+48
2014-08-13Add code to test encryption and export to .docx on iOSTor Lillqvist2-0/+14
2014-08-12Add some more source files for debugging convenienceTor Lillqvist1-0/+168
2014-07-07Add more source files for Xcode debugging convenienceTor Lillqvist1-0/+78
2014-06-04Add more source files for debugging convenienceTor Lillqvist1-1/+37
2014-05-23Add some more source files for debugging convenienceTor Lillqvist1-19/+97
2014-04-30ICU has been bumped to 53Tor Lillqvist1-4/+4
2014-04-30Add some sources from framework for debugging convenienceTor Lillqvist1-0/+44
2014-04-14Add a source file for debugging convenienceTor Lillqvist1-0/+10
2014-04-14It doesn't seem to work to use variable references for file names anywayTor Lillqvist1-1/+1
2014-04-14Avoid NSLogging when not debuggingTor Lillqvist1-2/+2
2014-04-12HEADER_SEARCH_PATHS is duplicated for Debug and ReleaseTor Lillqvist1-0/+1
2014-04-12Mmap in the ICU data file and pass it to udata_setCommonData()Tor Lillqvist1-0/+35
2014-04-12Copy the ICU data file into the TiledLibreOffice appTor Lillqvist1-0/+5
2014-04-12Add udata.cpp from ICU for easy breakpoint settingTor Lillqvist1-0/+18
2014-04-11Add MobileCoreServices and ImageIO frameworks for some debugging code in vclTor Lillqvist1-0/+8
2014-04-07Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOSTor Lillqvist1-2/+24
2014-04-04Use tile coordinates for the DRAW_ONLY_TILE functionalityTor Lillqvist1-6/+12
2014-03-31Bin a few since long commented-out linesTor Lillqvist1-4/+0
2014-03-31Add possibility to show tile numbers and render just one tileTor Lillqvist1-11/+38
2014-03-21Add customshapes source files for debugging convenienceTor Lillqvist1-0/+26
2014-03-21Add oox/source/drawingml source for debugging convenienceTor Lillqvist1-0/+138
2014-03-20Add a few cppu source files for debugging convenienceTor Lillqvist1-1/+13
2014-03-20Add some more source files for debugging convenienceTor Lillqvist1-1/+227
2014-03-19Add some more source files for debugging convenienceTor Lillqvist1-0/+98
2014-03-18Add simple document selector to TiledLibreOfficeTor Lillqvist8-15/+141
2014-03-18Add some more source files for debugging convenienceTor Lillqvist1-0/+196
2014-03-18Enable one more level of zooming in, just for funTor Lillqvist1-1/+1
2014-03-10Add more source files for convenient breakpoint settingTor Lillqvist1-4/+352
2014-03-05Add sal source filesTor Lillqvist1-0/+70
2014-01-23Add objface.cxxTor Lillqvist1-0/+10
2014-01-23Add cppuhelper sourcesTor Lillqvist1-0/+58
2014-01-17More source files for easier debuggingTor Lillqvist1-0/+148
2014-01-17Add sources from vcl/headless and drop not compiled sources from vcl/quartzTor Lillqvist1-4/+34
2014-01-01Need to have native-code.cxx as a separate file for the LibreOffice appTor Lillqvist1-3/+0
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan2-57/+4
2013-12-23Add source files from bridges for quicker breakpoint settingTor Lillqvist1-0/+46
2013-12-23We seem to need lo.xcconfig here, tooTor Lillqvist1-0/+4
2013-12-23Add arm64 to VALID_ARCHSTor Lillqvist1-2/+2
2013-12-20Don't need Base, Calc, Draw and Math functionality here for nowTor Lillqvist2-8/+0
2013-12-20Improve the tiles per second calculationTor Lillqvist1-19/+28