- 10 Şub, 2019 2 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I5d25249c58f55c501e3e5610419753a68423b0f2 Reviewed-on: https://gerrit.libreoffice.org/67612Reviewed-by:
Aron Budea <aron.budea@collabora.com> Tested-by:
Aron Budea <aron.budea@collabora.com>
-
Tomaž Vajngerl yazdı
A native widgets aren't part of a VCL metafile so they are ignored when the metafile is replayed. When drawing a dialog to a custom device, the first draw goes to the metafile, which is then replayed to the final device, but no native widgets get drawn. This commit changes this behavior for LOKit where it draws without using the intermediate VCL metafile. Change-Id: I823db30c8bceb83830c6c993d4238b39e1331c09
-
- 08 Şub, 2019 4 kayıt (commit)
-
-
merttumer yazdı
Change-Id: I1f01e16e6958b0be4f82b13c2f3c5a91a8f05558 Signed-off-by:
merttumer <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/67551Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Jan Holesovsky yazdı
Quick fix for the too big previews in the font dialog. This reverts commit a6634c01f8adcc79b7e74cc2d34de1b262139594. Change-Id: I04cf8d604e4fa58bf591cdd817c6feddeb45e84e Reviewed-on: https://gerrit.libreoffice.org/67550Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Henry Castro yazdı
Change-Id: If0f7b953a40ca1d5f469087cb8f362a949c39b37 Reviewed-on: https://gerrit.libreoffice.org/67499Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Michael Meeks yazdı
Change-Id: I7bceba10f002ad5751e3d810f9a9767ad2e875bc Reviewed-on: https://gerrit.libreoffice.org/66924 Tested-by: Jenkins Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 175274a6) Reviewed-on: https://gerrit.libreoffice.org/66930Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
- 07 Şub, 2019 4 kayıt (commit)
-
-
Michael Stahl yazdı
fixes CVE-2018-16890 and CVE-2019-3822 Change-Id: I4c0021a5002590659cbfbdf642a7704a05309bf2 Reviewed-on: https://gerrit.libreoffice.org/67444 Tested-by: Jenkins Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 6ac54b9c)
-
Tor Lillqvist yazdı
Change-Id: I52d75427fe30945293f347e3f49d21bc2016edae
-
Tor Lillqvist yazdı
Change-Id: I134101d1be5922051e34352331a49f5706030ff2
-
Henry Castro yazdı
Change-Id: I3a1072e6ededbd0322c4b1dcd0ef4b16ace219d1 Reviewed-on: https://gerrit.libreoffice.org/67478Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
- 06 Şub, 2019 9 kayıt (commit)
-
-
Tor Lillqvist yazdı
Probably helps VB6 clients. Change-Id: I3a1072e6ededbd0322c4b0dcd0ef4b16ace215d1
-
Tor Lillqvist yazdı
Change-Id: Ia9e78c331d2cb711653ee3e64597ebf2824e0eeb
-
Tor Lillqvist yazdı
Change-Id: I14379c5732c1921b8f52293045d01acf99e0b840
-
Tor Lillqvist yazdı
Change-Id: I972f9446560cc8ac51031dbc36fc05d438d150e7
-
Tor Lillqvist yazdı
Change-Id: I4606e5a3717c3717d105dd2e63c9fd7d2e1abf83
-
Tor Lillqvist yazdı
Change-Id: I1714a609ecb520260b99f361e4ed65bdc77ddddc
-
Stephan Bergmann yazdı
...which happens to avoid an unhelpful -Werror=strict-overflow with GCC 7 and --enable-optimized: > vcl/source/edit/texteng.cxx: In member function ‘bool TextEngine::CreateLines(sal_uInt32)’: > vcl/source/edit/texteng.cxx:2197:9: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow] > if ( nTmpWidth > nXWidth ) > ^~ Change-Id: Ia87933da6e38b8b462d2ea34c3db6a84c5840f92 Reviewed-on: https://gerrit.libreoffice.org/66690 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 41fded57)
-
Stephan Bergmann yazdı
...as emitted by at least GCC 8.2 with --enable-optimized, by making the buffers large enough for the (hypothetical) largest values of the various date/time components Reviewed-on: https://gerrit.libreoffice.org/66618 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 113536e9) Change-Id: I82e9b08fa099546b2d6f29c702e1440df9e6c6e0
-
Stephan Bergmann yazdı
> In file included from gcc/include/c++/7.1.1/vector:69:0, > from jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:39: > gcc/include/c++/7.1.1/bits/vector.tcc: In function ‘javaPluginError jfw_plugin_startJavaVirtualMachine(const JavaInfo*, const JavaVMOption*, sal_Int32, JavaVM**, JNIEnv**)’: > gcc/include/c++/7.1.1/bits/vector.tcc:407:15: error: variable ‘__new_finish’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] > pointer __new_finish(__new_start); > ^~~~~~~~~~~~ Change-Id: Iefabac65871ed79bcfa333f0193fcbbd1369f7f1 Reviewed-on: https://gerrit.libreoffice.org/66714 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 58f30cf1)
-
- 05 Şub, 2019 2 kayıt (commit)
-
-
Miklos Vajna yazdı
This was added in commit 2fcf3a87 (ooxml: preserve gradient shape fill, 2014-01-31), and assumes that the theme colors can be preserved, as the theme definition is grab-bagged as well. But the theme is grab-bagged only for DOCX, not for PPTX, so skip gradient grab-bag for PPTX, otherwise the gradient would refer to incorrect colors in the theme. Change-Id: I98e1c67d4b10e68916f81dd7fc508eb4146d506b Reviewed-on: https://gerrit.libreoffice.org/67386Reviewed-by:
Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins (cherry picked from commit cfc1f4ea) Reviewed-on: https://gerrit.libreoffice.org/67396Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Miklos Vajna yazdı
Map Border to a gradient stop before the final one. Map X/YOffset to the focus rectangle of the center shade, i.e. the opposite of what the import already does. (cherry picked from commit 82365563) Conflicts: oox/source/export/drawingml.cxx sd/qa/unit/import-tests.cxx Change-Id: I88db7d579da7327e5e06b736a75a6892b338dd73 Reviewed-on: https://gerrit.libreoffice.org/67395Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
- 04 Şub, 2019 1 kayıt (commit)
-
-
Miklos Vajna yazdı
Handle the case when the horizontal center is at 50%. Other cases are still unhandled, those are more complex. After fixing the style, center and border, the gradient fill looks similar to how PowerPoint renders it. Change-Id: I419da70482de37031aa2c7fc735692019d7665f5 Reviewed-on: https://gerrit.libreoffice.org/67175Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
- 30 Ock, 2019 3 kayıt (commit)
-
-
Tamás Zolnai yazdı
- Use the correct method to remove the frame, so DOC export will work correctly. - Remove pagedesc attribute of the first text node if the table is moved before it to avoid to generate a page break. Reviewed-on: https://gerrit.libreoffice.org/67093 Tested-by: Jenkins Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 70c29e50) Unfloat: Need to move the page desc into the table node AttrSet Reviewed-on: https://gerrit.libreoffice.org/67126 Tested-by: Jenkins Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 9d319865) Change-Id: I02802c4d25c947ec140b846c594848117815f1ce b9868bb31238905dd178fcf54c79f013079a037b Reviewed-on: https://gerrit.libreoffice.org/67098Reviewed-by:
Miklos Vajna <vmiklos@collabora.com> Tested-by:
Miklos Vajna <vmiklos@collabora.com>
-
Andras Timar yazdı
Change-Id: Icbee86df871c772c1897ddf4b84803970e574074
-
Tamas Bunth yazdı
Also add test for inserting and reading timestamp values. Change-Id: I2ba997c438f4e33965b0fe0602e58eddeff38b01 Reviewed-on: https://gerrit.libreoffice.org/67066 Tested-by: Jenkins Reviewed-by:
Tamás Bunth <btomi96@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/67091Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
- 28 Ock, 2019 1 kayıt (commit)
-
-
Andras Timar yazdı
* Update translations from branch 'distro/collabora/cp-6.0' - [cp] Revert rename of Master Slide Design Change-Id: Ia8a6f8f16a7bc725a6184a627d65ba8a914d8c29
-
- 25 Ock, 2019 2 kayıt (commit)
-
-
Jan Holesovsky yazdı
The consequence was that the shapes were inserted into the background layer. The problem was particularly visible with the LOK, but reproducible on the desktop too. Includes unit test. Change-Id: I16137331f944101e25679ec8c4a034bea658bc57 Reviewed-on: https://gerrit.libreoffice.org/66915Reviewed-by:
Miklos Vajna <vmiklos@collabora.com> Tested-by:
Miklos Vajna <vmiklos@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: Ia078fb8e1e497edfa08e2a61d1659100461fc52e Reviewed-on: https://gerrit.libreoffice.org/59720 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/66914Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
- 24 Ock, 2019 3 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: Id89913a8d14d1c7c16684700b5f89e786ef61369
-
Andras Timar yazdı
Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd
-
Andras Timar yazdı
Change-Id: I77159776e2f6625cdd23d1b11b36485325da2a3c
-
- 23 Ock, 2019 5 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I77159776e2f6625cdd23d1b11b36485325da2a3c
-
Andras Timar yazdı
Change-Id: If0087ff8d079ee91e087d8589b7bcc99ad21efa5
-
Tor Lillqvist yazdı
Change-Id: Ifc48e5fbcc212f0e80cf6877e2781910e38e5e54
-
Andras Timar yazdı
This reverts commit 7b6cf331.
-
Andras Timar yazdı
Change-Id: Ia988030974cb54e50709d10baa728cace72f1b58
-
- 22 Ock, 2019 4 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I9740e265c7f4c607bf871c5f12df149355ce6a61 Reviewed-on: https://gerrit.libreoffice.org/66495Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/66728Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Tamas Bunth yazdı
.. should move the cursor backwards to beforeFirst position and return false. Change-Id: Icbb4bed0ea39ea3a0bf375d5616e3ef768fc69d9 Reviewed-on: https://gerrit.libreoffice.org/66730Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Szymon Kłos yazdı
Change-Id: I8688c65695080804bae22209ed5d4890ced1a8dc
-
Ashod Nakashian yazdı
Change-Id: I2eb92d83f50b91b39a10e22298d496668c1cbf72
-