Displaying 20 results from an estimated 42 matches for "blueroot".
Did you mean:
bluehost
2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python
scripts as full plugins.
There is not much documentation, but I have included a few
examples to get you going.
triangle - Just a basic plugin which shows a triangle on a button
press. This shows using ctypes to pass values from compiz to the
python opengl bindings.
basiczoom - Zooms in on the screen (basically)
inactive - This is a port
2007 Feb 26
6
dbus introspection
I've started work on a rewrite of sorts for the dbus plugin that
changes how it listens/responds to messages to make it possible to
generate introspection data. The main changes are registering every
plugin, screen, option, etc with dbus_connection_register_object_path
and using libxml2 to generate the introspection data. This more or
less works I just need to hook up the rest of the methods
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:
2007 Mar 02
3
CompDisplay from loaderLoadPlugin
I'm trying to use custom functions for loaderLoadPlugin and
loaderUnloadPlugin to register/unregister plugin paths in the dbus
plugin as needed but I need to get access to a CompDisplay or
DbusDisplay in order to do so. Is there any way to get access to this?
--
Travis Watkins
http://www.realistanew.com
2007 Jan 11
1
Menu fix for firefox and blur
...t it should be fairly
harmless inside each plugin. It is always marked
with 'menu fix hack' so it should be fairly easy
to remove when the time comes.
Regards
Mike
-------------- next part --------------
>From 7d90d158a8da6404ce41a5f9a5fae57b3fc72eb1 Mon Sep 17 00:00:00 2001
From: mike@blueroot.co.uk <mike@localhost.(none)>
Date: Fri, 12 Jan 2007 01:43:23 +0000
Subject: [PATCH] Menu hack for firefox/thunderbird/OO.o menus
---
plugins/blur.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/plugins/blur.c b/plugins/blur.c
index cde18fb..0be98e9 100644
-...
2007 Apr 09
2
Paint chanegs block dbus and fuse plugins
I was writing a simple plugin a while ago which just
sets the paint values on inactive windows. The plugin is
very simple and the main part is below.
When I load this plugin it blocks dbus and fuse plugins
so that they only reply to requests when the active window
changes.
Is there anything obvious here that would cause that?
static Bool
inactivePaintWindow (CompWindow *w,
const
2006 Dec 12
2
dbusSendChangeSignalForOption crash
I seem to be having problems with the latest dbus code.
Here is a backtrace. This is happening at startup.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47449612229888 (LWP 28353)]
0x00002b27b87991c0 in strlen () from /lib/libc.so.6
(gdb) bt
#0 0x00002b27b87991c0 in strlen () from /lib/libc.so.6
#1 0x00002aaaac1b0657 in dbus_watch_handle () from
2007 Apr 13
3
Just another ini patch
Hi,
well after some ever further investigation of some bugs, I ended up
cleaning up the code, again. I also fixed some really heavy memory
leaks in csvToList and made it in general more stable.
Regards,
Patrick "Marex" Niklaus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ini.c.patch
Type: text/x-patch
Size: 8275 bytes
Desc: not available
Url :
2006 Oct 12
0
Privates example? (fwd)
Resending this as the message size limit for the list is 100 KB,
and uncompressed, the attached plugin code is 150 KB.
---------- Forwarded message ----------
Date: Thu, 12 Oct 2006 23:47:25 +0300 (EEST)
From: Tuukka Hastrup <Tuukka.Hastrup@iki.fi>
To: Mike Dransfield <mike@blueroot.co.uk>
Cc: compiz@lists.freedesktop.org
Subject: Re: [compiz] Privates example?
On Thu, 12 Oct 2006, Mike Dransfield wrote:
> I have looked around but I cannot find an example of how to use the
> privates system.
>
> Could someone give me a quick example of the usage as I would like...
2007 Jan 02
2
Return value from an action function
I had always assumed that an action option
should return true if it handles the action,
but it seems like most button bindings actually
return false which causes a few problems.
1. The clicks pass through to windows which
is not good for rotate, screenshot or annotate.
2. I am trying to add a generic action notification
which plugins can wrap to see when other actions
are initiated and
2006 Oct 17
5
Compiling Compiz
I have downloaded compiz-0.2.0 and tried to compile it. The INSTALL file talks about autgen.sh, but I am unable to
locate it. I tried ./configure but it complains about a number of missing packages. Is there any docs on how to compile
compiz on SLED 10 ? I have searched in a lot of places, but have not been able to dig up anything. A detailed list of
what packages is required (and where to locate
2007 Feb 22
3
Flat file backend (ini)
I have written an initial flat file configuration
backend for Compiz. At the moment it is using
FAM for monitoring of files (it can be compiled
without monitoring support for now).
It is working fine but there are a couple of problems.
1. It looks like I should use addFileWatch rather than
directly accessing FAM, is this correct? I notice dbus
uses addFileWatch rather than
2007 Apr 26
3
Extension languages and Compiz.
My recent work on Compiz-scheme has brought to my attention several
problems preventing a real compiz extension language.
Note that when I refer to an extension language, I am not referring to
the ability to add plugins in some other languages, but more of
something in the vein of emacs lisp.
The major problem right now is extension languages are locked in to
one plugin and what core exposes.
2007 Mar 07
4
Plugin Library Interface
Hi,
some of you might noticed that there was recently some discussion on
the Beryl ML about an interface which provides sharing functions and
allows us to do library plugins. One example for this kind of plugins
is text, which was recently ported to that system. I now want to
explain here how it works in general.
Core does save the shared library functions in a CompLibraryFunction struct:
struct
2006 Dec 28
2
updating the AUTHORS file
...-
Author: Mike Cook <mcook@novell.com>
Only hide windows on current output.
Add initiate_output action, which initiates scale mode only for
windows visible on current output.
Compute xTranslate and yTranslate correctly for output specific
zoom.
Author: Mike Dransfield <mike@blueroot.co.uk>
Add a few new shapes to annotate plugin and an action option that
can be used to draw these shapes.
Add basic compiz event support.
Add deactivate member to dbus plugin.
Author: Diogo Ferreira <diogo@underdev.org>
Add color option to annotate plugin.
Author: Mi...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...orrect (and does not clobber the desktop panel in KDE, kicker)
On my 1600x1200 screen, with no kicker panel, the window is maximized about 70% of the screen only
Is this known?
Thanks,
Shawn.
----- Original Message ----
From: David Reveman <davidr@novell.com>
To: Mike Dransfield <mike@blueroot.co.uk>
Cc: compiz@lists.freedesktop.org
Sent: Wednesday, November 8, 2006 2:57:38 PM
Subject: Re: [compiz] [PATCH] Edge buttons
The "button press on edge" functionality should be working OK in the
latest code. Let me know if you have any problems with it.
I might include the edge siz...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...Switch to object registration instead of message filtering.
Register plugin, screen, and option objects.
Check that xsltproc binary is present.
dragoran (1):
Add --ignore-desktop-hints command line option, which can be used
gandalfn (1):
Fix mouse move key name.
mike at blueroot.co.uk (1):
Allow plugins to wrap enter/leaveShowDesktopMode
2007 Jun 03
1
N_ macro
I have just updated the place plugin to use integers
rather than strings with restrictions (as per the other
plugins).
The only thing which is now using the N_ macro is
windowTypeString which I think can be removed.
I think some plugins may still be using this so I have
not removed it just yet.
Once this is gone it will be possible to remove the N_
macro as well, is this OK?
Regards
Mike
2007 Jun 08
1
Problem with new cube and scale with ini
I think I have a slight problem with the new hookable plugins
and the ini plugin.
I haven't looked into it too much, but the plugins use an option to
store their abi version. This value is stored so that when the cube/scale
plugins are updated it will not be changed and things will not work.
Do we need some sort of flag to tell ini not to save these options? I
assume that it is OK for
2007 Jun 03
1
KWD crash
Attached is a crash which I get very regularly when
shutting down compiz.
I normally only see it when restarting, but I have seen it
at shutdown too, so I assume its happening then. The
backtrace seems to point there too.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: kwd.crash.txt
Url: