Re: [RFC] Introduce output zoom.

2012-02-21 Thread Scott Moreau
2012/2/21 Kristian Høgsberg > On Mon, Feb 20, 2012 at 11:56 PM, Scott Moreau wrote: > > Implement a camera/modelview matrix for transforms to simulate camera > movement. > > Ideally, we would want to use +Scroll but that will have to > wait > > for axis events. For now we use keyboard grabs. Zoo

Re: [RFC] Introduce output zoom.

2012-02-21 Thread Kristian Høgsberg
On Mon, Feb 20, 2012 at 11:56 PM, Scott Moreau wrote: > Implement a camera/modelview matrix for transforms to simulate camera > movement. > Ideally, we would want to use +Scroll but that will have to wait > for axis events. For now we use keyboard grabs. Zoom in/out with > Super+Up/Down. > Zoom

[RFC] Introduce output zoom.

2012-02-20 Thread Scott Moreau
Implement a camera/modelview matrix for transforms to simulate camera movement. Ideally, we would want to use +Scroll but that will have to wait for axis events. For now we use keyboard grabs. Zoom in/out with Super+Up/Down. Zoom area follows mouse pointer. --- src/compositor.c | 41