summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2013-04-07Add some more interesting sourcesTor Lillqvist1-0/+26
2013-04-07NSLogging changesTor Lillqvist1-3/+3
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05Try again to use AllModulesButInstsetNative to unbreak tinderbox buildTor Lillqvist1-20/+1
2013-04-05List more libraries in an attempt to make tinderbox builds workTor Lillqvist1-0/+5
2013-04-05No need to setenv SAL_LOG in the code for iOSTor Lillqvist1-2/+0
2013-04-03Add the vcl coretext sourcesTor Lillqvist1-0/+16
2013-04-03Checking the device orientation at this stage doesn't seem to workTor Lillqvist1-4/+1
2013-03-31Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist1-1/+0
2013-03-31Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist1-0/+1
2013-03-31Organise the (few) source files included in the Xcode project into groupsTor Lillqvist1-18/+78
2013-03-31Must pass the test document as a file: URI because it is percent-escapedTor Lillqvist1-1/+3
2013-03-30Use iOS 5.1 as deployment targetTor Lillqvist1-2/+2
2013-03-30No need to verify the Xcode "configuration" ("Debug" or "Release") matchingTor Lillqvist1-10/+0
2013-03-30Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist4-26/+9
2013-03-30Add iosinst.cxxTor Lillqvist1-6/+8
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist26-134/+214
2013-03-30WaE: macro is not usedTor Lillqvist1-2/+0
2013-03-26Re-add change from 304cb6ab8fb159c883c42d2d42e82750fab4e4a7Tor Lillqvist1-1/+1
2013-03-26Handle different basebmp scanline formats and flip vertically when neededTor Lillqvist1-1/+1
2013-03-26Use the applicationFrame and not whole screen sizeTor Lillqvist1-1/+1
2013-03-26I think kCGImageAlphaNoneSkipLast is what we wantTor Lillqvist1-1/+1
2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist1-0/+2
2013-03-26Add svt and svxTor Lillqvist1-0/+4
2013-03-26Add the soffice.cfg and registry stuffTor Lillqvist1-0/+12
2013-03-26Add to the project some source files where breakpoints are often usefulTor Lillqvist1-1/+37
2013-03-26Add LOViewerWindow.[hm] to the projectTor Lillqvist1-0/+4
2013-03-26Add images.zipTor Lillqvist1-0/+5
2013-03-22Try to make the tinderbox build succeedTor Lillqvist1-0/+2
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist9-70/+106
2013-03-18swui, too, sigh this is so ad-hocTor Lillqvist1-0/+1
2013-03-18Only copy the project.pbxprojTor Lillqvist1-2/+1
2013-03-18Use autorelease blockTor Lillqvist1-3/+3
2013-03-15Make the Xcode build of the Viewer app work when SRCDIR!=BUILDDIRTor Lillqvist2-4/+11
2013-03-15For kicks, run the lo_initialize() in a separate threadTor Lillqvist2-4/+19
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-14Add sdfiltTor Lillqvist1-0/+1
2013-03-03The AllModulesButInstsetNative thing didn't workTor Lillqvist1-1/+11
2013-03-03The Viewer executable, not just the app bundle, depends on all the librariesTor Lillqvist2-2/+3
2013-03-01Cleanups to the android and ios makefileryTor Lillqvist1-1/+2
2013-02-28move android and ios to tail_buildPeter Foley1-1/+2
2013-01-30Need boost_headersTor Lillqvist1-0/+1
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl1-4/+0
2013-01-19The UNO component file names are 'traditional' for iOS, no 'lib' prefixTor Lillqvist1-1/+1
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist1-1/+0
2013-01-07module packimages is goneMatúš Kukan1-1/+1
2013-01-07Add a sample document to the test app bundle and try to load itTor Lillqvist2-3/+45
2013-01-06More hacking on iOS stuffTor Lillqvist2-65/+103
2013-01-06Hack a bit more on the iOS app build mechanismTor Lillqvist4-12/+23
2013-01-03More hacking on an iOS "Viewer" app that doesn't do much anything yetTor Lillqvist23-197/+648