similar to: plugin templates

Displaying 20 results from an estimated 10000 matches similar to: "plugin templates"

2006 Oct 05
2
compiz coding style
The coding style I use for compiz is very similar to what's used in the xserver. This was the best I could get out of GNU indent. indent -psl -saf -sai -saw -sob -i4 -bbo -bls -lp -di1 -pcs -bs -cs -bl -bli0 -cdb -sc -bad -bap -l78 The style in compiz is slightly different though. Function parameters are aligned and I usually align function parameter names and variable names too. I also
2006 Oct 08
1
Plugins
Here are a few plugins I wrote. The put plugins gives you bindings to move windows around. I set it up so the numeric keypad is like the area of the screen. So <Super>KP_Home will move the window to the top left, etc ... It also does viewport moves which is handy when used with the plane plugin. I like the plane plugin in a 3x3 matrix matching the keypad, so with the keypad and some
2007 May 18
2
about matchbox + compiz solution
Instead of use compiz windows manager, I want to use matchbox, but I want reuse compiz plugins, means I use matchbox + compiz as windows manager + 3D desktop effect solution, would you please give me some suggestion about my plan. What about the effort? Would you please give me some suggestion. Thanks. -----Original Message----- From: David Reveman [mailto:davidr at novell.com] Sent:
2006 Sep 29
1
Re: compiz: Changes to 'master'
* David Reveman wrote: > plugins/compiz.schemas.in | 2 +- > 1 files changed, 1 insertion(+), 1 deletion(-) > > New commits: > commit 0697bf9b800be99e54e722425e4cfe6347df2f8d > Author: David Reveman <davidr@novell.com> > Date: Wed Sep 27 13:45:10 2006 -0400 > > novell.png -> freedesktop.png The commit actually renames novell.png to freedektop.png
2006 Sep 21
2
initial metacity theme support for compiz
I just pushed some code into the compiz repository for initial metacity theme support. It's not complete, left and right borders are not rendered correctly, button decorations doesn't always match event window locations, maximized and shaded windows are not rendered as when running metacity, button locations are not configurable as with metacity... but it still seem to look OK with most
2006 May 11
1
compiz without a desktop window
Running compiz without a desktop window has some unexpected behavior. It is not possible to grab the cube with the mouse. The pointer needs to be over a window for it to work. In display.c the XSelectInput call in addDisplay is missing ButtonPressMask and ButtonReleaseMask, so it makes sense why this doesn't work. Is there a reason why they have been left out? Lower window with Button2 on
2007 Mar 06
2
decoration flashing with current upstream
Greetings everybody! I just git pull'ed compiz and after compiling and installing it, I started experiencing the decorations flashing and windows not being updated correctly. Sofar I was not able to revert to a state identifying which commit introduced this flaw. This is happening to me on an i915 and a GeForce7900GT. Using git revert <some commit> is the right way to work oneself
2006 Dec 15
1
[PATCH] cube unfold distance
I have gone ahead and implemented the unfold distance option as mentioned in the source. the patch is here http://home.comcast.net/~moppsy/compiz/cube-unfold-distance.patch
2006 Jun 08
1
[PATCH] raise window key binding
With raise_on_click disabled, I wanted to be able to raise a window with a button click sometimes. It seemed logical to do something like the lower window key binding. So I did it. It was quite simple, but here is the patch anyway. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 3680 bytes Desc: not available
2007 Jan 06
1
git hosting
The git hosting I promised is finally set up. Sorry that this took forever to get ready. If you want a repository on git.compiz.org, send an email to me and explain with a few words why you want it. If you have some code, attach it or include an URL to where it can be found. Include a list of initial user names and passwords that should be given write access to the repository. The requirements
2006 May 07
1
Fw: patch for colored drop-shadow
I just realized this message went to the wrong place. I meant to send this to the list. Also, I want to clarify, I don't intend to offend or upset anyone, obviously I love the work that is happening on compiz, I am merely trying to help. Begin forwarded message: Date: Wed, 3 May 2006 09:39:45 -0400 From: Quinn Storm <livinglatexkali@gmail.com> To: David Reveman
2006 Nov 22
4
[ANNOUNCE] compiz-0.3.4
Changes since 0.3.2: * Core Support for multiple desktops (workspaces). Much better multi-head support. The workarea is calculated per output and windows are now maximized properly. Edge button option has been added to action options. It can be used to require a button press for edge actions to be triggered. Basic support from internal
2007 Apr 06
2
[ANNOUNCE] compiz-0.4.0
Changes since 0.2.2: * Core Some stencil buffer requirements have been removed. Focus stealing prevention. Fragment attribute interface that allow plugins to perform more advanced fragment shading effects while integrating properly with other plugins. Use composite overlay window for output by default. Add file notification API.
2007 May 17
3
place plugin
The place plugin has a bug: when compiz is restarted or started to replace another wm it the windows are placed in weird positions ( titlebar behind the panel etc.) shouln't the place plugin loop over all open windows and place them correctly when loaded? this should solve this issues. any reason why this isn't done? have I missed something or is this just a bug?
2006 May 10
1
invalid binding strings
gconf places no restrictions on setting string values. compiz does not seem to validate binding strings and I have noticed that it can cause quirky behavior. The exact situation that brought this to my attention was setting opacity_increase and opacity_decrease to empty string values. After initiating switcher with Alt-Tab, while keeping Alt pressed, pressing shift changes the active windows
2006 Oct 03
6
Tried out Beryl (Animation pugin)
Hi I just tried out the new 0.1.0 release of beryl. Generally I do like the compiz fdo version, because I like the gconf integration and the metacity theme support in gwd. Also I think their configuration system is a complete mess, this beryl settings manager is completly bloated in my opinion. Anyway, I noticed they have quite a lot of plugins. While I found most of them nothing special, the
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
A new compiz release 0.5.2 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.5.2.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.5.2.tar.gz.sha1 0d0a4a39bfbe0ada770d9206b7a1b6b443c53c29 compiz-0.5.2.tar.gz
2007 May 27
2
commit a50d2f9e0f66f445338eb5ad7361b48d48446b29 broke compiz for me
Hello, as you can see in the other thread the current git does not work for me. so I did a git bisect and found out that this commit broke it for me: --------------------- git bisect good a50d2f9e0f66f445338eb5ad7361b48d48446b29 is first bad commit commit a50d2f9e0f66f445338eb5ad7361b48d48446b29 Author: David Reveman <davidr at novell.com> Date: Fri May 18 16:05:31 2007 -0400 Remove
2006 Nov 08
2
community site
An initial community site has been setup here: http://www.go-compiz.org It needs a lot of work and I haven't had time to do much yet. It's a wiki so everyone is invited to help out and make it the site they want it to be. A git repository that pretty much anyone could get commit access to and host compiz related stuff at is being set up and I'll post some more details about this
2007 Feb 16
2
update on xdevconf07 and beryl situation
I'd like to get all of you updated on the compiz related things discussed at the X developer conference that was held last week. The slides I used for my talk are available from here: http://people.freedesktop.org/~davidr/xdevconf07/ and you can also find some notes from all talks here: http://wiki.x.org/wiki/XDC2007Notes My talk was mainly focused on "what's next" and how