OK. I made a patch for GtkArrowAccessible. Do we want to open a bug to keep all the patches and review them one by one or just commit them first?
I saw you remove "g_return*" calls, and also macros like "GAIL_IS_IMAGE". I am not sure why. Are we going to remove all of them from the new code? Regards, Li On Mon, Feb 21, 2011 at 11:20 PM, Matthias Clasen <[email protected] > wrote: > I've spent some time this weekend starting to explore how moving gail > implementations into gtk 1-by-1 will work in practice. I didn't get > very far (GtkWidget, GtkContainer and GtkImage), but the exercise > proves very useful for spotting all the things that should be > straightened out in the gail implementations. > > http://git.gnome.org/browse/gtk+/log/?h=drop-gail > > if you want to take a look. I expect to spend some more time on it > over the coming weeks. From my perspective, the next steps for this > are: > > 1. move remaining implementations over, keeping a list of things to > clean up later > > 2. add replacements for libgailutil api to GtkTextBuffer and where > else they belong, as needed > > 3. move setting up the factories to gtkmain > > - at this point, gail should no longer be needed - > > 4. start on all the FIXMEs that got added in step 1 > - drop the crazy focus handling contortions > - drop excessive use of signal handlers > - don't create an extra text buffer for each text-containing widget > in the world > - etc > > 5. port GtkAccessible to use AtkGObjectAccessible; clutter uses that, > and it looks a little cleaner >
_______________________________________________ gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
