[email protected] wrote:
> Author: spitzak
> Date: 2007-05-13 17:58:07 -0400 (Sun, 13 May 2007)
> New Revision: 5821
> Log:
> Made the base widget class have children widgets, rather than the Group
> subclass. This is similar to GTK and should remove a number of kludges
> and rtti tests, and allow buttons and other widgets to be decorated
> with child widgets.. Some code needs to be fixed as Widget::parent() returns
> a Widget* rather than a Group*.
> 
> This is still a work in progress, as the basic Widget does draw or do
> anything with it's children, and several widgets such as menus are
> still subclasses of Group rather than of Widget.

Bill, I'm going to be blunt here: MAKE A FUCKING BRANCH FOR DISRUPTIVE
CHANGES YOU AREN'T FINISHING IN A SINGLE COMMIT.  It is trivial to do,
you can even use some simple shell scripts I've created for this at:

     http://www.easysw.com/~mike/svn-cheat.html

Breaking things in trunk just pisses people off, and trunk is already
unstable enough as it is...

Thank you!

PS: I'm not saying that I don't welcome these changes, but I'd
welcome a complete changeover more than a partial commit that by
your own admission won't compile...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to