- 27 Şub, 2015 5 kayıt (commit)
-
-
Stephan Bergmann yazdı
As discussed in b4f6b26b "SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM," RTTI-based -fsanitize= checks with Clang on Linux need special precautions to make RTTI symbols visible across DSOs. The approach taken there, as well as in 598d8194 "Visible function type RTTI for Clang -fsanitize=function," was to add explicit SAL_DLLPUBLIC_RTTI annontations to relevant type definitions. However, for -fsanitize=vptr that would have required many more of those, so it appears easier to "misuse" -fsanitize-ms-compat in that case, which happens to give all RTTI symbols default visibility (while otherwise still honoring our SAL_DLLPUBLIC/PRIVATE annotations). The SAL_DLLPUBLIC_RTTI annotations from 598d8194 "Visible function type RTTI for Clang -fsanitize=function" can likely be removed again. Change-Id: Ibeff7ab8c908111a7dc66ff0677204f112b24db8
-
Stephan Bergmann yazdı
Change-Id: Icf872e269c7e427ba1287ccd0082974c9426449e
-
Tor Lillqvist yazdı
Now Adobe Reader is satisfied with the signature timestamp. I just need to figure out how to do the corresponding fix for the Win32 version, too. Change-Id: Ie2cce177a9a356e729ca157b4c181e95a2c60c91
-
Miklos Vajna yazdı
Change-Id: Ic9762d9392493a84fe124349e7616ac21f7e8586
-
Adolfo Jayme Barrientos yazdı
Change-Id: Icb57186d823a5fa458b5f6516e04bb06b0a848d9
-
- 26 Şub, 2015 35 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
-
Caolán McNamara yazdı
as it now works again after ancient emf import bug is fixed by commit 5e5b90c1 Date: Thu Feb 26 13:47:58 2015 +0000 in BITFIELDS mode (3) there are *3* pal entries not 12 and two writer qa tests adapted to test for the actual pixel color vs the underlying pixel data This reverts commit 3c4f7704. Change-Id: Id94f98f9c620c90fda097fa97fc34c9ee957c483
-
Tor Lillqvist yazdı
Luckily doable with much simpler code than the horrible NSS and curl mess used on Linux (and, sadly, OS X). Basically only one new API call needed: CryptRetrieveTimestamp(). A few hours of work, compared to about a week for the Linux case. However, amusingly, it causes the same message in Adobe Reader as when using the NSS code: "The signature includes an embedded timestamp but it could not be verified". Sigh. Change-Id: I98c973bd50b841d1ae3feb8a695bac29da538b6c
-
Tor Lillqvist yazdı
Change-Id: Ic82f64746e657c44f8a16e78dedc6e85aa95544b
-
Jan Holesovsky yazdı
Change-Id: I957bf1d5bd88b15539e95dfa4aa87a8e63a96439
-
Caolán McNamara yazdı
Change-Id: Ia8e18db1870dbecc7b2edb2f4908ada806ff2a95
-
Michael Jaumann yazdı
Change-Id: I369564f23d20d5b4bb890eed41ad48842615ee44 Reviewed-on: https://gerrit.libreoffice.org/14634Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I86bdd1c2603c984380b52b080504b7583155b0fb
-
Caolán McNamara yazdı
Change-Id: Id6f835a9eb8d679b293114a887a81dbf47260bbf
-
Stephan Bergmann yazdı
Change-Id: I5b41039bf63a4c2f313fe7a57c0f6934dcb0752d
-
Ashod Nakashian yazdı
Based on profiling, Writer's most CPU consuming idle event was document statistics calculation. This patch stops the idle timer once statistics has been updated. Subsequent profiling shows a sharp decline in CPU usage. Modifications to the document should initiate statistics update. Change-Id: I8c38ad8847987264549945e4f482ea18d2635283 Reviewed-on: https://gerrit.libreoffice.org/14575Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Needs also 0cd15b44 if edges are to be expanded and formula grouping is affected. Change-Id: Ib3cee8dd214d216907248316a2ac5a290399b169
-
Eike Rathke yazdı
Edge expansion may change expressions individually, which must be split off the group. Change-Id: Id4328bd8c42f2ff9f83d2edc845537971f3a39d3
-
Change-Id: I44f1bbc9798312cea93c2cd7fadb0c3b7f26a9b7 Reviewed-on: https://gerrit.libreoffice.org/14640Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Id4c43a6bcdf915b98410af9ceb0dbf20df3a9498
-
Caolán McNamara yazdı
Change-Id: Iee0fcb8e2b91a6554bedc7e3989c0585a1679a61
-
Caolán McNamara yazdı
Change-Id: I2dbab9e972c7470e9bd30692e54c51ee11ffd45b
-
Caolán McNamara yazdı
Change-Id: Ifb18d5fd0b330dde0edc428621af417ddc836b21
-
Caolán McNamara yazdı
There are 12 *bytes*, which presumably is the thinko there. But this nPalCount gets multiplied by 4 to convert it to bytes later. This is the source of the bad mask values found after "Use the cairo-compatible basebmp surface for headless" etc. Arbitrary values ended up being read as mask values. Change-Id: If5d93f74b1c58d3ecdb5186f93cb0215a556586a
-
Stephan Bergmann yazdı
Change-Id: Iddade9d297be8f4a4e69b3bec5ab7588bf68c112
-
Chris Sherlock yazdı
Change-Id: I45ddf460fa7d673c5210f9415b2a8015988a643e Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I754ac95c851892bdf7630d6f6241ed86f3750cf1
-
Chris Sherlock yazdı
Whilst we are about it, need to expand the macro SFX_DECL_XSERVICEINFO_NOFACTORY and remove the impl_createInstance function. Also removed factory parameter from constructor as not needed. Change-Id: I400274fa9aaaa95be1c9929bce9dd6f25c780196 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ic42209c7a53c23d7b003778c2d2c88a8682569e4
-
Chris Sherlock yazdı
Change-Id: Ib59fa91eb9d32ea437c182d3c0f3b9348816bf7b Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Richard PALO yazdı
Michael Stahl <mst@openoffice.org> Mar 30 2011 solaris11: #i117606#: solaris.mk: add -Bdirect -z defs to LDFLAGS Change-Id: Iab16960010810185a3b1f7c617c44db3d9822fb5 Reviewed-on: https://gerrit.libreoffice.org/14579Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Bjoern Michaelsen yazdı
Change-Id: I65baf9e4583c78ca3128352112fdeeffce3b3225
-
Bjoern Michaelsen yazdı
Change-Id: I5bbddaebb6cf820afced89e634814f485ec38859
-
Bjoern Michaelsen yazdı
Change-Id: I37cbfbcc887ec82e750ba1bc614f4eda77be933b
-
Bjoern Michaelsen yazdı
Change-Id: Id1af6eb4064a524b12113b5b52b15f2ea4d6ada4
-
Stephan Bergmann yazdı
This reverts commit a785df6a plus follow-up 3594c9ce "presumably destroy flushes" and b5b19508 "WaE: -Werror=unused-variable," as it triggered the assert(nLen <= 8) in ColorMask::ImplCalcMaskShift (include/vcl/salbtype.hxx) in various tests. Change-Id: Ic5433522fcd9b8cc7c4e82704cebe7d9bbcea586
-
Tor Lillqvist yazdı
The build fails in harfbuzz, though, some ICU problem. Change-Id: I5071a26b1cc0f6524f6b2af8740d915209727381
-
Takeshi Abe yazdı
Change-Id: I1fb80f10098eee414514e95ddd069d772beadca1 Reviewed-on: https://gerrit.libreoffice.org/14651Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Andrew yazdı
Remove outdated icons from themes, to make future maintenance easier. Fixed file names and updated 'missing' log, 'copyright' text and 'links' for themes- where needed. (Checked against current 'images.zip' bundled themes and git history). Change-Id: If97378582377a64ed798eb44596ac56b89e3eb12 Signed-off-by:
Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/14583Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
Change-Id: I236e8db4cf63fc284b1491591001357a0c662471
-