- 31 Eki, 2014 3 kayıt (commit)
-
-
Noel Grandin yazdı
because it's implementation is the same as operator== Change-Id: If9b63abcd13f899735d59d85be3da54406a6e324
-
Noel Grandin yazdı
Change-Id: I413d821a984ab556bd19c52704c04de6d828f699
-
Noel Grandin yazdı
so just dump it Change-Id: I006045aea345e84ff1944fc1ed1daa94bd7bca61
-
- 30 Eki, 2014 37 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: I3f66b621b136b8c42c4acc16058276215fd39835
-
Maxim Monastirsky yazdı
Change-Id: Icbb325517ec835d2bee7ac4693cfe939b741d7fd
-
Tor Lillqvist yazdı
Change-Id: I41067a6a81e58793ba8b0491b4044de6e7f68e2b
-
Michael Meeks yazdı
We want a pre-spun-up, shared thread-pool that doesn't get its workers created & joined frequently. Change-Id: I29081e3a3e3849ca30e63fd080ee3315d99cbe8d
-
Michael Meeks yazdı
Change-Id: Ib27b8b1ccc07ff194035d6c2ef3d45c429e3cea1
-
Tor Lillqvist yazdı
Change-Id: I1ac6366714acd7ec3e74b7afb4670c73825d1032
-
Tor Lillqvist yazdı
Re-evaluate scores if the profile file did not match. It used to work so that if the OpenCL devices available had changed (if just the OpenCL driver version had changed), we did not re-evaluate scores but instead selected the dummy software device. Which hardly was as intended. Change-Id: Ifd79c0226504323f275d2e1d02876a0fecc449e0
-
Tor Lillqvist yazdı
Change-Id: I3bca38b16613d59c4620de33eaf61bebb269e1a8
-
Tor Lillqvist yazdı
Change-Id: I49bc06865c599e0a4417e24c70845a2bc25b7ff8
-
Caolán McNamara yazdı
Change-Id: I0ffb952b1a12889462c209d0c2d43ab75296c3d0
-
Tor Lillqvist yazdı
Change-Id: Ie232566340e3d7c77cabbfcea641f3d1b40de0bd
-
Caolán McNamara yazdı
brown bag fix for commit cdbfbd0f Date: Thu Oct 30 09:21:40 2014 +0000 coverity#735608 Division or modulo by float zero and coverity#735607 Division or modulo by float zero Change-Id: I8e04765cf5354d57a54b166a5e2af71b40b670bb
-
Norbert Thiebaud yazdı
the magic number in this test does not seems to agree with Mac Retina Display (Assumed because the non Retina tinderbox do not complain) Change-Id: I247215b59995e4ffc01720da4988e7eaa8ac78ca
-
Norbert Thiebaud yazdı
There was a snaffu with the handling of DXArray concerning the special case of the 'first' character and how that translate when the glyph order is not the same than the character order Change-Id: Ie9273ff22fa2d22ca0df2b583768ffb2b2a59930
-
Norbert Thiebaud yazdı
Change-Id: I577f7582b4938dc5dcd75460dd889c5675ee3c17
-
Eike Rathke yazdı
Change-Id: Ice6d473d56b16ca53a046888f38d0c570d4b3828
-
Eike Rathke yazdı
Change-Id: I8461cb3f9a3c1cd662b1bcbfc53ee56a498a7b35
-
Andrea Gelmini yazdı
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150Reviewed-by:
Bryan Quigley <gquigs@gmail.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Christian M. Heller yazdı
V2 with changes suggested by Samuel and Eike Change-Id: I3bc7e5c5173fe06d29f32bab1973828fdfb33d53 Reviewed-on: https://gerrit.libreoffice.org/12036Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Boris Egorov yazdı
First change in series to fix fdo#84846. Change-Id: I52dc333c2caa30ee3c75d9cc80862cf24a204f93 Reviewed-on: https://gerrit.libreoffice.org/12148Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Jaumann yazdı
Change-Id: Ife2b6e9729ae7335a87f077368a984c417ab5e66 Reviewed-on: https://gerrit.libreoffice.org/12154Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Id4fc5dda86845d23fe35122f7ade3ae99b2d123c
-
Caolán McNamara yazdı
Change-Id: I2e3ad291d34b412b27b52cf54266ede6b31028a2
-
Jan Holesovsky yazdı
Change-Id: I8cb9ecb3a38468c4b00b5c043f63165631f55513
-
Jan Holesovsky yazdı
Change-Id: Id5b653201f10fb3ef06208c5afc2650ab3ee493c
-
Caolán McNamara yazdı
Change-Id: Ifdd68f7e415176062b9eee6825b3c0bb09cb05db
-
Caolán McNamara yazdı
Change-Id: I53bd1e36b2c4e9e7f5e8ec95fa79348fc9cac98b
-
Michael Stahl yazdı
This is enabled by default, to get the new formatting where the first line of a paragraph is shrunk if a proportional line spacing < 100% is applied; existing OOo documents get the previous (before LO 3.3) formatting. Since the formatting in LO releases is broken anyway, it does not matter much which way documents written by old LO get formatted. Change-Id: I0952f568a933c137bd03070759989cac3517d8b9
-
Michael Stahl yazdı
SwTxtFormatter::CalcRealHeight(): Apply the special treatment of < 100% line space shrinking the Height() of the line only to the first line in a paragraph; the subsequent ones are shrunk again (to the square of the desired proportion) 30 lines later. Also set the Ascent of the line, as the wrong base-line causes the lower part of the line to be clipped. (regression from 42532d42) Change-Id: I0424396263293deaa318c80eedc2237cdb01b22b
-
Caolán McNamara yazdı
Change-Id: I10e5dd8ea4097892d2571304d982ab20ee230988
-
Caolán McNamara yazdı
Change-Id: Iacb40220a87563a53a521b35efe208bb3b90e653
-
Caolán McNamara yazdı
since commit 7599f68c Author: Ivo Hinkelmann <ihi@openoffice.org> Date: Wed Apr 22 11:01:27 2009 +0000 CWS-TOOLING: integrate CWS dba32a Change-Id: I85c45344ca31d50bd99c12b8c9dc29478aadb067
-
Caolán McNamara yazdı
Change-Id: I31bfb0b6cdcac78592759824cb74ab62d98fcc7b
-
Caolán McNamara yazdı
Change-Id: I7c2400e9f340562380423eb3300bbcf3eb4c4871
-
Caolán McNamara yazdı
Change-Id: Idf7d07398e42b1839c64b0607ec23c12d4c406ad
-
Caolán McNamara yazdı
Change-Id: I6b4605e3223d11fe4f905e0d9141043a0d7527da
-
Caolán McNamara yazdı
Change-Id: If573f4d21492506d631861d06842828f9abb61f4
-