- 14 Mar, 2016 12 kayıt (commit)
-
-
Tor Lillqvist yazdı
For some reason the error had a visible impact (as far as I an see, anyway) only for Graphite fonts. The bottommost pixels were cut off. (Also leftmost, but that was not so easily visible.) <tools/gen.hxx> Rectangle type, I love you. Change-Id: I6f7438ec21d2bc1b9bef31cd70e649856f7ec7d5
-
Tim Eves yazdı
This is a squash of several separate intermediate commits, the most relevant log messages of which are repeated here: Refactor some previously private methods into public ones and reimplement parts of D2DWriteTextOutRenderer to user them. Also apply them to rendering the OpenGL glyph atlas, in an effort to workaround some bugs in legacy Windows text rendering APIs. I assume we want to initialise the rectangle with zero left/right/top/bottom and not using the default constructor, which sets the right and bottom coordinates to the magic value -32767. That made the 'bound' rectangle end up with rather amusing boundaries, like left=-32766, top=-16, right=-32576, bottom=6. Try calculating a chunks ascent & height from the inkboxes rather than using the font metrics which might not alway be correct when glyphs inkboxes are tall than the ascent or lower than the descent. Mark the mnAscent in the chunk bitmap debug output. Fix several miscalulations in positioning glyph to be rendered into that atlas. Fix vertical alignment problems. Inkboxes are returned with all co-ordinates relative to the glyphs not the fonts ascent. Therefor bounds.Top() is not the vertical overhang but the -ve height of the inkbox above the baseline. This fixes the calulation of the per Chunk ascent. Fix horizontal occsional alingment issues in OpenGL cached glyphs. The left edge of the src location rectangle for the first glyph in a cache chunk would set to extraspace and not zero, but all other rectangles in the chunk would be set from the aEnds array. This produced a bug where only certain letters would be mispositioned, proportional to the fonts point size. Rename OpenGLGlyphChunk::mnAscent to mnBaselineOffset to reflect curr use. Changed at Tor's stuggestion to better describe to it's use as it's value would be per chunk and based on the maximum ink box bounds of the glyphs in the chunk, rather than having anything to do with the font's real ascent value.
-
Douglas Mencken yazdı
Change-Id: I210359c28b5e66b64627cb49cdf388ee35015a92
-
Caolán McNamara yazdı
Change-Id: I377c478f3f55c0b41c47ee025f2e09850ece56f3
-
Jan Holesovsky yazdı
Unfortunately needs more work, I've pushed it too early... This reverts commit e60506ac.
-
Caolán McNamara yazdı
Change-Id: I5814f2e474e0ef5a37c5f43f8bb853219fd7981f
-
Ras-al-Ghul yazdı
Converted libmar into static library and removed duplicated code Change-Id: I6a6c8ce24103a400e1835ccf7e6421024f5cec4b Reviewed-on: https://gerrit.libreoffice.org/23179Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Douglas Mencken yazdı
MONOSPACED is defined in java/awt/Font.java as /* @since 1.6 */ static final String MONOSPACED = "Monospaced"; Change-Id: I31847c939387c139971ff55f786773c7ce51448c Reviewed-on: https://gerrit.libreoffice.org/23164Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Björgvin Ragnarsson yazdı
Project: dictionaries 62c77533b3ab49fd93252f72dda6beeff4c76892 Update Icelandic dictionary and thesaurus Based on latest hunspell-is code and Wiktionary dataset. Change-Id: Id48106c3ff0f61d5c0d415f06680b1253753d1e3 Reviewed-on: https://gerrit.libreoffice.org/23200Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Markus Mohrhard yazdı
Change-Id: I26efcebf750ff9947b936e990ce87ddbcb41b7ba
-
Markus Mohrhard yazdı
Change-Id: I0f11b30b33abf029f56ccbd8c0eb95b0acd35df4
-
Norbert Thiebaud yazdı
This reverts commit 0c3ff8ca. that was breaking debug and dbgutil build on windows (at least) Change-Id: Ide58bd4551029bb4e1ef791bb65ad191fbb25cae
-
- 13 Mar, 2016 12 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I3f9ef32d789b7b344cc09bbed6f344e428a31ca4
-
Caolán McNamara yazdı
Change-Id: I95259c8a572529f47ef4fddf59f9ca29d078b6f4
-
Caolán McNamara yazdı
Change-Id: I2d03c5054ef1b863052b221c0740ed3bb993600e
-
Markus Mohrhard yazdı
The ScMatrix instances are leaked because there is no DecRef called on them when we Reset the TokenPool. Change-Id: Ie5e1a10c6be94b45df784c04f6db744928f213ff Reviewed-on: https://gerrit.libreoffice.org/23194Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Christian Lohmaier yazdı
without -lnssutil3, the configure check for nss fails when using internal nss: configure:24028: checking for SSL_VersionRangeSet in -lnss3 […] …/UnpackedTarball/nss/dist/out/lib/libnss3.so: undefined reference to `NSSUTIL_ArgParseModuleSpecEx@NSSUTIL_3.21' causing curl to build without ssl support: SSL support: no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl,darwinssl} ) This makes gdrive and other remote file methods fail Change-Id: I098feb10a760c2f80a474d9205d6f1e403477efd
-
Markus Mohrhard yazdı
Change-Id: I0c659bf4fab2319f06df09dd11a768a295e95722
-
Markus Mohrhard yazdı
Change-Id: Ib13a7a252bdb3f54e520076666f98498c10b4d47
-
Markus Mohrhard yazdı
Change-Id: Id982d0b12e18213a8d76a2d562109d7e2a41d8b5
-
Markus Mohrhard yazdı
Change-Id: Iba34c25b19a94a8d4c147f8ccaef95f34183414b
-
Caolán McNamara yazdı
Change-Id: I80e034bc3718ddb9bb518073653e374133e6ab6f
-
Markus Mohrhard yazdı
Change-Id: Iea12f654d737cfdadae99461ff996220fcb7901c Reviewed-on: https://gerrit.libreoffice.org/22575Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Tor Lillqvist yazdı
Change-Id: If9b2f7e660457dd123e991f45f05e1b1cb4d3528
-
- 12 Mar, 2016 16 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: I816fe3a52c03fa5a3fd372492985783f9f6ff91c Reviewed-on: https://gerrit.libreoffice.org/23181Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I28a106e978cdfd70847737784f9bff6ae365fda7
-
Caolán McNamara yazdı
rather than just stick 2/3/4 at the end embed that this is a dup as the prefix and strip that off at dispatch time and pass the dup index around as a counter to how many dup candidates to dismiss to find the desired one. Change-Id: I81d97090a7e9b8c2995a3b27934f3ee5636d05fe
-
Kohei Yoshida yazdı
This is mostly a build-fix release, to absorb patches previously applied locally. Change-Id: I1d1808c3ca27f04f89f4df6c0b40a646ca07d242 Reviewed-on: https://gerrit.libreoffice.org/23180Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Julien Nabet yazdı
Change-Id: Ide50d9dc67b9383bd7c0f4e710ea04e5d6892b02 Reviewed-on: https://gerrit.libreoffice.org/23175Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Markus Mohrhard yazdı
Change-Id: If16f6c0cb4d2bd2ae820b62fc7d563df09b27bbb
-
Markus Mohrhard yazdı
Change-Id: I3c0379dfa972cb552382153f3d363eaf3bfe604d
-
Markus Mohrhard yazdı
Change-Id: Idffa7c4a9c9519c150458db3749e7b67fbbb463c
-
Markus Mohrhard yazdı
Change-Id: I944d2be4290cd381c3bee93ce12f67695bbb7ce8
-
Markus Mohrhard yazdı
Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998
-
Markus Mohrhard yazdı
Change-Id: I191e2748980b627b38e604ad456612535bda0302
-
Jean-Pierre Ledure yazdı
Change-Id: Ia046bcd8ca8e90566348b507f18d881030bd64c3
-
Julien Nabet yazdı
Change-Id: Ifdb9d133237eecd3132dffb0f85c005beac169d2 Reviewed-on: https://gerrit.libreoffice.org/23174Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
pasqualm yazdı
This patch modifies the base 'open existing database' wizard so accde and mde files can be chosen as targets for access and access 2007 databases. Both file types are the runtime-only equivalents to accdb and mdb files so base can use them in the same way as does with the former Change-Id: I5b6002089a2d3c19498ff6e05bae3facc5a4e2d0 Reviewed-on: https://gerrit.libreoffice.org/22957Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Rohan Kumar yazdı
[UPDATED PATCH]: I removed the trailing newline characters in the SAL_WARN macro as pointed by Jan Iverson Change-Id: If90b0d44777ec2ab1bd646f22f4c9cdf798cf8b4 Reviewed-on: https://gerrit.libreoffice.org/22315Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Julien Nabet yazdı
Change-Id: I1934b0c2a9ae9fa089d7e9ded4a289908fb2709a Reviewed-on: https://gerrit.libreoffice.org/23173Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-