- 09 May, 2019 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Plus some build fixes triggered by this. Change-Id: I59b21def706598ceffd45ae5b1f0262ec9c1ad50 Reviewed-on: https://gerrit.libreoffice.org/71581 Tested-by: Jenkins Reviewed-by:
Luboš Luňák <l.lunak@collabora.com>
-
- 28 Nis, 2019 1 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
This is the first step of refactoring Animation where it is needed to separate AnimationBitmap(s) from the Animation class, which is also responsible for displaying of animation. General idea is to make Graphic work only with AnimationBitmaps, which can be freely be swapped out and in, make copies - all transparantly from the actually displaying them and possibly it will also remove the need to copy the animation objects. Change-Id: If5d55ac1a5b26c3880d4f7602be57742b086f9da Reviewed-on: https://gerrit.libreoffice.org/71406 Tested-by: Jenkins Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
- 28 Eyl, 2018 1 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Ie780ff9f3a8c61d13ad10cc2dbe24d3ec165470e Reviewed-on: https://gerrit.libreoffice.org/61063Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
-
- 02 Mar, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
move what we still need into color.hxx Change-Id: Ied7e31eb16468aa334c666b1499a6262f16a6350 Reviewed-on: https://gerrit.libreoffice.org/50561Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 22 Eyl, 2017 1 kayıt (commit)
-
-
Mike Kaganski yazdı
Change-Id: I69d4157aaf6570cecd51ea59df20556914942e06 Reviewed-on: https://gerrit.libreoffice.org/42565Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
- 15 Tem, 2017 1 kayıt (commit)
-
-
Armin Le Grand yazdı
First steps to organize an importer that can read/interpret wmf/emf/emf+ and deliver a primitive representation for the content by parsing it. Use the same mechanisms as already applied for Svg, so to reuse abilities to keep original binary data to allow save again and embedding in files and have an implemented replacement bitmap based representation. For this, unify the used helper classes to handle more than just Svg. For 1st try, add test code and static bool switches Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7
-
- 25 Nis, 2017 1 kayıt (commit)
-
-
Chris Sherlock yazdı
ErrorInfo has a hard depency on VCL, yet is in the tools package. It is more appropriate to have it reside in the VCL module. Change-Id: Ica54a46c3a7f86cf0331ed7245234bea69c05650 Reviewed-on: https://gerrit.libreoffice.org/36839Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 27 Şub, 2017 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
There is nothing called FillPropertiesGroupContext. Rename the file to "misccontexts.hxx" as I could not come up with some more specific name that would describe the collection of classes defined in it. Rename the corresponding cxx file, too. Change-Id: I44db1db8c63c8e897774597b46a237a214aacedf
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ie13614c1977f45aa8086f4db65ca86b7d9212735
-
- 06 May, 2016 1 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I38fde54d0fdbb9c61e3df004242a70e14429f52f
-
- 13 Nis, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
remove <boost/noncopyable.hpp> in pch and remove boost from makefile if it was the only boost entry. Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831 Reviewed-on: https://gerrit.libreoffice.org/24061Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 03 Şub, 2016 1 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I8b3c029db18f62cc41e5fc12582e10bf2a67d2c7
-
- 11 Ara, 2015 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I962544005b5d408f7c044a02eefe09b87d8a81fe
-
- 15 Kas, 2015 1 kayıt (commit)
-
-
Ashod Nakashian yazdı
Ported update_pch.sh to Python with improved performance and features. The new script is invoked from the same update_pch.sh which calls it for each library in parallel, although it can be invoked directly. The ported script (update_pch) updates all PCH files in ~15 seconds where the old script took ~4500 seconds. In addition, the new script supports 3-tiered headers (system, module, and local) and is very flexible to support other improvement. It has a per-library optimal configuration settings that can be updated using another new scripts (update_pch_autotune.sh) which finds optimal per-PCH settings. PCH files have been generated using the new scripts which builds significantly faster (2-3x, depending on module and configuration) and the intermediate binaries are noticably smaller (by several GBs). The new script stamps each generated PCH file with the command that generated it to make it trivial for users to update them, and also adds the command to invoke another script (update_pch_bisect) that helps find missing headers or conflicting headers that may break the build after updating the PCH. Finally update_pch has built-in unit-tests for makefile parsing and other core functionality. Change-Id: Ib933b50e50374d7e2e7e3e95ba8799b0cc8a27fa Reviewed-on: https://gerrit.libreoffice.org/19965Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 17 Eyl, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
-
- 23 Agu, 2015 1 kayıt (commit)
-
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: I8a82df7ea24874d8e246dc983418d872f1943c8e Reviewed-on: https://gerrit.libreoffice.org/17919Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 10 Tem, 2015 1 kayıt (commit)
-
-
Michael Stahl yazdı
It just includes a bunch of other boost headers; mostly we need boost/noncopyable.hpp so include that directly. This eliminates 831 MB(!) of boost/preprocessor/seq/fold_left.hpp completely, which is the 2nd biggest header after ustring.hxx. Change-Id: I3df55770adcb46e56f389af828e8ba80da2dc1f2
-
- 18 Haz, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ib6d91f1ee427d5f94eed75e478f0809346f38e05
-
- 18 May, 2015 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd Reviewed-on: https://gerrit.libreoffice.org/15775Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 05 Şub, 2015 1 kayıt (commit)
-
-
Ashod Nakashian yazdı
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 02 Ock, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
-
- 13 Agu, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
-
- 29 Tem, 2014 1 kayıt (commit)
-
-
Alexandre Vicenzi yazdı
Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa Reviewed-on: https://gerrit.libreoffice.org/10603Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 28 May, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I5316693452427ed76a7738b090de023b110caa40
-
- 14 Nis, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
-
- 21 Ock, 2014 1 kayıt (commit)
-
-
Alexandre Vicenzi yazdı
Change-Id: I224bc31af9ecb77ad42357550e016b000ebf4837 Reviewed-on: https://gerrit.libreoffice.org/7519Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
- 14 Kas, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
-
- 05 Kas, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
-
- 20 Eki, 2013 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
-
- 15 Eki, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
-
- 05 Eyl, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
-
- 02 May, 2013 1 kayıt (commit)
-
-
Aurimas Fišeras yazdı
Change-Id: Ia400389ca7c4fbe752e19ca2d38f2fee00f6ee7d Reviewed-on: https://gerrit.libreoffice.org/3736Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
- 25 Nis, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
-
- 17 Nis, 2013 1 kayıt (commit)
-
-
Aurimas Fišeras yazdı
Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 21 Mar, 2013 1 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
-
- 16 Mar, 2013 1 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: Iaf0195a0c2ec3d6daa1e3c70d20dfa8de97b9647
-
- 12 Mar, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
-
- 10 Mar, 2013 1 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
-
- 13 Şub, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
-
- 10 Ock, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
-