summaryrefslogtreecommitdiffstats
path: root/ios/experimental
Commit message (Expand)AuthorAgeFilesLines
* ICU has been bumped to 53Tor Lillqvist2014-04-301-4/+4
* Add some sources from framework for debugging convenienceTor Lillqvist2014-04-301-0/+44
* Add a source file for debugging convenienceTor Lillqvist2014-04-141-0/+10
* It doesn't seem to work to use variable references for file names anywayTor Lillqvist2014-04-141-1/+1
* Avoid NSLogging when not debuggingTor Lillqvist2014-04-141-2/+2
* HEADER_SEARCH_PATHS is duplicated for Debug and ReleaseTor Lillqvist2014-04-121-0/+1
* Mmap in the ICU data file and pass it to udata_setCommonData()Tor Lillqvist2014-04-121-0/+35
* Copy the ICU data file into the TiledLibreOffice appTor Lillqvist2014-04-121-0/+5
* Add udata.cpp from ICU for easy breakpoint settingTor Lillqvist2014-04-121-0/+18
* Add MobileCoreServices and ImageIO frameworks for some debugging code in vclTor Lillqvist2014-04-111-0/+8
* Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOSTor Lillqvist2014-04-071-2/+24
* Use tile coordinates for the DRAW_ONLY_TILE functionalityTor Lillqvist2014-04-041-6/+12
* Bin a few since long commented-out linesTor Lillqvist2014-03-311-4/+0
* Add possibility to show tile numbers and render just one tileTor Lillqvist2014-03-311-11/+38
* Add customshapes source files for debugging convenienceTor Lillqvist2014-03-211-0/+26
* Add oox/source/drawingml source for debugging convenienceTor Lillqvist2014-03-211-0/+138
* Add a few cppu source files for debugging convenienceTor Lillqvist2014-03-201-1/+13
* Add some more source files for debugging convenienceTor Lillqvist2014-03-201-1/+227
* Add some more source files for debugging convenienceTor Lillqvist2014-03-191-0/+98
* Add simple document selector to TiledLibreOfficeTor Lillqvist2014-03-188-15/+141
* Add some more source files for debugging convenienceTor Lillqvist2014-03-181-0/+196
* Enable one more level of zooming in, just for funTor Lillqvist2014-03-181-1/+1
* Add more source files for convenient breakpoint settingTor Lillqvist2014-03-101-4/+352
* Add sal source filesTor Lillqvist2014-03-051-0/+70
* Add objface.cxxTor Lillqvist2014-01-231-0/+10
* Add cppuhelper sourcesTor Lillqvist2014-01-231-0/+58
* More source files for easier debuggingTor Lillqvist2014-01-171-0/+148
* Add sources from vcl/headless and drop not compiled sources from vcl/quartzTor Lillqvist2014-01-171-4/+34
* Need to have native-code.cxx as a separate file for the LibreOffice appTor Lillqvist2014-01-011-3/+0
* Use native-code.py generated code also for iOS.Matúš Kukan2014-01-012-57/+4
* Add source files from bridges for quicker breakpoint settingTor Lillqvist2013-12-231-0/+46
* We seem to need lo.xcconfig here, tooTor Lillqvist2013-12-231-0/+4
* Add arm64 to VALID_ARCHSTor Lillqvist2013-12-231-2/+2
* Don't need Base, Calc, Draw and Math functionality here for nowTor Lillqvist2013-12-202-8/+0
* Improve the tiles per second calculationTor Lillqvist2013-12-201-19/+28
* Add tiles per second counter (averaged over last five seconds)Tor Lillqvist2013-12-203-2/+80
* Use embedded DWARF in the iOS apps except for in release buildTor Lillqvist2013-12-191-1/+0
* Further minor tweaks to TiledLibreOfficeTor Lillqvist2013-12-193-19/+37
* Deduplicate more components.Matúš Kukan2013-12-192-47/+8
* fix typoMatúš Kukan2013-12-191-1/+1
* Deduplicate calc components.Matúš Kukan2013-12-192-12/+2
* Deduplicate writer component factories.Matúš Kukan2013-12-192-8/+4
* Deduplicate a lot of common components.Matúš Kukan2013-12-192-36/+0
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-192-16/+16
* Adapt TiledLibreOffice to the new library name to component mapping APITor Lillqvist2013-12-191-60/+14
* Add a view-only iOS test app using tiled renderingTor Lillqvist2013-12-1817-0/+1186
* Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan2013-12-181-1/+14
* Deduplicate some foo_component_getFactory declarations.Matúš Kukan2013-12-181-57/+0
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-181-2/+0
* iOS tiled rendering workTor Lillqvist2013-12-141-2/+4