[q-lang-cvs] q ChangeLog,1.5,1.6
Brought to you by:
agraef
From: <ag...@us...> - 2003-12-20 22:17:54
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs1:/tmp/cvs-serv29381 Modified Files: ChangeLog Log Message: updated ChangeLog; call it a day :) Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 19 Dec 2003 21:31:34 -0000 1.5 --- ChangeLog 20 Dec 2003 22:17:50 -0000 1.6 *************** *** 1,2 **** --- 1,17 ---- + 2003-12-20 Albert Graef <Dr....@t-...> + + * ggi.q, ggi.c: added ggi_get_string_bbox operation to determine + the bounding box of a string relative to the baseline, more + elaborate ggi_get_font_info, additional operations to retrieve + antialiasing status and current transform, more bug fixes + + * ggi.c: fixed mono text rendering, optimizations in renderer, bug + fix in bbox calculation + + * ggi.c: implemented alpha blending in text renderer + + * ggi.c: make transformed glyphs work in text renderer, plug + memory leaks + 2003-12-19 Albert Graef <Dr....@t-...> |