summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-02i109428 - FreeBSD porting: graphite support.Pedro Giffuni
2012-02-02#118828# New ColorPicker, thanks go to Christian Lippka for offering it ↵Armin Le Grand
under Apache License.
2012-02-02#i118735# prevent endless loop if vlookup/hlookup doesn't find anythingHerbert Dürr
2012-02-02Use unified diff: it's smaller and easier to read. (take 2)Pedro Giffuni
2012-02-01Add missing GTHREAD_LIBSAriel Constenla-Haile
2012-02-01Update headers to Alv2 headersAndrew Rist
2012-02-01i116561: FreeBSD port - don't depend on gnu mktemp.Pedro Giffuni
2012-01-31Reduce the dependencies on non standard GNU copy.Pedro Giffuni
Excessive dependence on GNU cp for non-GNU platforms is inconvenient as it involves installing the complete GNU coreutils package. This can be avoided by using less non-portable extensions. - "cp -R" tends to be more portable than "cp -r" - Avoid using "cp -u". At this time this changes are focused on FreeBSD based on the work done already for MacOSX.
2012-01-30i85469:Fix issue with old versions of gperf.Pedro Giffuni
2012-01-30#118855# Corrected handling of possibly created empty clipRegions after ↵Armin Le Grand
PolyPolygon clipping
2012-01-30#118853# added square pixel size limit to conversion of ↵Armin Le Grand
TransparencePrimitive2D to Metafile action
2012-01-27Revert r1236722.Pedro Giffuni
2012-01-27Use unified diff: it's smaller and easier to read.Pedro Giffuni
2012-01-26#118838# LineGeometry creation for complicated cases optimized to create ↵Armin Le Grand
single Polygons
2012-01-26Fix configure warning. Submitted by maho.Pedro Giffuni
2012-01-26fix transliteration flags for search pattern preprocessingHerbert Dürr
2012-01-26#118834# Unified usage of TextBreakupHelper as single tooling class for i18n ↵Armin Le Grand
text primitive breakup
2012-01-25Adapt CoinMP libraries versioningAriel Constenla-Haile
2012-01-25i118814 - Allow set timeout in Mail APIAriel Constenla-Haile
2012-01-25i118814 - Allow set connection timeout in Mail APIAriel Constenla-Haile
2012-01-25i118791 - Encode ReadableName in UTF-8 only when necessaryAriel Constenla-Haile
2012-01-25Correct /usr/bin/env path.Pedro Giffuni
2012-01-24Add CoinMP to the NOTICE file.Pedro Giffuni
2012-01-24#118829# enhanced Svg gradient quality, obstacles avoidedArmin Le Grand
2012-01-24build qstart for all ENABLE_SYSTRAY_GTK=TRUE platformsHerbert Dürr
2012-01-24ifeq in gbuild makefiles is case sensitiveHerbert Dürr
2012-01-24Avoid some uses of non portable #!/bin/bash in shell scripts.Pedro Giffuni
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.
2012-01-24CoinMP: do not link against external zlibAriel Constenla-Haile
2012-01-24118819: adapt links in start centerJürgen Schmidt
2012-01-24FreeBSD port: build fixes.Pedro Giffuni
2012-01-24Fix build when CoinMP is disabled. Patch by Pavel.Pedro Giffuni
2012-01-24Find bash portably.Pedro Giffuni
2012-01-23fix minor typo in commentHerbert Dürr
2012-01-23118160: Using original CoinMP tarball.Andre Fischer
2012-01-23improve standard conformance regarding unicode UAX#29 word boundariesHerbert Dürr
2012-01-23emulate word boundary matching of old regex engineHerbert Dürr
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.
2012-01-23#118822# secured 3D geometry creation (slices) by subdividing the 2D source ↵Armin Le Grand
polyPolygon early
2012-01-20Fix configure warning. Patch by andre.Pedro Giffuni
2012-01-20s/Timos/Tinos. - found by Ariel.Pedro Giffuni
2012-01-20svg: uses current system Dpi for Svg replacement image creationArmin Le Grand
2012-01-20Remove some references to Liberation that were left in by error when adding ↵Pedro Giffuni
ChromeOS fonts.
2012-01-20118160: Added external CoinMP library.Andre Fischer
2012-01-20118160: Use CoinMP as replacement for lp_solve.Andre Fischer
Original author: Niklas Nebel
2012-01-20#i118816# add clarifying comment regarding Font::*Color*() methodsHerbert Dürr
2012-01-20update package meta data infoJürgen Schmidt
2012-01-19Update headers to Alv2 headersAndrew Rist
2012-01-19Update headers to Alv2 headersAndrew Rist
2012-01-19Bring in Google Chrome OS fonts.Pedro Giffuni
Tinos, Arimo and Cousine are replacements for the most common fonts available on commercial Operating Systems. They are available under the SIL OpenFont license.
2012-01-19Additional files needing headersAndrew Rist
2012-01-19#118817# corrected positioning for Svg markersArmin Le Grand