Age | Commit message (Collapse) | Author |
|
|
|
|
|
Update calls to factories to use new ::create methods
Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
|
|
INCLUDE is used by MSVC (http://msdn.microsoft.com/en-us/library/kezkeayy.aspx)
and make somehow (not sure why) exports the INCLUDE that gbuild uses,
which (again, not sure why) causes MSVC to report a misleading error about
incorrect argument. There actually does not appear to be any (unreasonably)
low path length limit on Windows.
Change-Id: I9329eb668f7a710ec69c8b5262b855f346ed01d2
|
|
Module lcms2 is now using $GNUMAKE instead of the hardcoded "make" in order to allow compilation under Solaris
Change-Id: If4b3395e2b255f6199971792988c242dc5c13a69
|
|
re-instated lines that were accidentally wiped out in configure.in
Change-Id: I54d3140723e99eae1dda6c7b05c29327a22028a3
|
|
Similarly to Ifb04d4a8e485182c5ef2771025b06832bfd75ae0 (commit
ac25f124858b79e302adcc533d6a658d5c529394), we need to rotate the bounding
box of glyphs on MacOSX too.
Additionally, round the position up, and convert the size more
straight-forward way.
Change-Id: Idf7a077836e65072795c6d98d61925ce62ee35b7
|
|
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
|
|
There are 2 problems here:
- the border widths are tripled on import, because that is effectively
what SetWidth does for DOUBLE borders; set a divisor of 3 similar to
e2ffb71305c5f085eec6d396651c76d6daee3406
- the 3 individual line widths are ignored and the 3 lines end up with
the same width, while older versions had numerous pre-defined border
styles with asymmetric line widths; fix this by always guessing the
width from the 3 parts for DOUBLE lines
Change-Id: Ibdde7e034e25433835765330e81db0825efd9eb8
|
|
Presumably that is what Martin wanted to do in the previous patch.
Change-Id: I64f1da88c1802a27cf974aa6abc15b014b56126d
|
|
Change-Id: I974ac27ee17219ce3f8a7e5641dbb0098da18f8e
|
|
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
|
|
Current resampling methods for images are FAST and INTERPOLATE.
FAST is used where speed of resampling is required, on the other
hand INTERPOLATE resampling is used when we need quality. For
example INTERPOLATE resampling method is used at PDF export.
INTERPOLATE resampling uses bilinear interpolation which is known
to be lower quality as other modern (and slower) resampling
algorithms such as Lanczos, Mitchell or BiCubic resampling.
This change adds Lanczos resampling to the Bitmap class and
enables Lanczos resampling in PDF export.
Lanczos3 resampling is implmented using separable convolution
with which it is also possible to easily add other resampling
methods like BiCubic just by changing the kernel function.
Change-Id: I8dff5b65753b09dffd5bc34f2343d9818efb3e58
|
|
Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0
|
|
Change-Id: Iabaf8f41e82fb7c2f881057bedb4c7757dcf1bce
|
|
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
|
|
Hierarchical path is assumed in loads of places, changed the URLs to the
following:
* Binding URL is encoded in the authority part, the repository ID is
set as a fragment of the binding URL.
* The hierarchical path reflects one of the path to the document on
the server
:x
Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
|
|
Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
|
|
Change-Id: I9122de6c04561f72c633b05983590871d9ec3a73
|
|
Change-Id: I Ib254cfbe2743b67bc19c2c9033908bc0bedc430c
|
|
Change-Id: I21a38adda013b8e75bf3a6ba91d70014461ea596
|
|
Change-Id: I6cc330f20222d4448d2267151d49f354068f54f3
|
|
Change-Id: Iba1c5bf10c235ebd26108be944b88096f0ee84bd
|
|
Change-Id: I34c90f4675e461f461bad7e81c23da56463f0a24
|
|
Change-Id: Id0997cd99d7d80c975de3d46670a1fa8b3d602a3
|
|
This change needs a git repo build of libcmis.
Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
|
|
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
|
|
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
|
|
Change-Id: I2d16ab0c75221cd7ce3e602d9f830b597433411b
|
|
Change-Id: I9ee6b40f28ffb5cc557cdcfff49287bd2e4b0fe2
|
|
|
|
|
|
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
|
|
|
|
Change-Id: I37ec7fa799e6a8e3162c4dfb2ec92aeccfc57df1
|
|
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
|
|
Change-Id: I0d2ebfc9aa78a9fed057b853d54797a88218c587
|
|
Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4
|
|
Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
|
|
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
|
|
Change-Id: I5fb5bc5016bd2779643ecfcf2df40e00c4741a2c
|
|
* Known issue: If the hyperlink wraps the next content is always from
the new line! :(
* Pending: Creation of unit test case for this.
|
|
Further simplification of d8e3eb234b729e9b3d9b8d81abd27f228fd06687
Change-Id: I2fa695e236cb6dc3be66fc57e7fae167cc368904
|
|
further cleanup of aa062d1b735f3ebef00fe64c74240240d3912722
Change-Id: Ibadaa736b3e8919b1ca1b21fe2ac7acedb7a673b
|
|
Further cleanup on top of 2f1a1c529694c1fec6d3b02930f8226c7b2bccd9
Change-Id: If348a0985ea92e4dafc450402053d43f77a0f58f
|
|
Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d
|
|
- Instead of exporting the errorbar data to the series in a global way now each errorbar has its own attributes depending on their user settings,
so we can have different data for each type bar (only when using ODF 1.2 extended) and still keeping it backward compatible with old formats.
|
|
|
|
Change-Id: If2d21c3f04459a4cee1ebb748ddc885915063b31
|