[ blackboxwm-Bugs-613399 ] Mouse scroll causes full maximize

2002-10-10 Thread noreply
Bugs item #613399, was opened at 2002-09-23 13:25 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=613399&group_id=40696 Category: Appearance/Rendering Group: 0.65.x >Status: Closed Resolution: Fixed Priority: 6 Submitted By: Jamin W. Collins (jamincollin

[ blackboxwm-Bugs-613399 ] Mouse scroll causes full maximize

2002-10-10 Thread noreply
Bugs item #613399, was opened at 2002-09-23 15:25 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=613399&group_id=40696 >Category: Appearance/Rendering Group: 0.65.x >Status: Open Resolution: Fixed Priority: 6 Submitted By: Jamin W. Collins (jamincollins

Re: grow a xterm longer that screen?

2002-10-10 Thread Jan Schaumann
Marc Wilson <[EMAIL PROTECTED]> wrote: > Make it as big as you can, push it off the screen by grabbing it with > Mod1+left, resize it some more, push it off the screen again, resize it > some more. Have you actually tried this? If it works, what version of blackbox? The latest does not allow y

Re: grow a xterm longer that screen?

2002-10-10 Thread Marc Wilson
On Thu, Oct 10, 2002 at 06:07:21PM -0400, Scott Moynes wrote: > * Jeremy C. Reed ([EMAIL PROTECTED]) wrote: > > Also, I don't want to waste time finding different software (because I > > don't think it is misbehaving). > > > > Can you point us to the blackbox code that has this limitation? > > F

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 18:09, Jan Schaumann wrote: > Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > > > FWIW, openbox does not limit the size of resized window. It might be > > > helpful to compare the code to make a patch. > > > > which is simply accomplished by setting max_height and widt

Re: grow a xterm longer that screen?

2002-10-10 Thread Jan Schaumann
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > > FWIW, openbox does not limit the size of resized window. It might be > > helpful to compare the code to make a patch. > > which is simply accomplished by setting max_height and width to a REALLY big > number. Easily done, Jeremy and Jan you ha

[ blackboxwm-Bugs-620488 ] "stuck" window loses focus

2002-10-10 Thread noreply
Bugs item #620488, was opened at 2002-10-08 15:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=620488&group_id=40696 Category: Behaviour >Group: CVS Status: Open >Resolution: Accepted >Priority: 3 Submitted By: Nobody/Anonymous (nobody) Assigned to: N

[ blackboxwm-Bugs-615251 ] Black graphics on Solaris

2002-10-10 Thread noreply
Bugs item #615251, was opened at 2002-09-26 15:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=615251&group_id=40696 Category: Appearance/Rendering Group: 0.65.x Status: Open >Resolution: Accepted >Priority: 7 Submitted By: Nobody/Anonymous (nobody) >

[ blackboxwm-Bugs-613399 ] Mouse scroll causes full maximize

2002-10-10 Thread noreply
Bugs item #613399, was opened at 2002-09-23 13:25 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=613399&group_id=40696 Category: Behaviour Group: 0.65.x >Status: Closed >Resolution: Fixed >Priority: 6 Submitted By: Jamin W. Collins (jamincollins) >Assig

[ blackboxwm-Bugs-620999 ] Strange resize thang

2002-10-10 Thread noreply
Bugs item #620999, was opened at 2002-10-09 13:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=620999&group_id=40696 Category: Behaviour Group: 0.65.x >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Keith Fancher (discostoo) >Assigned to:

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 15:07, Scott Moynes wrote: > * Jeremy C. Reed ([EMAIL PROTECTED]) wrote: > > Also, I don't want to waste time finding different software (because I > > don't think it is misbehaving). > > > > Can you point us to the blackbox code that has this limitation? > > FWIW, open

Re: grow a xterm longer that screen?

2002-10-10 Thread Scott Moynes
* Jeremy C. Reed ([EMAIL PROTECTED]) wrote: > Also, I don't want to waste time finding different software (because I > don't think it is misbehaving). > > Can you point us to the blackbox code that has this limitation? FWIW, openbox does not limit the size of resized window. It might be helpful

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 14:49, Jan Schaumann wrote: > Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > > I like to have the wm act consistently. We do not let you move the > > window too far off screen nor does maximization cause the window to > > exceed the screen size. Why then should resi

Re: grow a xterm longer that screen?

2002-10-10 Thread Jan Schaumann
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > I like to have the wm act consistently. We do not let you move the window too > far off screen nor does maximization cause the window to exceed the screen > size. Why then should resizing be different? It strikes me as a differen thing: I can

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 14:31, Jeremy C. Reed wrote: > > Can you point us to the blackbox code that has this limitation? > I thought this might come up (-: So here are the problems (note the plural) 1) a section of the code involved assumes unsigned (no negatives) values. This relates to

