Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-02 | i109428 - 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 anything | Herbert Dürr | |
2012-02-02 | Use unified diff: it's smaller and easier to read. (take 2) | Pedro Giffuni | |
2012-02-01 | Add missing GTHREAD_LIBS | Ariel Constenla-Haile | |
2012-02-01 | Update headers to Alv2 headers | Andrew Rist | |
2012-02-01 | i116561: FreeBSD port - don't depend on gnu mktemp. | Pedro Giffuni | |
2012-01-31 | Reduce 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-30 | i85469: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-27 | Revert r1236722. | Pedro Giffuni | |
2012-01-27 | Use 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-26 | Fix configure warning. Submitted by maho. | Pedro Giffuni | |
2012-01-26 | fix transliteration flags for search pattern preprocessing | Herbert Dürr | |
2012-01-26 | #118834# Unified usage of TextBreakupHelper as single tooling class for i18n ↵ | Armin Le Grand | |
text primitive breakup | |||
2012-01-25 | Adapt CoinMP libraries versioning | Ariel Constenla-Haile | |
2012-01-25 | i118814 - Allow set timeout in Mail API | Ariel Constenla-Haile | |
2012-01-25 | i118814 - Allow set connection timeout in Mail API | Ariel Constenla-Haile | |
2012-01-25 | i118791 - Encode ReadableName in UTF-8 only when necessary | Ariel Constenla-Haile | |
2012-01-25 | Correct /usr/bin/env path. | Pedro Giffuni | |
2012-01-24 | Add CoinMP to the NOTICE file. | Pedro Giffuni | |
2012-01-24 | #118829# enhanced Svg gradient quality, obstacles avoided | Armin Le Grand | |
2012-01-24 | build qstart for all ENABLE_SYSTRAY_GTK=TRUE platforms | Herbert Dürr | |
2012-01-24 | ifeq in gbuild makefiles is case sensitive | Herbert Dürr | |
2012-01-24 | Avoid 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-24 | CoinMP: do not link against external zlib | Ariel Constenla-Haile | |
2012-01-24 | 118819: adapt links in start center | Jürgen Schmidt | |
2012-01-24 | FreeBSD port: build fixes. | Pedro Giffuni | |
2012-01-24 | Fix build when CoinMP is disabled. Patch by Pavel. | Pedro Giffuni | |
2012-01-24 | Find bash portably. | Pedro Giffuni | |
2012-01-23 | fix minor typo in comment | Herbert Dürr | |
2012-01-23 | 118160: Using original CoinMP tarball. | Andre Fischer | |
2012-01-23 | improve standard conformance regarding unicode UAX#29 word boundaries | Herbert Dürr | |
2012-01-23 | emulate word boundary matching of old regex engine | Herbert 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-20 | Fix configure warning. Patch by andre. | Pedro Giffuni | |
2012-01-20 | s/Timos/Tinos. - found by Ariel. | Pedro Giffuni | |
2012-01-20 | svg: uses current system Dpi for Svg replacement image creation | Armin Le Grand | |
2012-01-20 | Remove some references to Liberation that were left in by error when adding ↵ | Pedro Giffuni | |
ChromeOS fonts. | |||
2012-01-20 | 118160: Added external CoinMP library. | Andre Fischer | |
2012-01-20 | 118160: Use CoinMP as replacement for lp_solve. | Andre Fischer | |
Original author: Niklas Nebel | |||
2012-01-20 | #i118816# add clarifying comment regarding Font::*Color*() methods | Herbert Dürr | |
2012-01-20 | update package meta data info | Jürgen Schmidt | |
2012-01-19 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-19 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-19 | Bring 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-19 | Additional files needing headers | Andrew Rist | |
2012-01-19 | #118817# corrected positioning for Svg markers | Armin Le Grand | |