Tuomo Valkonen wrote:  [Wed Apr 23 2008, 02:32:12AM EDT]
> 1. I thought it would be good to collect somewhere, some possible
> things to work on in Ion3plus, if anyone can be arsed. Please post
> what you'd like to see here, and I'll comment if would include a
> quality patch. Maybe someone can one day be arsed to code the feature
> or modification, if it's known that it has a chance of getting there.
> (Things that are clearly separable into modules, should be implemented
> as separate modules, whether they are included in the main package 
> or not.)

Well, I haven't thought about this too hard yet, but I'd like to
see more flexible maximisation.  Right now there's
frame_maximize_horiz() and frame_maximize_vert() which toggle
frame->flags bits FRAME_MAXED_HORIZ and FRAME_MAXED_VERT,
respectively.

I'd like to implement a "fill" version of these functions that
maximizes until it bumps into another frame (or the dock, etc).
I know this could be done entirely in lua, but it seems like some
integration with the existing functions would be nice, so that
de-maximization could take advantage of the existing
frame->saved_x, frame->saved_w, etc.

Aron

Reply via email to