summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2013-12-19bin few commentsMatúš Kukan1-27/+0
2013-12-19Deduplicate writer component factories.Matúš Kukan3-11/+6
2013-12-19Deduplicate a lot of common components.Matúš Kukan3-46/+2
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann4-26/+26
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 Lillqvist21-22/+1357
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan2-4/+29
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan2-153/+0
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2-3/+1
2013-12-17gbuild: remove obsolete SOLARLIBMatúš Kukan1-1/+1
2013-12-17These get defined through lo.xcconfig nowTor Lillqvist1-19/+0
2013-12-17Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfigTor Lillqvist2-8/+16
2013-12-16Split out the setup of lo.xcconfig into a separate CustomTargetTor Lillqvist3-12/+37
2013-12-14iOS tiled rendering workTor Lillqvist2-2/+6
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks7-27/+42
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza4-7/+3
2013-12-11Add a fileTor Lillqvist1-0/+10
2013-12-11Use same test1.odt as in odk/examples/java/DocumentHandling/testTor Lillqvist1-0/+0
2013-12-11Add basebmp sourcesTor Lillqvist1-0/+14
2013-12-10Add more source files for easier breakpointing in XcodeTor Lillqvist1-0/+10
2013-12-09Update file paths and names after c49721950cb3d897b35f08bf871239308680b18eTor Lillqvist1-7/+7
2013-12-09Add types.rdb (formerly known as udkapi.rdb) to MobileLibreOfficeTor Lillqvist3-1/+6
2013-12-05Make this actually work both when SRCDIR equals and not equals BUILDIRTor Lillqvist1-2/+2
2013-11-22Use the lo-all-static-libs scriptTor Lillqvist1-8/+1
2013-11-22Add a commentTor Lillqvist1-0/+2
2013-11-22Use the lo-all-static-libs scriptTor Lillqvist1-27/+6
2013-11-22Make this file behave saner in EmacsTor Lillqvist1-1/+1
2013-11-22Now we can re-add CustomTarget_MobileLibreOffice_appTor Lillqvist1-0/+1
2013-11-22Schemes don't exist in a clean tree, so use targetsTor Lillqvist1-1/+2
2013-11-22No lib_link directory is used any moreTor Lillqvist1-1/+0
2013-11-22Use hidden visibility as in the LO code here, tooTor Lillqvist1-2/+3
2013-11-22Don't redirect output to /dev/null if verbosity is requestedTor Lillqvist1-1/+1
2013-11-22Use the CLANG_CXX_LIBRARY from lo.xcconfigTor Lillqvist2-6/+0
2013-11-22Some whitespace cleanup, avoids Emacs warningTor Lillqvist1-12/+12
2013-11-21I think we need to restrict ARCHS to armv7Tor Lillqvist2-0/+6
2013-11-21miscSiqi LIU8-8/+8
2013-11-21regenerated complete localizable.strings in English, to be translatedSiqi LIU1-0/+0
2013-11-21app setting localization experimentSiqi LIU3-0/+6
2013-11-21plain strings in in-app tuto to localized stringsSiqi LIU3-10/+10
2013-11-21backward compatible with older serverend impl, ie without vers infoSiqi LIU2-4/+12
2013-11-21move ServerListViewController to appropriate placeSiqi LIU2-0/+61
2013-11-15measuring the time it takes to render a tilePtyl Dragon1-0/+2
2013-11-15Adjust parameter defaults to give pleasant resultTor Lillqvist1-4/+10
2013-11-15Keep tile top-left corner fixed, don't center itTor Lillqvist1-2/+2
2013-11-15Tweak default values of tunables and use larger default step sizeTor Lillqvist2-7/+11
2013-11-15Reduce NSLog verbiage a bitTor Lillqvist2-2/+1
2013-11-15fix less than 1 step limitPtyl Dragon1-4/+4
2013-11-15changed testing app UI to be more clear what it doesPtyl Dragon4-5/+34
2013-11-15added linking of width and heightPtyl Dragon3-41/+81
2013-11-15in progress of linkinh width and heightPtyl Dragon4-18/+58