- 22 Şub, 2013 14 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: Iaedb5fcd87a24f478d7c4a9c25e32cd2d0ee55da Reviewed-on: https://gerrit.libreoffice.org/2221Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I58d8e8dc9c6a6864206d923165d075114368c866
-
Norbert Thiebaud yazdı
Change-Id: I470c34c38eda673e6663b23cdb28ea4be0bef914 Reviewed-on: https://gerrit.libreoffice.org/2218Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: I098290a33a3d455594bd200034b279eef02c792b
-
Tor Lillqvist yazdı
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
-
Norbert Thiebaud yazdı
Change-Id: I9d217789116602838dabbf93e81ab8d0467c5c7b Reviewed-on: https://gerrit.libreoffice.org/2217Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
Change-Id: I1a5c7d7bb2d60a43bb6197fc04a01d981a1396d1 Reviewed-on: https://gerrit.libreoffice.org/2215Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: Id832119cc6da885372e56c2119e3bc3b31a7b825
-
Tor Lillqvist yazdı
Change-Id: I1731710811506383d29c835a613b07506e7232f0
-
Tor Lillqvist yazdı
I assume the word "always" is what is meant, not "all ways". Change-Id: I95a2d98f3a6ef49cf52341fbb6d8a8c90e3ee27a
-
Miklos Vajna yazdı
Change-Id: I39a2d3128e5b8f09f1cac895205dea683a4abd17
-
Markus Mohrhard yazdı
Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3
-
Markus Mohrhard yazdı
Change-Id: If605c111a1d921e404c4aca12d28c558a6659987
-
Michael Stahl yazdı
... so it can be passed from make to shell to configure to generated Makefile to libtool to invoked gcc without loss of valuable dollars. It is an open question to which extent this commit should be credited to the designers of sh, autoconf, libtool, make, and/or Solaris ld. Change-Id: I0709a49d7025dbfda4d9c0e7202ea932ec85e0cb
-
- 21 Şub, 2013 26 kayıt (commit)
-
-
David Ostrovsky yazdı
that's enouph breakage for now. This reverts commit 596bd0f6. Change-Id: I992f439a9a099e47115a30b3d745848f3af09e5e
-
Tor Lillqvist yazdı
Change-Id: I90a75a3d2eed8929b21eef3f710aec37a9f9c5bd
-
Tor Lillqvist yazdı
Change-Id: I20c70299e6e91883dd5ee45b09268f543fd5e1c8
-
Tor Lillqvist yazdı
Change-Id: I40e0edeeda7158c6209b3eda124587e2da4df8d1
-
Michael Meeks yazdı
Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1
-
Tor Lillqvist yazdı
Change-Id: I381386852e20bf0424f3189099b10bb33de98bc8
-
Tor Lillqvist yazdı
Change-Id: I88b514326be80e56053a28f4a434162fd8d4397b
-
Tor Lillqvist yazdı
The dlsym() crack found the system (but non-public) libfreetype symbols, and that seems to be incompatible and caused the app to crash. Change-Id: I9b0bcac098d7cb3560640de3dfc10f51569c462d
-
Tor Lillqvist yazdı
There is no use for non-exported symbols and debugging information in the .so on the device. Debugging with ndk-gdb uses the non-stripped copy of the .so located on the build machine and works fine (as fine as the NDK gdb can work) even if the .so that is actually running on the device includes no debugging information. Change-Id: If4e77284a74427261eefac0e167ed42161c773f8
-
Michael Meeks yazdı
Only renders on very-first-start after install (oddly). We initialize vcl in it's own thread to avoid problems. Thanks to tml for fixing a linking issue. Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
-
Michael Meeks yazdı
This reverts commit cecc9260. Conflicts: sal/android/lo-bootstrap.c sal/inc/osl/detail/android-bootstrap.h
-
Julien Nabet yazdı
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
-
Michael Stahl yazdı
Change-Id: I37f96df0ca6003bd811f156448e6b4990d2222aa
-
Norbert Thiebaud yazdı
Change-Id: I6a6fd3e1e749b9a7adebdc4bf615e9b523b427bd
-
Eike Rathke yazdı
Change-Id: I896e29b04568b351517612a1ac161dca5717dfbc
-
Eike Rathke yazdı
Change-Id: I6bdce23059d7db337fff0d4eb215b2acdaf18c93
-
Michael Meeks yazdı
Change-Id: I951d26df9c99f47b3e1415b96efaa050adf82892
-
Tomaž Vajngerl yazdı
Change-Id: I8b42a6c047f95aa567f520db81699c83a115a6c7
-
Luboš Luňák yazdı
Without this, only fonts that had come embedded with the document were embedded when saving, which meant that it was impossible to create new documents that would have any fonts embedded. Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf
-
Luboš Luňák yazdı
Change-Id: Ic43283b9e1666c0f2162e277dc79fc6f992ef616
-
Michael Meeks yazdı
Change-Id: I391a415e0f4bf3813637191ef04c0b5f72a2c470
-
Cédric Bosdonnat yazdı
-
Caolán McNamara yazdı
Change-Id: Ib185eacbd0b4123ec947d116076358794bf42d46
-
Caolán McNamara yazdı
Change-Id: I81f6022602caf9f2b23a7de70f297bb5360a9397
-
Luboš Luňák yazdı
Only the Clang tinderbox fails here for some reason, but e.g. code in ww8par5.cxx check for non-NULL too, so it's apparently possible. Change-Id: I985445f7727560116813aacbca40c0e7c0a4863f
-
Stephan Bergmann yazdı
Change-Id: I3a294c5c800597f3b17395e1e02944f5279e3753
-