summaryrefslogtreecommitdiff
path: root/ios/experimental/TiledLibreOffice/TiledLibreOffice
AgeCommit message (Expand)AuthorFilesLines
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna4-4/+0
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 Lillqvist6-59/+49
2015-01-29Only list documents directly in NSDocumentDirectoryTor Lillqvist1-2/+10
2014-08-13Add code to test encryption and export to .docx on iOSTor Lillqvist2-0/+14
2014-04-14Avoid NSLogging when not debuggingTor Lillqvist1-2/+2
2014-04-12Mmap in the ICU data file and pass it to udata_setCommonData()Tor Lillqvist1-0/+35
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-18Add simple document selector to TiledLibreOfficeTor Lillqvist7-15/+135
2014-03-18Enable one more level of zooming in, just for funTor Lillqvist1-1/+1
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan1-28/+2
2013-12-20Don't need Base, Calc, Draw and Math functionality here for nowTor Lillqvist1-4/+0
2013-12-20Improve the tiles per second calculationTor Lillqvist1-19/+28
2013-12-20Add tiles per second counter (averaged over last five seconds)Tor Lillqvist3-2/+80
2013-12-19Further minor tweaks to TiledLibreOfficeTor Lillqvist3-19/+37
2013-12-19Deduplicate more components.Matúš Kukan1-24/+4
2013-12-19fix typoMatúš Kukan1-1/+1
2013-12-19Deduplicate calc components.Matúš Kukan1-6/+1
2013-12-19Deduplicate writer component factories.Matúš Kukan1-4/+2
2013-12-19Deduplicate a lot of common components.Matúš Kukan1-18/+0
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-8/+8
2013-12-19Adapt TiledLibreOffice to the new library name to component mapping APITor Lillqvist1-60/+14
2013-12-18Add a view-only iOS test app using tiled renderingTor Lillqvist16-0/+689