« Return to Thread: client-side-windows merged

Re: client-side-windows merged

by Hans Breuer :: Rate this Message:

Reply to Author | View in Thread

At 01.07.2009 16:34, Alexander Larsson wrote:
> The client-side-windows branch has now been merged into master.
>
> The current state of this code is pretty good. There are two known
> regressions on X11 (see http://live.gnome.org/GTK%2B/ClientSideWindows),
> but both are corner cases. The quartz backend is supposed to be at least
> as good as the old one.

> The win32 backend is in pretty bad shape, but
> after some hacking today it at least builds and mostly works.
>
Mostly works seems to be a bit exaggerated ;) I was able to fix the
positioning of menus, but to make them work again the pointer grab code
needs to be rewritten (I did not define TODO_CSW for building).

See testgtk::menus for a test case.

> I will continue working on this code, fixing regressions and getting the
> win32 backend up to speed.
Hopefully the above is first on your list, because it is the main issue
currently prohibiting real use.

> However, at this point we need broader
> testing, and doing that work in master will help us get that.
>
testgtk::panes does not change the cursor on mouse over the grip.

testgtk::shapes draw a gray backgound now, where it was previously transparent.

But these are to only additional regression I found with testgtk.

I'll continue to check things out with other test applications.

Regards,
        Hans

-------- Hans "at" Breuer "dot" Org -----------
Tell me what you need, and I'll tell you how to
get along without it.                -- Dilbert

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

 « Return to Thread: client-side-windows merged