- 19 Ock, 2015 8 kayıt (commit)
-
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ib6b9651b828287665f7248052855f0da2779806e Reviewed-on: https://gerrit.libreoffice.org/13968Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I0de4e6278fb564c299722a9e23eb67d0999c4e31 Reviewed-on: https://gerrit.libreoffice.org/13966Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ia3910e7f1b33d16866b7e606fd648f152f9fe67a Reviewed-on: https://gerrit.libreoffice.org/13971Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ibebfe89ad1874f5fa9e20fb76a534d9c2da01e3f Reviewed-on: https://gerrit.libreoffice.org/13969Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I1cd8b118e2598b8b18fb445851a3bb41e554267b Reviewed-on: https://gerrit.libreoffice.org/13967Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I7cbc1908d0e3c84f5864db34984d0740db891aef Reviewed-on: https://gerrit.libreoffice.org/13962Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Iccdd4bebd46f274697597b13746c820aaadc99a4 Reviewed-on: https://gerrit.libreoffice.org/13960Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Andrea Gelmini yazdı
Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 18 Ock, 2015 9 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I4ffaf4195ae17ecf86dffc9c44e4672c4b2835d7
-
Miklos Vajna yazdı
Change-Id: Ib127b6cf44a69709673465db99cc79417b18c266
-
Miklos Vajna yazdı
Change-Id: If96b46bac7f8212cfb83dc8b4528986137f1eaea
-
Markus Mohrhard yazdı
Change-Id: I696fcbd2896aefda38314457b6838874262ad111
-
Markus Mohrhard yazdı
Change-Id: I7c125bd27f5662b2f5bbcafb51aebdac9e272d08
-
Markus Mohrhard yazdı
Change-Id: I54a87b8cf6ffc48f8e850379aebb4abba7a327b5
-
Markus Mohrhard yazdı
Change-Id: I8cc33007e99da38869daa48ff898593abc52c4ac
-
Tomaž Vajngerl yazdı
The DrawDeviceAlphaBitmapSlowPath used fast/ugly scaling with blending. With this a bilinear scaling is used which should improve quality for downscaling (less than 50% should start to degrade in quality as only 2 samples are always used) and upscaling. Change-Id: I56cdf2b5761687be891387343a773b6fefac03e2
-
Tomaž Vajngerl yazdı
Additioanlly cleanup and use ScopedReadAccess Change-Id: Ia3365f4dc968368bdd90d4398188bffe2d56e89b
-
- 17 Ock, 2015 10 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I4c72576d36621d863de55b0ab9f0b5a22753446a
-
Miklos Vajna yazdı
Change-Id: Ibd6a9824651b0e8376b06b1d74c409ba6950a66b
-
Miklos Vajna yazdı
Change-Id: Ia6c178dd9390bf75a08c0d53e6505582a7f5ab4f
-
Miklos Vajna yazdı
Change-Id: I52d7a7aaf304b7d698705cda7d3e70e723811fb2
-
Takeshi Abe yazdı
from 234e45bf Change-Id: Ic1bcab8a9662e2f302a24a6eaad2f813c12b28a8
-
Takeshi Abe yazdı
Change-Id: Iba54fb717b4337ffe255d849a1c073f7baf7c921
-
Markus Mohrhard yazdı
Change-Id: I1aa12c89cbddd83febac733f68904cda6b91f0a9
-
Markus Mohrhard yazdı
This fixes a crash as we would need to make each context current before calling ReleaseFramebuffers. However this is totally unnecessary as only the current context can have bound framebuffers. Change-Id: I8b1496bb890982742b3d2ebf60fdce47db642d70
-
Michael Stahl yazdı
This thing was starting a timer that re-starts itself forever, and when the file it was watching changed, it would just assume the drawing objects were still there (and the document, for that matter...) Change-Id: I35f187f0828097a05618dc1733dce819fc6bffc6
-
Kohei Yoshida yazdı
Change-Id: I0c82088342085c1b7d9aa3c6009684bc58a9fd21
-
- 16 Ock, 2015 13 kayıt (commit)
-
-
Kohei Yoshida yazdı
We need to set scaling factors to device's map mode *only* for the texts. Calc handles scaling for all the rest. Interesting how it works. Change-Id: Ia6aa122961ea5ddc2e31eacb28392f3e355a5ebf
-
Kohei Yoshida yazdı
With this, the tiles get rendered correctly at varying zoom levels. Change-Id: Id5ca18e363dfdb143af1685be96af2f3c3514ea9
-
Eike Rathke yazdı
ScRangeList::DeleteArea() may remove an entire range, if it was the last range a subsequent call to ScConditionalFormat::DeleteArea() would attempt to access an invalid first element. Change-Id: I8d68c27963dc8561d61a94980093c271bd3aaffb
-
Eike Rathke yazdı
This could save a million iterations ... Change-Id: I44fb228b951580bbeb5df5f6ec7be933077776ff
-
Kohei Yoshida yazdı
This works well at 100% zoom, but the offsets are still not correct at zoom levels other than 100%. Change-Id: I301362b00ca916410b69f39aa58ed871ce177d88
-
Michael Meeks yazdı
Change-Id: I344efb9ea71d5eccdfb6255526db912622d115df
-
Stephan Bergmann yazdı
...as e.g. the read+write+exec arena used in bridges/source/cpp_uno/shared/vtablefactory.cxx has specific requirements on obtained memory. This broke recent 8b9968a2 "fdo#72755: Only use double mmap as fallback" for e.g. --enable-ooenv (which sets G_SLICE). This is a partial revert of ce906b80 "skip tricky allocators on G_SLICE=always-malloc." Change-Id: I5a5fb7c3c920a7856381e6c55638137c625b5111
-
Lionel Elie Mamane yazdı
Change-Id: I0deee2c3cfdb111b178c4254d7b0544c4ce5c966
-
Tor Lillqvist yazdı
Change-Id: Ib226d7ec13bc64ee6d32fab3c3f6cecc4eb8b151
-
Stephan Bergmann yazdı
Change-Id: I79371b4ad9d29a5ab8fd01244c3f80db92b07f97
-
Stephan Bergmann yazdı
...when write+exec mmap fails (due to SELinux deny_execmem). This avoids the tmp file creation in environments that don't need it and which in turn have problems of their own with that tmp file business. An alternative would be to first check whether SELinux deny_execmem is enforced and only then try double mmap first. An advantage could be that it might avoid false SELinux alerts in that case. The disadvantage would be the overhead of introducing a conditional dependency on libselinux here. And given that for one deny_execmem typically appears to be off by default (as at least both contemporary GNOME desktop and OpenJDK malfunction when it is enabled), and for another I guess deny_execmem could still change its value between the time of checking for it and the time of requesting a write+exec mmap, that just does not seem worth it. Change-Id: I3560803139b630557b6219d3db52945c7e0cdcd2
-
Miklos Vajna yazdı
So that the callback code running on the main thread can be aware of the event type and payload (necessary in the future to do partial repaints). Change-Id: I790b2ce0b6f9f88ba71d94a17bf0c8fc1b567c5f
-
Tomaž Vajngerl yazdı
Change-Id: Id0a93f1c4199082b3c67802955082d04831ec124
-