Gimp 2.0 Pre 2 Released
Paul Kucher writes "A second preview of GIMP 2.0 has been released. From gimp.org:
"Lots of bugs have been fixed since the last release and you are encouraged to try the new pre-release. It is now available from ftp.gimp.org or from one of the mirrors. Plug-in authors, please consider to port your GIMP plug-in to the 2.0 API. Now is a good time to do that." I have posted some screenshots here."
This is in part a design decision, and partly due to the traditional nature of the gtk widget set. Essentially there is no MDI in gtk, for good or bad. Part of the solution to address this multiple window out-of-control problem is the dock idea that they've come up with. I configure gimp to just have one window (the default is 2, but you can easily rearrange it into one) that has the tool palette and all the other things I need docked to it. It's very dynamic and customizable. Sections can be added, tabs added, etc. That one window is always on top. Then my picture windows float next to it. That way I get the best of both worlds. I don't need another application to take over my entire screen like photoshop does. I prefer the windows. Except for the fact that the dock thing can only be vertical (having it horzonal at times would be nice), I think this is superior to the photoshop-style ui.
Besides that, I've always maintained that anyone who runs apps full screen (which you pretty much have to with MDI apps) really isn't using a windowing system to their best advantage. MDI is rapidly falling out of favor. MS no longer uses it for many applications and MacOS never ever did. Tabs work well for most things, although images are better off in windows. Anyway, the interface on gimp is light years ahead of the old interface! Now if only glade could get a similar interface makeover.