Re: grow a xterm longer that screen?

2002-10-10 Thread Jeremy C. Reed
On Thu, 10 Oct 2002, Sean 'Shaleh' Perry wrote: > size. Why then should resizing be different? There is also the questionable > benefit of window information being offscreen. When faced with a program > that misbehaves in this way I often try to find another one which works > better. Also

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 14:04, Jan Schaumann wrote: > > Why is it that the windowmanagers job description contains "don't let > users resize windows bigger than the screen"? > it is the wms job to enforce policy. It also happens that the particular code is a function common to several actio

Re: grow a xterm longer that screen?

2002-10-10 Thread Jan Schaumann
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > On Thursday 10 October 2002 12:42, Martin Egholm Nielsen wrote: > > > If you want this type of behavior setup X to give you a screen bigger > > > than you can see and scroll around in it. These type of checks help the > > > users do the right thing

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 12:42, Martin Egholm Nielsen wrote: > > If you want this type of behavior setup X to give you a screen bigger > > than you can see and scroll around in it. These type of checks help the > > users do the right thing and are worth more than letting the small number > > o

Re: grow a xterm longer that screen?

2002-10-10 Thread Martin Egholm Nielsen
Hi there, >>>I take that back, it is X, not blackbox. You are unable to move the >>>mouse further than the screen edge so you are not able to resize/move a >>>window beyond it. >>Hmm, but if I open a window, maximize it and then alt-mouse-drag it to >>the top of the screen I think I should be ab

[ blackboxwm-Bugs-620999 ] Strange resize thang

2002-10-10 Thread noreply
Bugs item #620999, was opened at 2002-10-09 13:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=620999&group_id=40696 >Category: Behaviour >Group: 0.65.x Status: Open >Resolution: Accepted >Priority: 7 Submitted By: Keith Fancher (discostoo) Assigned t

Re: grow a xterm longer that screen?

2002-10-10 Thread Jason 'vanRijn' Kasper
bbkeys will let you keep growing the little bugger. =:) Just keep pressing your VerticalIncrement keys KeyToGrab(Down), WithModifier(Mod1+Control+Shift), WithAction(VerticalIncrement) On Thu, 2002-10-10 at 12:53, Sean 'Shaleh' Perry wrote: > On Thursday 10 October 2002 09:57, Jan Schaumann

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 10:12, Jan Schaumann wrote: > Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > > I take that back, it is X, not blackbox. You are unable to move the > > mouse further than the screen edge so you are not able to resize/move a > > window beyond it. > > Hmm, but if I open

Re: grow a xterm longer that screen?

2002-10-10 Thread Jeremy C. Reed
On Thu, 10 Oct 2002, Sean 'Shaleh' Perry wrote: > If you really want a gigantic window, use -geometry. Thanks. "rxvt -geometry 80x150" worked. I tried to resize it to see what blackbox would say the dimensions were and it said "79 X 54" and then when I let go of mouse button it immediately resi

Re: grow a xterm longer that screen?

2002-10-10 Thread Jan Schaumann
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > I take that back, it is X, not blackbox. You are unable to move the mouse > further than the screen edge so you are not able to resize/move a window > beyond it. Hmm, but if I open a window, maximize it and then alt-mouse-drag it to the top of

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 09:57, Jan Schaumann wrote: > Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > > On Thursday 10 October 2002 09:35, Jeremy C. Reed wrote: > > > Is there any way to expand a xterm or rxvt window taller that a screen? > > > > in Blackbox you are limited to the screen size

Re: grow a xterm longer that screen?

2002-10-10 Thread Jan Schaumann
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > On Thursday 10 October 2002 09:35, Jeremy C. Reed wrote: > > Is there any way to expand a xterm or rxvt window taller that a screen? > in Blackbox you are limited to the screen size. Why? -Jan -- http://www.netbsd.org - Multiarchitect

Re: grow a xterm longer that screen?

2002-10-10 Thread Sean 'Shaleh' Perry
On Thursday 10 October 2002 09:35, Jeremy C. Reed wrote: > Is there any way to expand a xterm or rxvt window taller that a screen? > > I grab the bottom corner and lengthen it -- and move the window up -- and > lengthen it some more. But I can only get 58 rows. (I didn't try in a > different windo

grow a xterm longer that screen?

2002-10-10 Thread Jeremy C. Reed
Is there any way to expand a xterm or rxvt window taller that a screen? I grab the bottom corner and lengthen it -- and move the window up -- and lengthen it some more. But I can only get 58 rows. (I didn't try in a different window manager.) Also, I am curious: how does Blackbox know to show co