summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)Author
2013-11-21miscSiqi LIU
Change-Id: Ie81184b9d155e47f0c5e69a11f02618e357764ab
2013-11-21regenerated complete localizable.strings in English, to be translatedSiqi LIU
Change-Id: I267c79dc1e5c48006901354e1d32647096a893d7
2013-11-21app setting localization experimentSiqi LIU
Change-Id: I862b93cd9f3a60fbf8249985bab0008325e4f68a
2013-11-21plain strings in in-app tuto to localized stringsSiqi LIU
Change-Id: I20cf3a3095015a72a8db46248a196c70f399f84f
2013-11-21backward compatible with older serverend impl, ie without vers infoSiqi LIU
Change-Id: I7b6597269778c20b8ed27d3eab6b4c80257b4ead
2013-11-21move ServerListViewController to appropriate placeSiqi LIU
Change-Id: I0f66efe7c306ef8110361495eee0a3f1dbde1013
2013-11-15measuring the time it takes to render a tilePtyl Dragon
Change-Id: I37db170af0e507c99d571b94ff78a1987944290e
2013-11-15Adjust parameter defaults to give pleasant resultTor Lillqvist
Change-Id: Ifee900344547ef25b2041d25c13fcbc50428485e
2013-11-15Keep tile top-left corner fixed, don't center itTor Lillqvist
Makes it easier to see what happens when the parameters are tweaked. Change-Id: Ia69c0de74ccf3fcc8a5095a7cc62c6b4185cf9d6
2013-11-15Tweak default values of tunables and use larger default step sizeTor Lillqvist
It is more interesting to get smaller text in the initial tile. Also, make the tile fit on the screen of an iPad. Change-Id: Ibe4e7f055ec2782a4fd96a3ae585d4630449f0ee
2013-11-15Reduce NSLog verbiage a bitTor Lillqvist
Change-Id: I362acb92da88f9e348b33414cdc31cd83bfe1eac
2013-11-15fix less than 1 step limitPtyl Dragon
Change-Id: Ic5fd714ff975b6e5afbe7ff78f3fc1da398a658d
2013-11-15changed testing app UI to be more clear what it doesPtyl Dragon
Change-Id: I5307478fc47f0810cae24c72ce509ac6a409bf1b
2013-11-15added linking of width and heightPtyl Dragon
Change-Id: I2282fcfffed5c17eb1798d3198d6f04dc27208e9
2013-11-15in progress of linkinh width and heightPtyl Dragon
Change-Id: I2d7f5a7bd41b8d2c4a62d199abb81afc466fc2ce
2013-11-15Saving the graphics state around touch_lo_draw_tile() seems unnecessaryTor Lillqvist
Change-Id: Ic1a6cf64fb05810eccc91d0095c9ced54d3d9fe1
2013-11-15No Y flip needed hereTor Lillqvist
Change-Id: I2518a6151050edee8796a77633097fdd11202647
2013-11-15UISteppers now go down as wellPtyl Dragon
Change-Id: I06e1b7fec490ec373a9775915d6dc2c30ce805f1
2013-11-15tiledrendering new stepper ui for torPtyl Dragon
Change-Id: I3d4586c84adfa9f0416a043230c6227bda98d9dd
2013-11-15Use actual executable path in the fake argvTor Lillqvist
Not that I think it is needed for anything useful, but better to be correct than to use the leftover "Viewer" name. Change-Id: I0878d39abf99c9d07807aa6854bfdcf12bc81ab8
2013-11-15Add the vcl/coretext source filesTor Lillqvist
Change-Id: Ifa700d0dc9a5545254a4c04284dd3c3ad46f92cb
2013-11-15Add more source files for convenienceTor Lillqvist
Change-Id: Ie605c8068a62480e360c13f08eea785d54c57f42
2013-11-15added units MLODpxes and MLORipsPtyl Dragon
Change-Id: Ica09fbd0f6a822f464df302dba4cf40d1d089697
2013-11-15Add a bunch of LO source files, not in any target, for convenienceTor Lillqvist
Change-Id: I06eefc339b9b2fead6c80979b86d30975875fa51
2013-11-15touch_lo_get_content_size() returns CGSize nowTor Lillqvist
Change-Id: Ib90c37c002192cfbed16d63f212212afbfb0eb6b
2013-11-15ready for integration with CATiledLayerPtyl Dragon
Change-Id: I50f519a37036ed3d17f73c80b33f4a9c4c19cb52
2013-11-151st implementation of touch_lo_get_content_sizePtyl Dragon
Change-Id: I8b72c4366b502a71f2ed3bf917296c9553364d83
2013-11-15refactored mlo_uno to be in lo C++ conventionsPtyl Dragon
Change-Id: I908902e6b9224b90c196a7f39b573e07b4928250
2013-11-15for torPtyl Dragon
Change-Id: I1565450c763e4f0bf1a724978b5550163d627482
2013-11-15now iOS draws something (upside down)Ptyl Dragon
Change-Id: Ibf04322d34605fce30b2fa477de98a3e2ff9c2d1
2013-11-15now showing blank tilePtyl Dragon
Change-Id: I76cbf205e19ffff83bea1ebae28f5172b2fbc250
2013-11-10Does not build in a clean treeTor Lillqvist
error: The project 'MobileLibreOffice' does not contain a scheme named 'MobileLibreOffice' Change-Id: If722a222407f1e85086d9d89d7863be7a5c8368e
2013-11-07remove INPATH and PROEXTMichael Stahl
- WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-06It's types.rdb now, not udkapi.rdb any moreTor Lillqvist
Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb
2013-11-06Recognize also arm64Tor Lillqvist
Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
2013-11-01Add dummy touch_ui_dialog_modal() here, tooTor Lillqvist
Change-Id: I1b1e47de2eec94150a0abee4aa74994f55b9b88e
2013-11-01Dummy implementation of touch_ui_dialog_modal()Tor Lillqvist
Change-Id: I38b72837d8a26ef95d84deca299023c1646169cf
2013-11-01Use actual executable pathTor Lillqvist
Change-Id: I75ffc83be6af34b09b4a98a5890b3585b4a76bde
2013-10-31ios: convert usage of OUTDIRMichael Stahl
... not sure if it's always correct but... Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
2013-10-31Fixe project for Xcode5 iOS7 new solver changesRoi Illouz
Change-Id: I13c33cb0806dd16c2255788f5bcf635413644792 Reviewed-on: https://gerrit.libreoffice.org/6514 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-30added stub for void touch_ui_selection_none in MLOGestureEnginePtyl Dragon
Change-Id: I45f957863dc26b2ef40bdfed04cb689325f5b170 Reviewed-on: https://gerrit.libreoffice.org/6492 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-30Build targets instead of a scheme which doesn't exist in a clean treeTor Lillqvist
If you try to build in a tree fresh from a clone, with no manual build in Xcode done, there will be no "schemes", so the xcodebuild will fail. Instead, build the "targets". Change-Id: Ie2689880e66d1aaa97661970d2060f5935cfcf17
2013-10-29New CustomTarget, move Xcode setup to MakefileRoi Illouz
Change-Id: Id03bf8002902f1adec57356601b28ab2c743df2a Reviewed-on: https://gerrit.libreoffice.org/6476 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-28Get rid of some crackTor Lillqvist
Change-Id: I9806eb87e8d679c3b37de9cf7b87e26c3d4b5387
2013-10-28Add a couple of source filesTor Lillqvist
Change-Id: I45e1a8483ff065d584d83824f9020f7d33a5257e
2013-10-27Remove trailing whitespacesRoi Illouz
Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c Reviewed-on: https://gerrit.libreoffice.org/6446 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-27No more lib dir. Linking to original filesRoi Illouz
Change-Id: If63add1f1bfdb9f5a2bcdc0c942bf991cbc47dfc Reviewed-on: https://gerrit.libreoffice.org/6445 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-27Fixup glitches in selection handle dragging and coordinate offsetsTor Lillqvist
It is obvious that I don't fully understand how to handle the view coordinates, the applicationFrame etc. Possibly I am doing something slightly wrong... Anyway, add a hack to make the touch input actually refer to the thing under the finger;) Also fix the handling of the selection end dragging. Change-Id: I27a6a978e7fc28759b70d29ebca75bfd6b5f54a1
2013-10-27Bin some unnecessary NSLoggingTor Lillqvist
Change-Id: Id4baff53735586345dd6624f3c8b996f1816149a
2013-10-27Tweak how the resize handles look and make it easier to grab themTor Lillqvist
Note that this *is* still just an experimental app, not intended to be in any way carefully designed for end-user use. I tweaked the look and feel a bit just for fun. Change-Id: I98339d32a8c3ac332fc42b206ab185a61abc4cc6