search for: lyngst

Displaying 10 results from an estimated 10 matches for "lyngst".

2007 May 31
2
Zoom plugin changes
I'm sorry for being rude, but I am quite upset by this, because it has gone too far. I posted a few weeks ago that I was going to be working on zoom over the summer to improve the accessibility, and I have already begun to do that. Every step of the way I have made frequent commits to opencompositing.org and described the progress in my blog. I asked for information about what your (David)
2007 Jun 02
1
Bigscreen multihead issues [URGENT]
At the moment, Compiz draws each head at a time, shifting the glViewport() for every head in a xinerama-like setup. However, the projection matrix is NOT adjusted. This means any translation along the z-axis will cause problems and any rotation along the x/y axis, because the projection matrix is centered around the viewport, not the actual X screen as it has to be to keep the scenery together. I
2007 Jun 20
1
CompComm has a real name!
...voted yes), or have stated their support for the name: David Reveman, Erkin Bahceci (cornelius), Guillaume Seguin (iXce), Dennis Kasprzyk (onestone), Jigish Gohil (cyberorg), Danny Baumann (maniac), Patrick Niklaus (marex), Roi Cohen (roico), Alex Heck (nesl247), Robert Carr (racarr), Kristian Lyngst?l (kristianLy), Rico Pfaus (RYX) (conditional), Quinn Storm (QuinnStorm) and Jeffrey Laramie (imnotpc).
2007 Jan 01
2
Get pixmap of minimized windows?
Is it possible to get pixmaps of minimized windows? I don't want to use ugly hacks like "temp unminimize" just to get it. Stjepan
2007 Apr 20
0
Compiz-manager script (Was: --skip-gl-yield)
...too pretty, and only really adjusted for nVidia, so it's pretty useless at this point. I've only ever actually used nVidia with direct rendering, so I'll need some input from people with other setups than mine. On 4/20/07, Colin Guthrie <gmane@colin.guthr.ie> wrote: > Kristian Lyngst?l wrote: > > Sure, I was thinking of makeing this simple and generic. I don't > > really think wether it is compiled or not matters all that much, > > though. > > Cool. I reckon if it can be done in scripts it should be, but that's > just my preference. Makes it e...
2007 Apr 16
1
Multiscreen patches
0001-Do-not-use-shareList-for-multiple-screens.txt This is essential to get compiz to control multiple screens. I assume there's a better way though. We can either remove the shareList support entirely or we should check if it's supported or not. Improvements on this patch might be a good idea. In Beryl we chose to leave this as an option, but that doesn't strike me as the best
2007 May 24
3
Extensible logging framework
Attached is a quick patch which adds a logging framework to compiz. I think it should be fairly self explanitory. I think it should allow plugin writers to extend it for any purpose, but I would appreciate any feedback or comments before going any further. Regards Mike -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: logging.diff Url:
2009 Jan 28
0
Minutes of the Compiz Conference Call, 2009-01-28
...aking-specific mailing list. David doesn't mind if he isn't in that council, it could take too much of his time. The new council (tentatively) is, should they accept it : * Dennis "onestone" Kasprzyk * Danny "maniac" Baumann * Kristian "KristianL" Lyngst?l * Erkin "cornelius" Bahceci * Sam "SmSpillaz" Spilsbury * Guillaume "iXce" Seguin Next meeting ------------ * Dennis will (hopefully) talk about compiz++ and it's architecture, why it was done etc * Our place in the future (with GNOME-Shell maki...
2007 Apr 15
1
Zoom enhancements
I'll be working on zoom during Google summer of code, to get it to work better with existing accessibility software. Basicly get it to communicate with tools like Orca. Because this relies on input enabled zoom, there are some issues I like to clear up before I start. I don't want to directly base my work on any of the two publicly available zoom plugins. This means I'll be creating a
2007 Apr 12
1
Multihead related issues
First, there are two fundamentally diffrent types of doing multihead: The "one big screen" solution, usually achieved with xinerama , twinview or similar. This provides us with one Screen, and therefor one CompScreen structure. The output extens are retrieved from xinerama, or possibly randr (in the future?), I would assume. Then there is the less used "multiscreen" way, which