Re: [Gnash-dev] GTK-AGG GUI

2006-10-13 Thread Hannes Mayr
Hello, finally I've commited my changes for the AGG renderer support in the GTK GUI. Feel free to checkout and test it. set_invalidated_region() is implemented, but I did discover problems with some swf movies, therefor it is not used at the moment. But copying the whole screen isn't really that

Re[2]: [Gnash-dev] GTK-AGG GUI

2006-10-10 Thread Udo Giacomozzi
Hello strk, Tuesday, October 10, 2006, 6:37:54 PM, you wrote: s> Unfortunately this is still an issue. s> We all hope Udo will help finally removing renderer calls during s> parsing by using an on-display caching mechanism. s> So far, the renderer is used to generate bitmap caches. As said before

Re: [Gnash-dev] GTK-AGG GUI

2006-10-10 Thread strk
On Tue, Oct 10, 2006 at 06:30:05PM +0200, Hannes Mayr wrote: > Hannes Mayr wrote: > >strk wrote: > >> > >>IIRC some renderers needed the window to exist before they could be > >>created. I think cairo is one of these. > > > >The window and the renderer are created in the same function, so this > >

Re: [Gnash-dev] GTK-AGG GUI

2006-10-10 Thread Hannes Mayr
Hannes Mayr wrote: strk wrote: IIRC some renderers needed the window to exist before they could be created. I think cairo is one of these. The window and the renderer are created in the same function, so this shouldn't be a problem anymore. Ok, I take back my last statement... I found this

Re: [Gnash-dev] GTK-AGG GUI

2006-10-10 Thread Hannes Mayr
strk wrote: On Tue, Oct 10, 2006 at 01:03:36PM +0200, Hannes Mayr wrote: The GTK-AGG GUI so far works perfectly. Except that the window resizing acts strange, but this is a known issue, isn't it? I think I fixed this in current CVS, but you need to tell me more about the 'strangeness'. What

Re: [Gnash-dev] GTK-AGG GUI

2006-10-10 Thread strk
On Tue, Oct 10, 2006 at 01:03:36PM +0200, Hannes Mayr wrote: > The GTK-AGG GUI so far works perfectly. Except that the window resizing > acts strange, but this is a known issue, isn't it? I think I fixed this in current CVS, but you need to tell me more about the 'strangeness'. > As mentioned I

Re: [Gnash-dev] GTK-AGG GUI

2006-10-10 Thread Martin Guy
So it seems the cairo backend is already broken in CVS. Can anyone confirm this? I built all four combinations of opengl/cairo gtk/sdl yesterday afternoon. They all compile and run, they all sort of work. M ___ Gnash-dev mailing list Gnash-dev@gnu

[Gnash-dev] GTK-AGG GUI

2006-10-10 Thread Hannes Mayr
Hello, I've finished the implementation of the GTK GUI with AGG backend. Since I needed to make some modifications in gtk.cpp (more detailed description below) I wanted to check if this didn't break anything in the cairo implementation. I've found out that almost all flash movies, even the si