Re: decor updates in cvs

2002-07-24 Thread Mr . X
I found something fairly interesting, thought I'd check here to see if anybody else can reproduce it before I submit. Using Sylpheed (0.8.0), if you hit the Get button a dialog pops up and shows the download status of the mail. If you toggle the decor of this dialog off, then back on again it

Re: decor updates in cvs

2002-07-24 Thread Sean 'Shaleh' Perry
On 24-Jul-2002 Mr.X wrote: I found something fairly interesting, thought I'd check here to see if anybody else can reproduce it before I submit. Using Sylpheed (0.8.0), if you hit the Get button a dialog pops up and shows the download status of the mail. If you toggle the decor of this

Re: decor updates in cvs

2002-07-24 Thread Mr . X
On Wed, 24 Jul 2002 08:15:13 -0700 (PDT) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: I think I found it, committing now. Let me know. For reference this also happen(s|ed) with mozilla's url window. Part of the problem is that there is no memory associated with the decor setting. So if

Re: decor updates in cvs

2002-07-24 Thread Adriano Varoli Piazza
El Wed, 24 Jul 2002 21:40:14 -0400 Mr.X [EMAIL PROTECTED] escribió: On Wed, 24 Jul 2002 08:15:13 -0700 (PDT) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: I think I found it, committing now. Let me know. For reference this also happen(s|ed) with mozilla's url window. Part of the

Re: decor updates in cvs

2002-07-24 Thread Sean 'Shaleh' Perry
Actually, it could be an interesting thing to solve (albeit a very minor one): when I open a window with a text form in it, sometimes it isn't the right size to display the whole text, and having only the close-minimize buttons, but no handles, it is uncomfortable to scroll back forth.

Re: decor updates in cvs

2002-07-24 Thread Adriano Varoli Piazza
El Wed, 24 Jul 2002 19:20:13 -0700 (PDT) Sean 'Shaleh' Perry [EMAIL PROTECTED] escribió: mozilla sets several hints detailing exactly what decor we should give it. The problem is these hints are destroyed when you toggle decor. The lack of resize handles is by request. Not a Mozilla bug,

decor updates in cvs

2002-07-23 Thread Sean 'Shaleh' Perry
If you use windows with no decor or minimal decor or are a heavy bbtool user please consider testing the cvs code. I made a few cleanups today which appear to be sound but I would like to hear positive results from a few users. Specifically: does your window lose its close button unexpectedly?

Re: decor updates in cvs

2002-07-23 Thread Russ Burdick
On Tue, Jul 23, 2002 at 12:18:51PM -0700, Sean 'Shaleh' Perry wrote: does your window lose its close button unexpectedly? not that i've seen. seems ok so far. if you toggle decor on and off does the decor change? yep, the decor does change. one new thing that i did notice is that windows

Re: decor updates in cvs

2002-07-23 Thread Sean 'Shaleh' Perry
if you toggle decor on and off does the decor change? yep, the decor does change. one new thing that i did notice is that windows without decor get it back on a bb restart, but then continue to behave normally. what used to happen (and i'm not sure if this is a new change or not) was the

Re: decor updates in cvs

2002-07-23 Thread D. Olson
On Tuesday 23 July 2002 03:44 pm, you wrote: On Tue, Jul 23, 2002 at 12:18:51PM -0700, Sean 'Shaleh' Perry wrote: does your window lose its close button unexpectedly? not that i've seen. seems ok so far. if you toggle decor on and off does the decor change? yep, the decor does change.

Re: decor updates in cvs

2002-07-23 Thread Russ Burdick
On Tue, Jul 23, 2002 at 04:10:22PM -0400, D. Olson wrote: Sorry, I am dumb... Is there a hot key to toggle this or something? Actually, more importantly, is this a feature available beta3? as far as i know it's been in blackbox for a while, including the recent betas. as for toggling,

Re: decor updates in cvs

2002-07-23 Thread Sean 'Shaleh' Perry
Sorry, I am dumb... Is there a hot key to toggle this or something? Actually, more importantly, is this a feature available beta3? bbkeys has a binding for this there is no way to do it directly from blackbox.

Re: decor updates in cvs

2002-07-23 Thread Mads Martin Joergensen
* D. Olson [EMAIL PROTECTED] [Jul 23. 2002 22:10]: yep, the decor does change. one new thing that i did notice is that windows without decor get it back on a bb restart, but then continue to behave normally. what used to happen (and i'm not sure if this is a new change or not) was the

Re: decor updates in cvs

2002-07-23 Thread Sean 'Shaleh' Perry
As to the decorless window over a restart, I am looking into it. excellent. keep up the good work! for whatever reason the decor was not handled by the code which restores a window on startup. I added in the code. Needs loads of testing.

Re: decor updates in cvs

2002-07-23 Thread Russ Burdick
On Tue, Jul 23, 2002 at 01:51:01PM -0700, Sean 'Shaleh' Perry wrote: for whatever reason the decor was not handled by the code which restores a window on startup. I added in the code. Needs loads of testing. just gave it a try and it is working here. everything behaved as expected on

Re: decor updates in cvs

2002-07-23 Thread D. Olson
On Tuesday 23 July 2002 04:16 pm, you wrote: Sorry, I am dumb... Is there a hot key to toggle this or something? Actually, more importantly, is this a feature available beta3? bbkeys has a binding for this there is no way to do it directly from blackbox. Wow. Now that is neat. Thanks.

Re: decor updates in cvs

2002-07-23 Thread Matt Wilson
On Wed, 2002-07-24 at 07:18, Sean 'Shaleh' Perry wrote: If you use windows with no decor or minimal decor or are a heavy bbtool user please consider testing the cvs code. I made a few cleanups today which appear to be sound but I would like to hear positive results from a few users.

Re: decor updates in cvs

2002-07-23 Thread Matt Wilson
I'm not sure quite what's caused it, but it was something to do with switching decor on/off multiple times - two of the three windows I was decor-switching have done it: now the decor draws in unfocused state fine, but focused state doesn't update the decor properly - all but the font(-color)

Re: decor updates in cvs

2002-07-23 Thread Sean 'Shaleh' Perry
It also seems to work fine across a restart. Only thing I can see is when I un-decor a shaded window, it unshades (that's fine) but when I re-decor it it stays unshaded. Is this intended? Not that it's a big problem... I was just wondering if it was meant to do that. Oh, and why or are a

Re: decor updates in cvs

2002-07-23 Thread Sean 'Shaleh' Perry
On 23-Jul-2002 Matt Wilson wrote: I'm not sure quite what's caused it, but it was something to do with switching decor on/off multiple times - two of the three windows I was decor-switching have done it: now the decor draws in unfocused state fine, but focused state doesn't update the decor