Gonna revert maximize-{un,re}frame

View: New views
2 Messages — Rating Filter:   Alert me  

Gonna revert maximize-{un,re}frame

by Teika Kazura :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi. For 1.6, maximize-unframe and maximize-reframe are
introduced, in wm/state/maximize.jl. I think they should be reverted,
since they're unnecessary.

'maximize-unframe' maximizes, and deletes the frame. After
un-maximization, it remains unframed. This is not what users want. But
there's already 'maximize-window-fullscreen' with which the window is
unframed *only when* it's maximized, and the frame comes back after
un-maximization.

It seems to me that the only use of maximize-reframe is to cure the
desease with maximize-unframe. So I'm going to delete both. Any
comment?

Thanks,
Teika (Teika kazura)




Re: Gonna revert maximize-{un,re}frame

by Flashrider :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Tue, 03 Nov 2009 15:08:00 +0900 (JST)
schrieb Teika Kazura <teika@...>:

> Hi. For 1.6, maximize-unframe and maximize-reframe are
> introduced, in wm/state/maximize.jl. I think they should be reverted,
> since they're unnecessary.
>
> 'maximize-unframe' maximizes, and deletes the frame. After
> un-maximization, it remains unframed. This is not what users want. But
> there's already 'maximize-window-fullscreen' with which the window is
> unframed *only when* it's maximized, and the frame comes back after
> un-maximization.
>
> It seems to me that the only use of maximize-reframe is to cure the
> desease with maximize-unframe. So I'm going to delete both. Any
> comment?
>
> Thanks,
> Teika (Teika kazura)
>

Done.