RE: Filechooser and Bookmarks spec

2008-02-13 Thread David Moffatt
Excessive number of libraries also slows down symbol resolution so APP start up time can be affected. It looks in each library in turn until it finds the symbol it is looking for. --David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Larsson

RE: using dbus in the platform

2007-10-23 Thread David Moffatt
FYI the ALP IPC abstraction layer idea works really well. We moved ALP IPC from named pipes to sockets seamlessly. Our intention is to move it to dbus. However when we looked at dbus we found that it had some problems especially with the 1 to many functionality. --David Moffatt

RE: strtod-test.c and atof("NaN")

2007-05-30 Thread David Moffatt
Is HP-UX 10.20 even still used? That is very old. circa 1999 --David. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Chin Sent: Tuesday, May 29, 2007 9:40 AM To: gtk-devel-list@gnome.org Subject: strtod-test.c and atof("NaN") The HP-UX 10.20 ato

RE: Tap and Hold API

2007-05-11 Thread David Moffatt
So is that a request for a bribe? Give me cool enough swag and I will let your feature in. :-) Just teasing. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Federico Mena Quintero Sent: Thursday, May 10, 2007 11:58 AM To: Kristian Rietveld Cc: gtk-deve

RE: is glib too bloated?

2007-04-23 Thread David Moffatt
650416 Mar 14 2007 libasound.so.2.0.0 Libgobject is big but not lots of things are bigger. --David Moffatt. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

RE: GtkCanvas requirements?

2007-04-23 Thread David Moffatt
> >e.g. the SVG spec says high quality viewers should use doubles for >calculations: > http://www.w3.org/TR/SVG11/types.html#BasicDataTypes The problem with double is not the size it is the speed of them. Right now there are people like (me) who are trying to use GTK on cell phones. Working with

RE: Performance implications of GRegex structure

2007-03-16 Thread David Moffatt
char * get_leading_digits(const char *str) { static GRegex *regex = NULL; char *result = NULL; if (!regex) regex = g_regex_new("^\\d+", 0, 0, NULL); if (g_regex_match(str, 0)) result = g_regex_fetch(regex, 0); return result; } That code bothers

RE: Porting GTK libraries

2007-01-23 Thread David Moffatt
Yes we have, We used scratchbox and it comes with a perl dev-kit. It was fairly easy. Basically set it up, log in, install some dev-kits, (compiler, etc) and then just down load glade plus all of the dependencies with dpkg. --David Moffatt. -Original Message- From: [EMAIL PROTECTED

RE: Why are people sticking with GTK+ 26.? (Re: GTK+ modularization)

2006-07-19 Thread David Moffatt
Hi Carl, I work for the same company as Jesse. Performance was indeed the reason. A lot of us wanted to use the latest and greatest but ARM CPUs are not what you call "swift". One thing you might want to look into is changing the usage of doubles. They are used all over the place and they are w

RE: GTK+ modularization

2006-07-13 Thread David Moffatt
have a bit of a PD eco system. Everybody uses stuff like busy-box. --David Moffatt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Emmel Sent: Thursday, July 13, 2006 6:00 PM To: gtk-devel-list@gnome.org Subject: Re: GTK+ modularization Can I sugges

subscribe

2006-07-13 Thread David Moffatt
  ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list