- 16 Agu, 2015 33 kayıt (commit)
-
-
Daniel Robertson yazdı
Replace ::std::for_each for a more readable range-based for loop in cases in which the function object to be applied by for_each is more readable as the body of a for loop. Change-Id: I5ea0f6a464855b8cc8af38f211bb784dd91eca0d Reviewed-on: https://gerrit.libreoffice.org/17775Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Mark Hung yazdı
Change-Id: I2f1f7609e9ceed3804be76775eeebcddd9e443c6 Reviewed-on: https://gerrit.libreoffice.org/17462Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Arnaud Versini yazdı
Change-Id: I704d8920ec44b6d2eb1fc9599dc37e41a28b5e63 Reviewed-on: https://gerrit.libreoffice.org/17779Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Arnaud Versini <arnaud.versini@libreoffice.org>
-
Dennis Roczek yazdı
Project: help fe274b4db7f99e7cb50939a98653c09c8e60a83a fix emph for ANOVA Change-Id: Iabe27d3d7f45518ab14d81ed7a01903c20843b82 Reviewed-on: https://gerrit.libreoffice.org/17777Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Tested-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Matteo Casalin yazdı
Change-Id: Ia4ae190da37351b8c2b7ee9fc953508c5b1ab062
-
Matteo Casalin yazdı
Change-Id: Ic76c9b75bcc72d8ae6a54d6ebba49acb77073bea
-
Matteo Casalin yazdı
Change-Id: Ifcde090747127680a9e4b810ff062d024663632c
-
Matteo Casalin yazdı
Change-Id: I0829d271337b9fe77341c62a1c2ef4d6ae62c727
-
Matteo Casalin yazdı
Change-Id: I91e647d6b1aebe8342f95c88fc81bd2c5a43ce71
-
Matteo Casalin yazdı
Change-Id: Ie8c50324fe3d1e836967ba4de24cd740182418a6
-
Matteo Casalin yazdı
Applied also to related functions. Also fix a couple of minor issues while at it. Change-Id: I615094d047c87a0f4854054e720492d3ab25c575
-
Matteo Casalin yazdı
Change-Id: Ia693dcbcfaa0349ef13466bb2eed877c5823f5bb
-
Matteo Casalin yazdı
Change-Id: If52de6e7fbfef92ab53086c6dcc405dad6cffe2d
-
Matteo Casalin yazdı
Change-Id: I5b2f0e0a0c75eea14903e333eb17613d0499f458
-
Matteo Casalin yazdı
Change-Id: I716d8b190aa4b65b878559a4e5e88a126a56bf99
-
Matteo Casalin yazdı
Change-Id: If23175eebaccc4bfce2d921ed8d1ae66832178de
-
Matteo Casalin yazdı
Change-Id: Ida136f1113b9e1df35559715b74573dabec6ac7d
-
Matteo Casalin yazdı
Change-Id: Ief5b4645a75a86a9df6d52354c17ec5322fdee01
-
Matteo Casalin yazdı
Change-Id: I920cf103a28132b0f8ed6748f9f743d1bf3db2d7
-
Matteo Casalin yazdı
Change-Id: Ib69bdfd66328c1e4e3d8a0a03e4360b23e69a476
-
Matteo Casalin yazdı
Change-Id: I5508b6a04a894c747a49ca19f559ff448334d026
-
Matteo Casalin yazdı
Change-Id: I562ab15e54647248f13276d9213ac5658fb2dc4a
-
Matteo Casalin yazdı
Change-Id: I4eec7a6de077b3571bd8a0b5cb69ede838712736
-
Matteo Casalin yazdı
Change-Id: I6981781d2842d06631216edc7509d96d878285b6
-
Matteo Casalin yazdı
Change-Id: I1e4712c4c6eae890b93936f25632aa8a7422e1db
-
Matteo Casalin yazdı
Change-Id: I9f36b29e329dde3b841f963d9dde3480e80da3f5
-
Matteo Casalin yazdı
Change-Id: Id15b58374df59d03e344cea7f23ae6b5963f668a
-
Matteo Casalin yazdı
Change-Id: Ia618b71047f27a0400b8a9eb2c14e319c66e05dc
-
Mark Hung yazdı
tdf#40091 Vertical writing inferior to MS Word tdf#40335 Using Right-to-left (vertical) for text, the characters overlap each other. Cursor is placed at the half of the character. It seems that current implementation use HarfBuzz OpenType layout API hb_buffer_get_glyph_positions() to layout the text, however instead of setting text direction to HB_DIRECTION_TTB, it uses HB_DIRECTION_LTR as its direction and rotates each CJK glyph to simulate the HB_DIRECTION_TTB. However the API use font width to position each glyph no matter whether the glyph will be rotated or not. Change-Id: Ie35238dd92218f8c4463c0ae1d356ad8609c5f48 Reviewed-on: https://gerrit.libreoffice.org/17774Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Ashod Nakashian yazdı
This makes for a better user experience when the idle jobs haven't yet ran on some text to check for spelling. This can happen when the user is on a device with insufficient compute power and/or other idle jobs with higher-priority take precedence. This change leap-frogs the spell-checking idle job when the user might already know they mistyped a word and look for a quick fix via the context menu. Change-Id: Id1f7b4555050ded329ebeb56502f893ee7b2bc35 Reviewed-on: https://gerrit.libreoffice.org/17252Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Philipp Weissenbacher yazdı
Also fix some whitespace and Doxygen comments Change-Id: I0a3440cdff2b1b74b2aa4572fc5c92c1525bfd61 Reviewed-on: https://gerrit.libreoffice.org/17549Reviewed-by:
Phillip Sz <phillip.szelat@gmail.com> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Szymon Kłos yazdı
Change-Id: Id69a03b0379becc4c267a85eb7567bbbd41ccf82 Reviewed-on: https://gerrit.libreoffice.org/17755Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Mark Hung yazdı
characters. Now it detects CJK language and ident accordingly: 2 chars for Chinese and 1 chars for the others (Japanese and Korean). Change-Id: Ib722e90ecae615faa7887ce1c874aacbb93f8a5e Reviewed-on: https://gerrit.libreoffice.org/17614Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 15 Agu, 2015 5 kayıt (commit)
-
-
Mark Hung yazdı
characters do not take account of hanging punctuation. Note that placing a cursor next to the hanging puncuation is still not possible, but the selection and the non-printing characters works fine now. Change-Id: I22c8c2c5044b46c325236caffec67d9f68c23eed Reviewed-on: https://gerrit.libreoffice.org/17591Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Mark Hung yazdı
Change-Id: Ife1b85cc55e4e0f4d0be84bbcdfc93104160f271 Reviewed-on: https://gerrit.libreoffice.org/17470Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Jan-Marek Glogowski yazdı
This is a regression introduced by fixing tdf#47018, which changed the default NumRule and pushed a lot of SVX_MAX_NUM to the SvxNumRule constructors. The changed NumRule default seems not needed to fix the crash; at least it still doesn't crash as described in the old bug report after reverting this part of the change. Change-Id: I908eeb4a827799419d3f28584fdcbc9272cbc76d Reviewed-on: https://gerrit.libreoffice.org/17527Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Thorsten Behrens yazdı
The more redundant cases of whitespace/comments had to go... Change-Id: Id0bfab5f60f123c0a4d3d9f8468791e0d8046225
-
Daniel Robertson yazdı
Replace ::std::for_each for a more readable range-based for loop in cases in which the function object to be applied by for_each is more readable as the body of a for loop. Change-Id: I6f96833d7f251d44e2308278bb92a7d49fd49bcd Reviewed-on: https://gerrit.libreoffice.org/17763Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
- 14 Agu, 2015 2 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: If3ce8feec940c7212fe467f39db868630522b17e
-
Caolán McNamara yazdı
we retain the max-short limit but no longer add a null terminating entry Change-Id: Ie195e0c244cc08643a9c22518c85d70a883752b7
-