- 22 Kas, 2015 8 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I744ff3e268fbffca9499121f3567640934aaae51 Reviewed-on: https://gerrit.libreoffice.org/20110Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Maxim Monastirsky yazdı
There is no such toolbar since 5319def8 Change-Id: Ia08eeba13d697b64f57ea9052a4c753340f5c304
-
Maxim Monastirsky yazdı
Change-Id: I31fedddb96afee820aaeedeea53096570594993b
-
Jean-Pierre Ledure yazdı
Addition of "<a id= ...>" tag pattern Typos Change-Id: Id03e6224dc91249a9e6246ff94a80427ae76a86e
-
Julien Nabet yazdı
Change-Id: I6201d926e6987f231ce11ab6d3a502e8034b4818 Reviewed-on: https://gerrit.libreoffice.org/20114Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
New fix which deals with specific "foo" case Change-Id: I479b30abf22315ddca6151cba220574029cb1a91 Reviewed-on: https://gerrit.libreoffice.org/20113Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
Change-Id: Ic738033bc9a10df4ddc26c4538a6969d389dc631
-
Takeshi Abe yazdı
Change-Id: Iad347c2575cdbd6ee117461ea89f16234ecdd49e
-
- 21 Kas, 2015 10 kayıt (commit)
-
-
Julien Nabet yazdı
This reverts commit 010ed5e6. The fix was too naive and generated a problem during PythonTest_sw_python with set_expression test
-
Julien Nabet yazdı
See https://bugs.documentfoundation.org/show_bug.cgi?id=95963 for more details Change-Id: Ia3fbf4db8d5b968e86007f7e9d6694d5e096f214 Reviewed-on: https://gerrit.libreoffice.org/20107Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
Just indicate there's an error if the function name is unknown Change-Id: Idad6dd1911c2e8a0206f70fb933fcfd540a887d2 Reviewed-on: https://gerrit.libreoffice.org/19919Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
bAll (ie "Find All") seems a little tricky for GetBackward but not for GetRowDirection method Change-Id: I47d2b378fb493bcdc1ad30902a3a677eedc50789 Reviewed-on: https://gerrit.libreoffice.org/20067Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Noel Grandin yazdı
Change-Id: I1a5da92deef152ef298e2036dbb2fbb65a5e3e7a Reviewed-on: https://gerrit.libreoffice.org/20076Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Christian Lohmaier yazdı
Change-Id: I8fdde4b46e3e315a5b6a35cabc4495ebf69db057
-
Christian Lohmaier yazdı
and even if it had, everything ends up in liblo-native-code.so now Change-Id: I5d62cf619867d6d0f7c5d4f91acf529706ebdc75
-
Christian Lohmaier yazdı
Change-Id: Id7157ea5fadd684dceec52f69ec9279c4107b5f1
-
Christian Lohmaier yazdı
Change-Id: I411a7e26f536a1e4924f566a2ecba097fc134db2
-
Andras Timar yazdı
Change-Id: I05eb8e99d919eea267df174e948cec29bdf04e75 Reviewed-on: https://gerrit.libreoffice.org/20100Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
- 20 Kas, 2015 22 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I6531a79b510da18b6799edd32d40cfce7dd2975a
-
Eike Rathke yazdı
So we now have =IF({1,0},TRUE(),42) => {TRUE,42} =IF({0,1},TRUE(),42) => {42,1} =IF({1,0},42,FALSE()) => {42,0} =IF({0,1},42,FALSE()) => {FALSE,42} instead of before =IF({1,0},TRUE(),42) => {TRUE,TRUE} =IF({0,1},TRUE(),42) => {TRUE,TRUE} =IF({1,0},42,FALSE()) => {TRUE,FALSE} =IF({0,1},42,FALSE()) => {FALSE,TRUE} Not perfect but better.. Change-Id: Ib4970f3c4c1bea87130730b956a0a6754879c6e6
-
Tomaž Vajngerl yazdı
Change-Id: I8683db0b038e89c1c9b4b723f31a205e80d9be6a
-
Tomaž Vajngerl yazdı
Change-Id: I815d4cefb6185865d48bdcec294f52a61f53241a
-
Tomaž Vajngerl yazdı
Devices weren't copied correctly - delete copy constructor as it is not needed. Split parsing to more methods so it is more readable. Parse vendor name (ati, intel, ...) and convert to vendorId Change-Id: I91ed7d8c5713dec160e217defb27f25cd3e8178c
-
Michael Meeks yazdı
Change-Id: I99c630c2b497b695365728ce5a2497ff64ff9f1a
-
Jan Holesovsky yazdı
Rename the variable too when I am at that; it may be broken, but the user knows what he/she's doing when using an env. var. Change-Id: Ia457c477e5677e7f89a35b331df0933e2eb3f5b3
-
Michael Stahl yazdı
This reverts commit 58e2a9ef. It breaks CppunitTest_sw_globalfilter. Change-Id: I0eb787d698276b86bf4d77a5300ea98cce0fdea5
-
Emmanuel Gil Peyrot yazdı
This removes the hack reflections were previously, where a black quad was drawn on top of a mirror version of the first primitive only. Change-Id: I8c0863ab30e85d0130a8d7e838f3514e9be93788
-
Emmanuel Gil Peyrot yazdı
Change-Id: I94187b9316a206578bb738411053afe070703f09
-
Emmanuel Gil Peyrot yazdı
Many transitions don’t like the simplistic default shader, especially since it doesn’t handle lighting or reflections properly. Those issues are addressed in the following commits. TODO: except lighting. Change-Id: Ia99308deb87c97d9bbe1da32aac64d0437061a84
-
Bjoern Michaelsen yazdı
Change-Id: I9d1ae01d29ff08ce9de34d86088c1bbbe53bd159
-
Bjoern Michaelsen yazdı
This reverts commit de37e7ae4808dc9cdd84a8c21411958ed51db56. This should now be properly fixed with a2185987. nitpick: That commit was refering to a wrong commit anyway, it should have refered to a2185987d instead. Change-Id: Ic46db94568ac4074f471f42678cdf8d9fb32ef67
-
Bjoern Michaelsen yazdı
Change-Id: Icc7f6f063e6a31d3d84e9757dc45859f6fe1703c
-
Michael Stahl yazdı
- drop libxml2-freebsd.patch.1 (upstream libtool 2.4.6 does the same) - drop libxml2-vc15.patch (fixed upstream) Change-Id: Ia2f194f39efebd3d2ea924d23a5543ac53e93116 Reviewed-on: https://gerrit.libreoffice.org/20084Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
László Németh yazdı
Change-Id: Id9c718fda8f15d804e07ad87ff4ca930c2ea70cf
-
Stephan Bergmann yazdı
...to b8793748 "Seems more natural to pass a homogenous list by initializer_list" Change-Id: I1c6816a442b57572a307251de1de5652a9d2a63a
-
Stephan Bergmann yazdı
Change-Id: Ieb8821ed16707afd26329cb84277c96dca66d5b7
-
Stephan Bergmann yazdı
Change-Id: Ia0a89419fffb9081df7da4696c3ec21ef3f0256b
-
Stephan Bergmann yazdı
Change-Id: Ia306219fdcce4633e85c34db343a99b21e88157e
-
Stephan Bergmann yazdı
Change-Id: I12e145be9c9f19c51e86075298f616b003054e10
-
Noel Grandin yazdı
Change-Id: Ibba6a89ba87970bf08c44e8a70ce0dd1e9f75956 Reviewed-on: https://gerrit.libreoffice.org/20081Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-