| #
2b3b47da
|
| 15-Jan-2014 |
Armin Le Grand <alg@apache.org> |
i123690 handle the extremes Width or Height equal one
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558424 13f79535-47bb-0310-9956-ffa450edef68
|
| #
5be78d22
|
| 11-Nov-2013 |
Steve Yin <steve_y@apache.org> |
Synchronized with the trunk to solve the build issue (removing moz)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1540658 13f79535-47bb-0310-9956-ffa450edef68
|
| #
49c58f9b
|
| 05-Nov-2013 |
Armin Le Grand <alg@apache.org> |
i123500 redefined ColorModifiers and ColorModifierStack, redefined GraphicAttr to be expressed as primitives if needed, enhanced render and export quality if graphic is modified using graphic attribu
i123500 redefined ColorModifiers and ColorModifierStack, redefined GraphicAttr to be expressed as primitives if needed, enhanced render and export quality if graphic is modified using graphic attributes
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539043 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
d3e0dd8e
|
| 02-Sep-2013 |
Steve Yin <steve_y@apache.org> |
Merged with the trunk.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68
|
| #
f8c0d554
|
| 27-Aug-2013 |
Armin Le Grand <alg@apache.org> |
i122778 Enhanced own transformer for drawing transformed bitmaps which is used in the cases where no fallback for direct system support is there (Linux)
git-svn-id: https://svn.apache.org/repos/asf/
i122778 Enhanced own transformer for drawing transformed bitmaps which is used in the cases where no fallback for direct system support is there (Linux)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517803 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
0d6bca7a
|
| 02-Jul-2013 |
Armin Le Grand <alg@apache.org> |
corrected some dumb self-assignments found by CovertyScan, thanks for detection
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1498913 13f79535-47bb-0310-9956-ffa450edef68
|
| #
ff0f521c
|
| 05-Jun-2013 |
Armin Le Grand <alg@apache.org> |
i122418 Added workaround to not use GetBitmap on windows
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489899 13f79535-47bb-0310-9956-ffa450edef68
|
| #
47148b3b
|
| 09-Apr-2013 |
Oliver-Rainer Wittmann <orw@apache.org> |
rebase on current trunk
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1466052 13f79535-47bb-0310-9956-ffa450edef68
|
| #
6fa810f3
|
| 01-Feb-2013 |
Steve Yin <steve_y@apache.org> |
IAccessible2 for AOO UI. This is the first version for QA.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1441343 13f79535-47bb-0310-9956-ffa450edef68
|
| #
5f27b83c
|
| 23-Jan-2013 |
Armin Le Grand <alg@apache.org> |
#121534# Reintegrating changes for rotated bitmap support
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437407 13f79535-47bb-0310-9956-ffa450edef68
|
| #
45fd3b9a
|
| 10-Jan-2013 |
Armin Le Grand <alg@apache.org> |
#121504# Support for alpha channel in clipboard for all systems
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68
|
| #
54628ca4
|
| 05-Dec-2012 |
Armin Le Grand <alg@apache.org> |
#121407# Gallery reorganizations and additions of new themes
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417535 13f79535-47bb-0310-9956-ffa450edef68
|
| #
37ab0f2d
|
| 29-Oct-2012 |
Armin Le Grand <alg@apache.org> |
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
ba5b0517
|
| 06-Sep-2012 |
Armin Le Grand <alg@apache.org> |
assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more checks
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381561 13f79535-47bb-0310-9956-ffa450edef68
|
| #
34764b7a
|
| 06-Sep-2012 |
Armin Le Grand <alg@apache.org> |
assertion removed: allow BitmapEx constructors with empty Mask or AlphaMask
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381556 13f79535-47bb-0310-9956-ffa450edef68
|
| #
479f2b27
|
| 27-Jul-2012 |
Armin Le Grand <alg@apache.org> |
#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap Original patch by: pengyunquan Changed patch by: alg Review by: alg
git-svn-id: https://svn.apache.org/repos/asf
#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap Original patch by: pengyunquan Changed patch by: alg Review by: alg
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366405 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
9f62ea84
|
| 06-Nov-2011 |
Andrew Rist <arist@apache.org> |
Update headers to Alv2 headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198320 13f79535-47bb-0310-9956-ffa450edef68
|
| #
cdf0e10c
|
| 16-Aug-2011 |
rcweir <rcweir@unknown> |
Initial import of the old OOo hg repository tip revision.
.../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462
.../trunk/extras/l10n is a co
Initial import of the old OOo hg repository tip revision.
.../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462
.../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):
/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
Also: Repository.mk from the l10n toplevel
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|