- 26 Ara, 2013 15 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I1e93d23be2f7738062f419680872b94d2ccdcc8c
-
Tor Lillqvist yazdı
Change-Id: I6544fdddd1662850a715e8841dcad35135fb1d94
-
Tor Lillqvist yazdı
Change-Id: Ia771d36711364bcf53789b3f7a623582451d175d
-
Tor Lillqvist yazdı
Change-Id: I42549eaa7048a6bcb248d3bd1bb28ca2c7c38763
-
Tor Lillqvist yazdı
Change-Id: I95f0afc4b71dd62c7635f0a56b0917463db08c35
-
Tor Lillqvist yazdı
Change-Id: Ic998a1eeddd89f45e12e4036dcbc21be534830ce
-
Tor Lillqvist yazdı
Change-Id: Ib327646572890b13f7049d2ba106c465d7c855f7
-
Tor Lillqvist yazdı
Change-Id: I1f67fca5b66c41d633924ffbf763db03756c8ca7
-
Tor Lillqvist yazdı
I want to be able to use of a separate Xcode installation (like a developer preview) instead of the /Applications/Xcode.app one. Change-Id: I1faa84d028a8df6b4fc61b321fd2a6cde9a0ab0f
-
Tor Lillqvist yazdı
Change-Id: Id8490bb6373d85be2c529a005be55295c530febb
-
Tor Lillqvist yazdı
Doesn't help though, throwing exceptions using __cxa_throw() and our hand-crafted type_infos still doesn't work on arm64. Change-Id: If6099e8696e6232c4b6d4bacd654d28419538e0f
-
Caolán McNamara yazdı
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
-
Caolán McNamara yazdı
Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed
-
Caolán McNamara yazdı
Change-Id: I5518328c2f527b910b78cb20358f4e55acf07ead
-
Caolán McNamara yazdı
Project: help 07e930aa8406a8a85ffe7b3cb08b97f9d7747687
-
- 25 Ara, 2013 3 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I256e0cb228edb85b402e6645fd40f24b7ccf234a
-
Markus Mohrhard yazdı
Change-Id: I352c6b415f0990890702fa21175c196d7f4b12ee
-
Julien Nabet yazdı
Change-Id: I8bd50f3c9ea3cfc770d530c9cbde0ad00e4def4c
-
- 24 Ara, 2013 20 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
-
Caolán McNamara yazdı
Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
-
Caolán McNamara yazdı
Change-Id: I231de866d46d0e0a20e2f80855c0de3bd999ed1b
-
Caolán McNamara yazdı
Change-Id: I072f4264891aca552b73d12d402faa803bb269a5
-
Caolán McNamara yazdı
Project: help 0dc1069fa953547ac90aebf058b6ff18a83e820f
-
Caolán McNamara yazdı
Change-Id: I7e715cb2294de79a8c9453663f0cd0193f5d70fd
-
Caolán McNamara yazdı
Change-Id: I899aabc901488aa1c60aa57c809f330b399e7b7e
-
Caolán McNamara yazdı
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb
-
Caolán McNamara yazdı
Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95
-
Caolán McNamara yazdı
Change-Id: I210ab0bb294ddfefc3f60cffe64b72e5d8fa4650
-
Marcos Paulo de Souza yazdı
We odbcbase is just used inside odbc library, so merge them. Change-Id: I4f4b34873b570ddcf1065c49e5310a1e73092fd6
-
Miklos Vajna yazdı
Change-Id: I4b4a3f9c4ec2c49c178d2e6a175b3dc307295e97
-
Zolnai Tamás yazdı
Call endtrackchanges when rPrChange ends so the corresponding redline will be removed. Change-Id: I4091d7b54e0a74f3158cc979f210577a2dc29783
-
Tor Lillqvist yazdı
I haven't managed to get the C++/UNO bridge to work for 64-bit iOS code yet. I think I understand the calling convention and the parameter marshalling etc might even be correct now. But something goes wrong in the dynamic creation of type_infos and throwing of exceptions. 64-bit iOS code uses a different unwinding mechanism than 32-bit iOS code, I think, which could be related. Quite possibly there is also an unintended compiler feature (or dare I say bug?) in Apple's Clang for arm64 that affects this: The typeinfos are generated as private_extern symbols in arm64 code (instead of as normal extern in armv7 code), thus the dlsym() thing to look up typeinfos doesn't work. Note that as we don't support any Basic, Java or Python on iOS anyway, the C++/UNO bridge is not used for much. Actually, the only use of the bridge at least in the TiledLibreOffice test app seems to be to throw exceptions. Fun, huh? As the actual types of exceptions thrown seems to be a quite small set, just hack it and throw the appropriate exception directly... The only places where exceptions are thrown through the bridge that is used in the test app seems to be the two cancelCommandExecution() functions in ucbhelper. (It would be nice to change the ucbhelper API to not use exceptions for non-exceptional conditions, but that's another thing...) Change-Id: Ifd1861ccbba23d3b138e82400f2b7d80baf0215a
-
Tor Lillqvist yazdı
Change-Id: I2d25c7c196d0386a1c38fa55746370a84c2a2398
-
Tor Lillqvist yazdı
Change-Id: I51bceba0918928812daca3a2c92633b6998b380c
-
Tor Lillqvist yazdı
Change-Id: I6909ed60b39a65e6a6464427b2f839aa2bff3863
-
Jan-Marek Glogowski yazdı
Move all fixed initializers into constructor definition. Change-Id: I7317deae43abf6a9e865c66969cb39a4b69de826 Reviewed-on: https://gerrit.libreoffice.org/7189Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Maxim Monastirsky yazdı
Change-Id: Ie2e3cfa3c35f5ccb59420afb13f5142ecdcb659e Reviewed-on: https://gerrit.libreoffice.org/7033Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Maxim Monastirsky yazdı
A follow-up of commit e239f372. Didn't notice there is fill_color.png also in these themes. Also fixed the ugly yellow color flash of paragraph color picker while initializing the sidebar (introduced by the above commit). This color picker shows the actual color of a paragraph, so there is no reason to set some default color there. Change-Id: I17eed733d1e35ec71c482e3df906523733383e96 Reviewed-on: https://gerrit.libreoffice.org/7035Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 23 Ara, 2013 2 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I48fed93932db28ca1649c7e6c1abf4017757cd45
-
Alexander Wilms yazdı
Change-Id: If1789999363739231986e0e0e82c9d77f5ca0bc7 Reviewed-on: https://gerrit.libreoffice.org/7192Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-