Re: [Gimp-developer] Tool API [LONG!]

2003-04-03 Thread Sven Neumann
Hi, Nathan Carl Summers <[EMAIL PROTECTED]> writes: > Here is a list of all the symbols currently used by the current tools, > courtesy of > nm tools/*.o paint/*.o | cut -b 10- | grep ^T | cut -b 3- | sort | uniq this list clearly shows that tools use almost everything in the core API (if we can

RE: [Gimp-developer] Tool API [LONG!]

2003-04-03 Thread Austin Donnelly
> [...] "the_gimp" should not be > accessed directly, and tile_manager is probably too ugly for tool > developers with weak stomachs. Not clear; iscissors uses a custom tile manager which supplies tiles containing gradient/direction information. This way, the expensive calculation of this info is

[Gimp-developer] Tool API [LONG!]

2003-04-02 Thread Nathan Carl Summers
Here is a list of all the symbols currently used by the current tools, courtesy of nm tools/*.o paint/*.o | cut -b 10- | grep ^T | cut -b 3- | sort | uniq stdlib, glib, gdk, pango, and gtk calls have been eliminated from this list. The big things that stand out are accessing the global "the_gimp"