Age | Commit message (Collapse) | Author |
|
|
|
is requested
|
|
|
|
for bitmap output
|
|
|
|
|
|
|
|
|
|
under Apache License.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
PolyPolygon clipping
|
|
TransparencePrimitive2D to Metafile action
|
|
|
|
|
|
single Polygons
|
|
|
|
|
|
text primitive breakup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
polyPolygon early
|
|
|
|
|
|
|
|
ChromeOS fonts.
|
|
|
|
Original author: Niklas Nebel
|