f9b7d013 | 25-Jan-2012 |
Ariel Constenla-Haile |
i118814 - Allow set timeout in Mail API git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235679 13f79535-47bb-0310-9956-ffa450edef68 |
d3d1f4e0 | 25-Jan-2012 |
Ariel Constenla-Haile |
i118814 - Allow set connection timeout in Mail API git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235678 13f79535-47bb-0310-9956-ffa450edef68 |
a0292563 | 25-Jan-2012 |
Ariel Constenla-Haile |
i118791 - Encode ReadableName in UTF-8 only when necessary git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235677 13f79535-47bb-0310-9956-ffa450edef68 |
83dd286e | 25-Jan-2012 |
Pedro Giffuni |
Correct /usr/bin/env path. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235619 13f79535-47bb-0310-9956-ffa450edef68 |
468afa1a | 24-Jan-2012 |
Pedro Giffuni |
Add CoinMP to the NOTICE file. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235448 13f79535-47bb-0310-9956-ffa450edef68 |
39551d71 | 24-Jan-2012 |
Armin Le Grand |
#118829# enhanced Svg gradient quality, obstacles avoided git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235361 13f79535-47bb-0310-9956-ffa450edef68 |
ee38b411 | 24-Jan-2012 |
Herbert Dürr |
build qstart for all ENABLE_SYSTRAY_GTK=TRUE platforms git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235323 13f79535-47bb-0310-9956-ffa450edef68 |
922e76b8 | 24-Jan-2012 |
Herbert Dürr |
ifeq in gbuild makefiles is case sensitive git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235307 13f79535-47bb-0310-9956-ffa450edef68 |
e4af8f11 | 24-Jan-2012 |
Pedro Giffuni |
Avoid some uses of non portable #!/bin/bash in shell scripts. bash is common in GNU/linux but is, in general, not available by default on other systems or likely to be in a different
Avoid some uses of non portable #!/bin/bash in shell scripts. bash is common in GNU/linux but is, in general, not available by default on other systems or likely to be in a different place. When possible /bin/sh should be used but if bash extensions are required "#!/bin/env bash" is considered more portable. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235297 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2c250397 | 24-Jan-2012 |
Ariel Constenla-Haile |
CoinMP: do not link against external zlib git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235285 13f79535-47bb-0310-9956-ffa450edef68 |
949cad05 | 24-Jan-2012 |
Ariel Constenla-Haile |
CoinMP: disable zlib and bzlib on Linux git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235282 13f79535-47bb-0310-9956-ffa450edef68 |
8c456c7a | 24-Jan-2012 |
Jürgen Schmidt |
118819: adapt links in start center git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235159 13f79535-47bb-0310-9956-ffa450edef68 |
7ec8d7e0 | 24-Jan-2012 |
Pedro Giffuni |
FreeBSD port: build fixes. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235124 13f79535-47bb-0310-9956-ffa450edef68 |
88bfee53 | 24-Jan-2012 |
Pedro Giffuni |
Fix build when CoinMP is disabled. Patch by Pavel. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235119 13f79535-47bb-0310-9956-ffa450edef68 |
b268bdc8 | 24-Jan-2012 |
Pedro Giffuni |
Find bash portably. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235116 13f79535-47bb-0310-9956-ffa450edef68 |
7e49555c | 23-Jan-2012 |
Pedro Giffuni |
118160: Using original CoinMP tarball. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235054 13f79535-47bb-0310-9956-ffa450edef68 |
7c5e76a7 | 23-Jan-2012 |
Herbert Dürr |
fix minor typo in comment git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234799 13f79535-47bb-0310-9956-ffa450edef68 |
d3c6bc50 | 23-Jan-2012 |
Andre Fischer |
118160: Using original CoinMP tarball. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234787 13f79535-47bb-0310-9956-ffa450edef68 |
4ba79ff3 | 23-Jan-2012 |
Herbert Dürr |
improve standard conformance regarding unicode UAX#29 word boundaries git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234786 13f79535-47bb-0310-9956-ffa450edef68 |
7f9f793f | 23-Jan-2012 |
Herbert Dürr |
emulate word boundary matching of old regex engine The new ICU regex engine has much improved unicode capabilities. The old regex engine had the extensions \< and \> for matching word bo
emulate word boundary matching of old regex engine The new ICU regex engine has much improved unicode capabilities. The old regex engine had the extensions \< and \> for matching word boundaries. For the convenience of a smooth upgrade experience these artifacts now get mapped to \b which is supported by almost all regex engines. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234777 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
080bd379 | 23-Jan-2012 |
Armin Le Grand |
#118822# secured 3D geometry creation (slices) by subdividing the 2D source polyPolygon early git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234749 13f79535-47bb-0310-9956
#118822# secured 3D geometry creation (slices) by subdividing the 2D source polyPolygon early git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234749 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
567fbc9a | 23-Jan-2012 |
Herbert Dürr |
improved help text for word boundary regexp expression \b git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234738 13f79535-47bb-0310-9956-ffa450edef68 |
fe3861b9 | 20-Jan-2012 |
Pedro Giffuni |
Fix configure warning. Patch by andre. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234077 13f79535-47bb-0310-9956-ffa450edef68 |
f851ba82 | 20-Jan-2012 |
Pedro Giffuni |
s/Timos/Tinos. - found by Ariel. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1233996 13f79535-47bb-0310-9956-ffa450edef68 |
2906b897 | 20-Jan-2012 |
Andre Fischer |
118160: Added missing CoinMP tar ball. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1233971 13f79535-47bb-0310-9956-ffa450edef68 |