Re: Fwd: Updating sizing



Bryan Clark wrote:
On Wed, 2005-02-16 at 12:40 +0100, Marco Pesenti Gritti wrote:

I think the threads effort needs to be done regardless and should be
the next big item to tackle. Stability wise current cvs should be
pretty good. Postscript is probably still a bit buggy, but they are
small fixes that can be easily backported.
So, unless there are big features/UI changes that we need to handle
(Bryan?), I'll try to release 0.1.5 this week, and branch.


I have the fullscreen auto-hide patch that I ripped off from Kristian's
work on Evince [*] and just need to ask him if it's ok to use. :-)
Other than that I don't have any major changes in mind.

Of course, go ahead, it'll be awesome to see this in evince. I recently added a few lines of code to set the shadow-type to none in fullscreen mode, do you have that in you patch? In ev_window_fullscreen:

        g_object_set (GTK_OBJECT (window->priv->scrolled_window),
                      "shadow-type", GTK_SHADOW_NONE,
                      NULL);

and in ev_window_unfullscreen:

        g_object_set (GTK_OBJECT (window->priv->scrolled_window),
                      "shadow-type", GTK_SHADOW_IN,
                      NULL);

cheers,
Kristian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]