- 07 Tem, 2014 14 kayıt (commit)
-
-
Caolán McNamara yazdı
rStr is NaN Change-Id: I8206ab322a08d558cf5f05750efd700875b2134c
-
Caolán McNamara yazdı
regressions around inserted extra enum values into ShapePropertyId Change-Id: I06696c8cfe4acc3836723c31d5e714bd7d8439b3
-
Tor Lillqvist yazdı
The previous commit to this file removed the default: case, so add it back (even if doing nothing now). Change-Id: Idc02818a30216dda0d64fddf21188de5766672e2
-
Tor Lillqvist yazdı
Change it from 10 to 1. This makes occasional rendering artefacts at tile boundaries much less visible. Unless there is opposition to this change, I will separately commit a change that simplifies the code. Now that LO_TWIPS_TO_MLO_RIP_RATIO equals one, no point in having it at all, and dividing or multiplying by it. Change-Id: I4a34e7171790e0ed7ff0b7ce6dfe980d5e293468
-
Tor Lillqvist yazdı
Change-Id: I3717ca2c3f4cf06ce851188a27f3108674a8fe14
-
Tor Lillqvist yazdı
Change-Id: Id379c88c8a8c16f5276568e2bdb5f3730855255f
-
Stephan Bergmann yazdı
...as passing (an upper bound on) the number of vector registers used in %al is only required for variable-argument function calls, according to <http://www.x86-64.org/documentation/abi.pdf> "System V Application Binary Interface: AMD64 Architecture Processor Supplement, Draft Version 0.99.6." Unclear why this got added in f424e55b "INTEGRATION: CWS sixtyfour11," maybe on the basis of "doesn't hurt." Change-Id: If6f8359d5bf6458274905d64adf82634bf90a24d
-
Stephan Bergmann yazdı
Change-Id: I60026ccc9c752389260a6b4e6255c53981eea4ba
-
Miklos Vajna yazdı
Change-Id: I5458687f9a63b91c43c6ecce2cb4535e50e4a23e
-
Caolán McNamara yazdı
Change-Id: I8f696307164c30d1fd2b1214171982da426cf9b8
-
Caolán McNamara yazdı
Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e
-
Caolán McNamara yazdı
Change-Id: I7d47d4465bca247d52899239b3d2112790eca579
-
Andrzej Hunt yazdı
Previously the clip region would end up being 1 pixel smaller in both directions than the requested area -- B2IBox considers the bottom-right point to NOT be included in its area, whereas Rectangle considers the bottom-right point to be the last point WITHIN its area. (This is equivalent to the Rectangle's getWidth/GetWidth differentiation.) This is noticeable e.g. with tiled rendering, where images spanning a tile boundary are clipped to paint only the region within a given tile -- however previously they would be clipped by an additional pixel in each direciton, resulting in an empty border along the bottom-right edge. Change-Id: I0ef3098959defc5c82719155c130aa904c04b6b1
-
Dushyant Bhalgami yazdı
Added implementation for embedded Word 97-2003 document. Change-Id: I47ec39f25beee9a37f2a1e914384bc458df31b78 Reviewed-on: https://gerrit.libreoffice.org/10078Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
- 06 Tem, 2014 26 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I97cbb6ff0f320d9315310cbc06c52c3c4f958a64
-
Caolán McNamara yazdı
Change-Id: I9390228721df1b713d8cf2e719854b74d6b639c8
-
Caolán McNamara yazdı
Change-Id: Ibacb94e719f42faa87ece48051ed8f72c3c78d02
-
Miklos Vajna yazdı
Change-Id: I7d98d1fb400e1a73ca0d935d5cfbb82de43d795e
-
Caolán McNamara yazdı
regression from " commit 11c94c17 SwDoc::DelLayoutFmt: don't delete content of a draw format In case a shape (has a draw format) has a textbox (RES_CNTNT of the draw format), then that's just a pointer to that content, but the draw format doesn't own it: the matching fly format does. So ignore that content when deleting the layout format in case of draw formats: that ensures when both the draw and the fly format is deleted, deletion is only performed once. " Change-Id: Id374c6afe66eb0bd665c442ba8d1dc7e39679555
-
Caolán McNamara yazdı
Change-Id: Id86607802415ad069aa88be98012a5c99f594218
-
Caolán McNamara yazdı
Change-Id: I13272490bf8a08cbfb1ffc37828fb30fb92f9139
-
Caolán McNamara yazdı
Change-Id: If482c75af5128778a176c40e38000b78f2087131
-
Caolán McNamara yazdı
Change-Id: Iafb36f8135893186710ae3a939e50596a372d065
-
Caolán McNamara yazdı
Change-Id: Ie917cfd5f41a6f5e58a4c629a6a5b800e2e0b42f
-
Caolán McNamara yazdı
Change-Id: I727779317672fe58c440aee76762d0a9ae28d8ca
-
Caolán McNamara yazdı
Change-Id: I165687b22f70a03d4bcb669a04d3495454d09042
-
Caolán McNamara yazdı
regression from f2945255 cp#2013101510000026: doc import of comments affecting more text nodes use Move(fnMoveBackward, fnGoNode) to at least ensure we stop going backwards when we run out of valid places to go backwards to. This still isn't great because the distance between two msword character indexes only equates to the same distance between our characters in the very simple cases Change-Id: I248fd12c067577d2f1fd64f48583321eb6d453e4
-
Miklos Vajna yazdı
Change-Id: I24aff2ca59edb7c5e1ad342ff54e848b4d1ea280
-
Miklos Vajna yazdı
Change-Id: Ia57a41aba91f00f3c1fb63a82c9793bf43434afb
-
Miklos Vajna yazdı
coverity#1202762 fix probably wanted to handle the result of dbus_message_iter_init(), not the result of dbus_message_iter_init_append() Change-Id: I31de559b729421bace92b0a768cb218b072d7b4c
-
Norbert Thiebaud yazdı
Change-Id: I7d6dcf0f64be944df1a94db27d1ee86f1bf2229c
-
Norbert Thiebaud yazdı
Change-Id: Idcac7155b9cd3ee94c3ed773a0e6e7f24a48d47a
-
Norbert Thiebaud yazdı
Change-Id: I5a1820339ea598a606c46a1e03cd296fe81ef22f
-
Norbert Thiebaud yazdı
Change-Id: Ic69a6507df5444175b6aba4de01ca94d9a28be09
-
Norbert Thiebaud yazdı
Change-Id: I82d098f269bae2f4deb7e997b03e4267e6a86bea
-
Norbert Thiebaud yazdı
Change-Id: I75d26707a7a3c0febef11b7e1c2218b8abfb7832
-
Markus Mohrhard yazdı
New tarball already contains the fix for it. This reverts commit 6f855fed.
-
Markus Mohrhard yazdı
Found by Lsan. Saves about 12MB per loaded model. Change-Id: Idaff5defd5affc3d9becf2a00d1e64f8d1d42e0f
-
Markus Mohrhard yazdı
The code tried to free a program as a shader Change-Id: I47de706044a5756cf972d9fdb38cac2ca1355414
-
Markus Mohrhard yazdı
Found by Asan. Change-Id: Icc73e50b7f230880dda982f1c783c86aaeaa5ca2
-