Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ifbed5e534ba79d32b7188bb7fb7108338b6e124d
|
|
No way to make use of that in the UI, though.
Change-Id: Ic910d7960da9a17d4f7ce84a5f51e2cb9350819e
|
|
Change-Id: I12d2e44e6e4fe0610e4b64e6c7b047461119cae5
|
|
Change-Id: I54c6a9f665957fb8ff67cce96b5718aaaad5afbb
|
|
If somebody needs to have look, it can be found in git, or in old
source tarballs, etc. No need to keep in the work tree.
|
|
Change-Id: Iffd6fcfa81e9ce02a01c74eadb6c881a12e7f7d4
|
|
Change-Id: I166b4b713c2ea52c62c52045bb2073b6d84c1547
|
|
For iOS, the pBuffer argument to LibreOfficeKitDocument::paintTile()
is not a pixel buffer, but a CGContextRef. Thus we can keep the
existing CGContext-oriented vcl code for iOS as is.
I commented out the <touch/touch.h> -using code in sw, and it probably
would be OK to just kill <touch/touch.h> and remove use and
implementations of its API. I don't think they are used by our current
Android or iOS code.
This concludes the commits of the work I did at the post-FOSDEM
hackfest and on the flight home. TiledLibreOffice now works as before,
but uses LibreOfficeKit.
Change-Id: Ibbde6e11d660561840eab6335f7fc0db6758173e
|
|
Change-Id: Ibaaa9ce5e5469b960d2b3dee1d40c536e5ae0739
|
|
found with some minor modifications to find/find-unused-defines.sh
Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd
Reviewed-on: https://gerrit.libreoffice.org/14194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I7e871a6a4f538598d0af8bf3e5638292034c7349
|
|
Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b
|
|
Change-Id: Ib81c4de359f2940933d500f8d9f1b4faa92625cb
|
|
Change-Id: Ie81075e1e392facfd281acdd652f6fcc6076c70e
|
|
...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0)
vs. installation sets (ProductMajor=50, ProductMinor=)
Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4
|
|
It's TiledLibreOffice that is the maintained and working iOS test app.
Change-Id: Id103ff90551fa753e9e5998b7c45f362497db6e2
|
|
Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346
|
|
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
|
|
Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448
|
|
Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6
|
|
Change-Id: Idba63c9a88a6f255c58296df64f9d74379a3cc4e
|
|
Conditional on the environment variable
PTYL_TEST_ENCRYPTION_AND_EXPORT, eek. The document is written out
using the name of the input document with .new.docx appended.
I placed the function that handles it, somewhat arbitrarily, in
sofficemain.cxx. The invocation of this function is, also somewhat
arbitrarily, placed in TiledView's drawLayer:inContext: method.
Quite possibly this test functionality occasionally causes solar mutex
deadlocks or whatever, but at least in Xcode, when one has placed some
breakpoints in it, it seems to work. Which is what matters, as this is
code for manual testing, not invoked normally.
Change-Id: I38bb4b406edf47f0f24857b6044e3bf4eaf17c34
|
|
Its actual value is irrelevant in the nsscrypto_initialize() case for
iOS, though, as it is used to form a pathname to a hypothetical
libnssckbi.dylib (which does not exist for iOS, as we build NSS
statically), and we patch the NSS code to recognize the nssckbi name
specially in the static build case... Such elegance.
Change-Id: Ib5015a18e86cc604f80433a676faa10ac76e04ab
|
|
Change-Id: Ibc13ecb2ea154802bf2f7e06fa583460344bf6f7
|
|
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
|
|
Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28
|
|
Change-Id: I3717ca2c3f4cf06ce851188a27f3108674a8fe14
|
|
Change-Id: I305870bd067d015d975b7a887bece91819810ec4
|
|
Change-Id: Ib47ed5d13d0d94e706b38dc996999e263d3d0967
|
|
Change-Id: I9c1074f49ca8cd1c3c97581ae45cbb8ac1855b71
|
|
Change-Id: Ic058067f4114662569433801d8627e1c6fe648aa
|
|
Change-Id: I55cf9fa0364856169e9781f77c65bae047ce1ca8
|
|
Change-Id: Id6c6ce764f03849e63fd69dcc780155c98fee812
|
|
Change-Id: I3a83be864819a0dea98263ca399789ffd007f405
|
|
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
|
|
Change-Id: Ic337ac74b38f7c6591a91cc9d996a23b3a3fdf25
|
|
Map the file(s) into memory on demand. The executable file of an app
needs to be as small as possible. Including additional data files in
an app bundle is fine.
Change-Id: Ife9bfe99a2cf0473d459f38f50dfa3304b39e282
|
|
Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
|
|
Change-Id: Ia6d3057ab013aa31dd40058e453f8ca18de91149
|
|
Change-Id: Ifbed4933f528342300642673d707c8189eda1e8c
|
|
Now done in TiledLibreOffice's lo_initialize(), but should probably be
done in common LO code instead.
Change-Id: I398a703943d13c6d715e4c88ead2a629955fb7c9
|
|
Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
|
|
Change-Id: Ic830275479ef68af50e4df738d9f5d252bb1cdf0
|
|
Change-Id: I6eb0091d22ee5776e9be1bfde76860abc51a69b2
|
|
When the environment variable DRAW_INCREMENTALLY_FROM is set to a
number, we want TiledLibreOffice to loop, initially performing only
that number of drawing operations in AquaSalGraphics, then wait for
some seconds, and redraw. Next time perform one operation
more. Repeat.
Implemented in vcl by surrounding the entry and exit(s) of the drawing
functions in AquaSalGraphics with macros.
All this is active only for iOS and in a dbgutil build.
|
|
CATiledLayer does not guarantee that tiles are drawn in the same order
each time so using a "tile number" for DRAW_ONLY_TILE was not
perfect. Use tile coordinates instead when wanting to restrict to
showing just one tile.
Change-Id: I23f4a3ecaf47cd3392d2d950bd279260b3a7b9f4
|
|
Change-Id: I4087f8f51dd6e8066818a98797c1e575ecca3442
|
|
Useful for debugging. Also, make the tile border drawing
optional. These three debugging features are governed by environment
variales (set in Xcode before running with Alt+Product>Run...)
DRAW_ONLY_TILE, DRAW_TILE_BORDERS and DRAW_TILE_NUMBERS.
Change-Id: I81f952284676eafe5d204c819658e0225aabdb1c
|
|
It seems abandoned and hasn't work since we switched to tiled
rendering anyway. And the need for the special single tile at a time
rendering test mode is mostly gone now, when tiled rendering can be
tested with the TiledLibreOffice app, I think. So no need to slow down
a "make" by building the MobileLibreOffice app, too.
Change-Id: I7b0afd3b35ff2ed0fb72f2c150abb25548a5546d
|
|
Change-Id: Ifa88f10a547c9aafd888065ae94210ec1cc7f273
|