GLib String support

2008-08-09 Thread adrian . dmc
Hi... Following my previous e-mail I'll present were my ideas for changing the support for strings in GLIb. When I look at the string functions in Glib there is a lot of inconsistency: error checking, what character set is supported and function naming; so I'm proposing to change, at least, the f

Re: Units and resolution independence for gtk+

2008-08-09 Thread Andy Wingo
Hi, On Fri 08 Aug 2008 18:36, "BJörn Lindqvist" <[EMAIL PROTECTED]> writes: > 2008/8/8 David Zeuthen <[EMAIL PROTECTED]>: >> The thinking is that if the feature becomes default then the macro will >> be resolved to a GtkSize with high bits set at compile time. For 2.x, >> the thinking is that it

GLib String support

2008-08-09 Thread adrian . dmc
Hi... My first objective here was to redesign the Unicode property tables but I realized that it is the wrong starting point to start developing so as the title suggest I propose myself to optimize the basic string support of GLib (gstring, gstrfuncs and others) I already started optimizing the gu