diff options
author | Keith Packard <keithp@keithp.com> | 2004-10-04 08:30:35 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-10-04 08:30:35 +0000 |
commit | 3c0c7451e419104918657d05ee9ba86c36315cd7 (patch) | |
tree | 9727f4b2cf9d1a8c7a0b0b3ab0067b95f1a5ff1e /ChangeLog | |
parent | e27025eda79dbf6428c20d2d0dd635ddffaa3fba (diff) |
Delete old glyph representation support code.
Oops -- overflow not handled correctly in distance functions.
Replace new glyphs with versions using splines.
Whack around the default presentation a bit more
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2004-10-04 Keith Packard <keithp@keithp.com> + * twin_font.c: (twin_has_ucs4), (twin_path_ucs4): + Delete old glyph representation support code. + + * twin_geom.c: (_twin_distance_to_line_squared): + Oops -- overflow not handled correctly in distance functions. + + * twin_glyphs.c: + Replace new glyphs with versions using splines. + + * xtwin.c: (main): + Whack around the default presentation a bit more + +2004-10-04 Keith Packard <keithp@keithp.com> + * twin.h: * twin_draw.c: (twin_composite): Fix a clipping bug |