search for: moppsy

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

Did you mean: mopidy
2006 Oct 08
1
Plugins
...hen used with the plane plugin. I like the plane plugin in a 3x3 matrix matching the keypad, so with the keypad and some modifier keys I can move the viewport or the active window to another viewport layed out like the keypad. I find this to be an intuitive way to work. http://home.comcast.net/~moppsy/compiz/put.c http://home.comcast.net/~moppsy/compiz/put.schemas http://home.comcast.net/~moppsy/compiz/Makefile.put The neg plugin makes stuff negative. This is a bit of a hack, the code is borrowed from paint.c and adjusted to draw the window texture negative. I tried real hard to find a way to...
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 Sep 27
2
plugin templates
I've created some basic plugin templates, which people can use to get a quick start at writing compiz plugins. The plugins them self don't contain much more than some basic initialization code but there's a simple makefile example and a slightly more complex autotools example which are useful. If someone got improvements to these templates or some more complex examples they think
2007 Jan 06
1
git hosting
...hat is related to compiz and you plan on doing active development, the chance that your request will be rejected is small. Repositories can be pushed into and pulled from over HTTP. gitweb and a commit mailing list will be set up shortly. I've created a repository for the plugin template that moppsy created some time ago. You can clone that repository using this command: git clone http://git.go-compiz.org/plugins/template template -David
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 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
2006 Dec 28
2
updating the AUTHORS file
...Add color option to annotate plugin. Author: Mirco Muller <macslow@bangang.de> Add shadow color option. Start- and end-color-stop for the skydome fallback gradient options. Author: Thierry Reding <thierry@gilfi.de> Make sure metacity theme could be loaded. Author: moppsy <moppsy@comcast.net> Add raise_window option. Author: Guillaume <ixcemix@gmail.com> Add plugin feature interface. Author: S?ren Sandmann <sandmann@redhat.com> Add 'plane' plugin. Author: Kristian H?gsberg <krh@redhat.com> Prepares for workspace...
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
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
2008 Dec 31
5
The future of Compiz
Where are we going? It's time to start thinking ahead and really figure out how to make Compiz survive, specially in lieu of Dennis' suggestion. The reality is that there has been the equivalent of no progress since the merge. We've basically only been in maintenance mode. The reason for this, from my point of view, is a complete lack of direction and leadership. We've