summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)Author
2013-03-26Re-add change from 304cb6ab8fb159c883c42d2d42e82750fab4e4a7Tor Lillqvist
Was accidentally reverted. Change-Id: I1d62003cfab222664b7cf2053f640287910b2892
2013-03-26Handle different basebmp scanline formats and flip vertically when neededTor Lillqvist
Change-Id: Ic0fd7d60ddc66bcd5577988b3a4e5b2185d3ec1f
2013-03-26Use the applicationFrame and not whole screen sizeTor Lillqvist
Change-Id: I33a67b4908759913e49608110cc2635cc50e54b1
2013-03-26I think kCGImageAlphaNoneSkipLast is what we wantTor Lillqvist
Change-Id: I19a5ab15650cef4ee834af63e19bea7807b77477
2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist
Change-Id: I44df0946f59d1b9a2a6ea935b3c2ea3c96c1260d
2013-03-26Add svt and svxTor Lillqvist
Change-Id: I3298b985bc7f197e50f7246c8fe828d51804bde3
2013-03-26Add the soffice.cfg and registry stuffTor Lillqvist
Change-Id: I12dda660f4eac298af29cee8858f8aef496aa5ed
2013-03-26Add to the project some source files where breakpoints are often usefulTor Lillqvist
Change-Id: Iccd5f7bb99a76542481564b2f6475ca365756e45
2013-03-26Add LOViewerWindow.[hm] to the projectTor Lillqvist
Change-Id: I50ac91fd0e803b1b2322e5c7c25f7bf682a8208d
2013-03-26Add images.zipTor Lillqvist
Change-Id: If764bb95ab29b8092b356fee644cfa5190ce3eeb
2013-03-22Try to make the tinderbox build succeedTor Lillqvist
Change-Id: Iae0b134d9579dcaaa39ce8a99e843fe24c27060a
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
Don't try to use similar code as for OS X to manage windows, events etc. I.e. don't use UIKit in vcl to do that. Instead, just do as in the Android port, use the "headless" vcl backend. Do keep using CoreText, though, not FreeType & fontconfig. Start changing the iOS "Viewer" app to correspond to the Android "desktop" app (so it should be renamed). Work in progress since a long time, several crucial details still missing, but committing for now. Change-Id: Iac5fbf8def415e4d0d21e5200450a373420ad7ee
2013-03-18swui, too, sigh this is so ad-hocTor Lillqvist
Change-Id: I4738660ab8136073cc3d5de492e4b566b7071b5a
2013-03-18Only copy the project.pbxprojTor Lillqvist
Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
2013-03-18Use autorelease blockTor Lillqvist
Change-Id: I7c3c8fcc81297ca97474b2b9482d40b47688febd
2013-03-15Make the Xcode build of the Viewer app work when SRCDIR!=BUILDDIRTor Lillqvist
Change-Id: I03dd3639841bf00d427b8d1b3db13f65f705724f
2013-03-15For kicks, run the lo_initialize() in a separate threadTor Lillqvist
Change-Id: Ie31bda8f1e035127d60b281cca9538d3e8803f9f
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-14Add sdfiltTor Lillqvist
Change-Id: I992a563d3686e3c25ba7338fb7744ce9b5cf5859
2013-03-03The AllModulesButInstsetNative thing didn't workTor Lillqvist
Change-Id: I323d1983238297b094fa0aa7776d03977d3d39e0
2013-03-03The Viewer executable, not just the app bundle, depends on all the librariesTor Lillqvist
Change-Id: If85d7c8db75dbcd8316193e06b7c337c52216e0c
2013-03-01Cleanups to the android and ios makefileryTor Lillqvist
Also build the "desktop" app from gbuild. Change-Id: I45fc265c9515b22e10bd7644f54dbfa23601e063
2013-02-28move android and ios to tail_buildPeter Foley
Change-Id: Ic192b063a4ccc1249194bc7a62a8a90682de08f0
2013-01-30Need boost_headersTor Lillqvist
Change-Id: Ic0d13034a37ba354000de18e6f97b9cc31857bcb
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
2013-01-19The UNO component file names are 'traditional' for iOS, no 'lib' prefixTor Lillqvist
Change-Id: I104fde6ea294db55513ef11fe063e911e287cc31
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist
For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-07module packimages is goneMatúš Kukan
Change-Id: I4a6c6b8680f0cbd9a64442b8e57bb229fc2b6e4d
2013-01-07Add a sample document to the test app bundle and try to load itTor Lillqvist
Change-Id: Id0f13351108cbcd748f3c403fe7a6716145f1892
2013-01-06More hacking on iOS stuffTor Lillqvist
Get the app bundle directory from Xcode's SCRIPT_OUTPUT_FILE_0. Copy .rdb, registry, .res files, set up the various rc files. Don't list a bunch of .component files on the command line, surely that is not sane. Change-Id: I6fb8bd4bea8d5afd30900daa1b916defb894e78c
2013-01-06Hack a bit more on the iOS app build mechanismTor Lillqvist
There was quite come confusion as to where Xcode wants the Run Script phase (= our gbuild mechanism) to put the executable. I think I got it right now. Xcode can be quite scary as soon as you do anything out of the ordinary. (But then, what isn't.) Change-Id: I22bbdfaef88174815bff66d6c7241f4ba2360246
2013-01-03More hacking on an iOS "Viewer" app that doesn't do much anything yetTor Lillqvist
The Viewer app is intended to eventually resemble the experimental Android DocumentLoader app. Build using the gbuild mechanism, which is also invoked from an Xcode project. This seems to work out fine, the resulting app installs at least on the simulator, and you can debug all the LO code involved even if Xcode (obviously) has no knowledge of the LO source files/classes/etc. Change-Id: Ic96178d80b8d6467cac969b29e37f0d39513acf9
2012-11-26Use -dead_strip ld flagTor Lillqvist
Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
2012-11-26Drop the components we don't have for iOSTor Lillqvist
Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
2012-11-26Make it link againTor Lillqvist
Use the wildcard function to get all ibraries and component, like for Android. (We won't of course actually link in all code from allof them, just what gets referenced to by the getFactory methods referenced in docloader.mm. Plus possibly unintentionally other stuff, to be investigated...) Change-Id: I6516964c83e7bf120de586550c40615b4337f760
2012-11-26Use same component map as in the Android DocumentLoaderTor Lillqvist
Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
2012-10-15Add some iOS test code I had forgottenTor Lillqvist
Change-Id: I8a9e69b53fd84207d5673fc4635e54920864016f
2012-08-28Incomplete hacks on the iOS sc filters-test unit testTor Lillqvist
Change-Id: I6b1f22d0623e8746af755dd25fc9f3194d6f11d3
2012-08-21Link with liblcms2Tor Lillqvist
Change-Id: I8346d0d0b1543d45e45a24ae6ab76e856b26a1ba
2012-08-20No libi18npaperlo any moreTor Lillqvist
Change-Id: I544a352fe0e43140d1bae62a95bf383c1432a076
2012-08-20Just look at $(CC) to find out which arch the tree is forTor Lillqvist
Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-06-27Remove commented out code (includes)Thomas Arnhold
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-04Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS)Tor Lillqvist
Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4
2012-04-18More libsTor Lillqvist
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-16Link with libpackage2Tor Lillqvist
2012-04-16We need also unobootstrapprotector nowTor Lillqvist
2012-04-15Add more libs, add the test documentsTor Lillqvist