Re: [dwm] dwm for win32 - bug.n NEW version (3.5)

2009-02-11 Thread A.S. Bradbury
On Tue, Feb 10, 2009 at 5:36 PM,   wrote:
> Am Sat, 7 Feb 2009 11:14:57 +
> schrieb "A.S. Bradbury" :
>
>> After soom googling, it appears that putty requires the
>> WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages[1] to bracket its
>> resizes. It seems this has been translated into AutoHotKey commands on
>> the forums[2]. Is there any chance you could add such a workaround for
>> putty?
> With your help it was easy - thank you. And so I did - version 3.5.1
> ready to download.
> Please report any problems, since I just did basic tests with a
> portable version.

This seems to work well for me. Thank you for incorporating these
changes, and thanks for bug.n.

Alex



Re: [dwm] dwm for win32 - bug.n NEW version (3.5)

2009-02-10 Thread joten
Am Sat, 7 Feb 2009 11:14:57 +
schrieb "A.S. Bradbury" :

> After soom googling, it appears that putty requires the
> WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages[1] to bracket its
> resizes. It seems this has been translated into AutoHotKey commands on
> the forums[2]. Is there any chance you could add such a workaround for
> putty?
With your help it was easy - thank you. And so I did - version 3.5.1
ready to download.
Please report any problems, since I just did basic tests with a
portable version.


Kind regards, joten



Re: [dwm] dwm for win32 - bug.n NEW version (3.5)

2009-02-07 Thread Thayer Williams
On Sat, Feb 7, 2009 at 3:14 AM, A.S. Bradbury  wrote:
> On Sat, Feb 7, 2009 at 9:27 AM,   wrote:
>> I have created and uploaded a new version of bug.n (3.5).
>
> After soom googling, it appears that putty requires the
> WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages[1] to bracket its
> resizes. It seems this has been translated into AutoHotKey commands on
> the forums[2]. Is there any chance you could add such a workaround for
> putty? Is there an alternative terminal you find works particularly
> well with bug.n?

I haven't tried bug.n myself, but I prefer the rxvt terminal under
Windows (ala Cygwin). I don't know whether rxvt would behave any
better, but it might be a good place to start.



Re: [dwm] dwm for win32 - bug.n NEW version (3.5)

2009-02-07 Thread A.S. Bradbury
On Sat, Feb 7, 2009 at 9:27 AM,   wrote:
> I have created and uploaded a new version of bug.n (3.5).

This looks great. The problem I have is that I mainly use a tiling
window manager to manage multiple terminals, and putty is the only
decent ssh client + terminal emulator I've managed to find on Windows.
Unfortunately, it seems its windows can't be resized by bug.n,
winsplit revolution or any other similar tools I've tried.

After soom googling, it appears that putty requires the
WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages[1] to bracket its
resizes. It seems this has been translated into AutoHotKey commands on
the forums[2]. Is there any chance you could add such a workaround for
putty? Is there an alternative terminal you find works particularly
well with bug.n?

Regards,

Alex

[1]: http://softwareetc.wordpress.com/2008/10/07/resizing-putty/
[2]: http://www.autohotkey.com/forum/topic7935.html



Re: [dwm] dwm for win32 - bug.n NEW version (3.5)

2009-02-07 Thread joten
I have created and uploaded a new version of bug.n (3.5).

With this version I splitted bug.n in three parts to get the source code more 
organized and to allow the use of the tiling window management functions as a 
standalone script.
* bug.n (tiling window management)
* brew (tagging)
* mule (status bar)

Furthermore I added the following features and solved some minor problems:
+ The border color of the active window can be set independently from the 
windows theme setting (in case the user cannot alter the theme) allowing to 
distinguish the active window, if the title bars are hidden.
+ Hiding the title bars is optional.
+ The borders can be hidden preventing the user from resizing the window at the 
border.
+ The zoom function is now reversible allowing to shift a window from the 
master to the stacking area and back.
+ When changing the tag, the active window now changes.
+ mfact is saved per tag allowing different sizes of the master area on 
different tags/views.
+ Window sizes and positions are saved from the floating state and therefor are 
reapplied, when changing to the floating layout, making a window floating or 
exiting bug.n.

For further information, please see the bug.n description and bug.n help.

download
# bug.n 3.5 Executable
(http://freenet-homepage.de/bug.n/download/bugn_35.exe.zip)
# bug.n 3.5 AutoHotkey source
(http://freenet-homepage.de/bug.n/download/bugn_35.zip)
# bug.n standalone 1.0 AutoHotkey source
(http://freenet-homepage.de/bug.n/download/bugn_sa_10.zip)
# brew standalone 1.0 AutoHotkey source
(http://freenet-homepage.de/bug.n/download/brew_sa_10.zip)
# mule standalone 1.0 AutoHotkey source
(http://freenet-homepage.de/bug.n/download/mule_sa_10.zip)


Greetings, joten