Displaying 20 results from an estimated 20000 matches similar to: "Core option sorting in metadata"
2009 Feb 03
2
Command binding handling in compiz core
Hi,
currently, we have a bunch of stuff in compiz core that is entirely
Gnome specific, though it's designed to be general. What I mean is
- arbitrary command bindings
- terminal and screenshot command bindings
- "main menu" and "run dialog" toolkit actions
Neither of those is handled by the window manager outside of Gnome.
Hence I propose doing the following:
- Add a
2007 Mar 09
0
AW: Re: [PATCH] minimize doesn't respect "no core instance" flag
Hi,
Let me ask in a more general way:
A plugin wants to hide windows by preventing their drawing - that's all group wants to do.
What's the correct way to do that? From my understanding, that's NO_CORE_INSTANCE_MASK. If that's not true, what's the exact meaning of that flag?
Another way to do that would be to just return from paintWindow instead of calling the next plugin,
2007 Mar 09
2
AW: Re: [PATCH] minimize doesn't respect "no core instance" flag
On Fri, 2007-03-09 at 21:47 +0100, Danny Baumann wrote:
> Hi,
>
> Let me ask in a more general way:
>
> A plugin wants to hide windows by preventing their drawing - that's all group wants to do.
> What's the correct way to do that? From my understanding, that's NO_CORE_INSTANCE_MASK. If that's not true, what's the exact meaning of that flag?
> Another
2007 Apr 10
6
Fullscreen windows(videos) and Compiz
I worte in my last mail that when I ue compiz git fullscreen videos are no
longer ontop of the gnome-panel...
that means that the gnome-panel is still visible while playing the video in
fullscreen. The commit which I said may caused it has nothing to do with it
compiz does not build if I revert it).
again with older compiz and metacity it works fine. (now I am running
20070316). Anyone else wiith
2008 Dec 22
1
_NET_WM_FULLSCREEN_MONITORS hint (YAY!!)
Hiya Compiz list! I am a Linux UI dude for VMware as my day job and am
working on improving things in Workstation and Player with regards to
multiple monitors on Linux. Some of my colleagues worked with the
xdg/wm-spec folks just earlier this year to get the
_NET_WM_FULLSCREEN_MONITORS hint into the EWMH spec to address the needs
applications have in needing to be both fullscreen and spanning
2009 Feb 05
1
Release plans for Compiz 0.8.0
The Compiz 0.8.0 release will be the first release to include what was
formerly known as Compiz Fusion.
A complete feature and string freeze for Compiz 0.8 is in effect from
Friday 5th of February, 23:59 GMT. I urge anyone with patches to submit
them ASAP, regardless of their state.
During most of Saturday, possibly spilling into Sunday, Compiz 0.8 will be
branched and made ready for release.
2007 Jun 20
2
[PATCH] Case insensitive matching for the regex plugin
Hi,
I have created an addition to the regex plugin that allows case
insensitive matching for title/class/name/role. To enable the case
insentive matching, I chose to prepend an 'i' before the tag (ititle=,
iclass=, ...). The patch is obviously attached ;-)
Are there any objections against putting this code in?
Regards,
Danny
-------------- next part --------------
A non-text attachment
2007 Mar 07
1
[PATCH] minimize doesn't respect "no core instance" flag
Hi,
In current git, minimize doesn't respect the
PAINT_WINDOW_NO_CORE_INSTANCE_MASK flag set by other plugins. I noticed
that especially in group: Tabbed windows are hidden by setting
PAINT_WINDOW_NO_CORE_INSTANCE_MASK. When these windows are minimized
together with their group, minimize draws its animation regardless if
that flag is set or not; with the effect of the hidden windows appearing
2007 Mar 28
1
Re: compiz: Changes to 'master' (Added possibility to load textures with fixed RGBA byte ordering from header files)
On Wed, 2007-03-28 at 06:29 -0700, Danny Baumann wrote:
> include/compiz.h | 5 +++--
> src/cursor.c | 3 ++-
> src/texture.c | 17 +++++++++++------
> 3 files changed, 16 insertions(+), 9 deletions(-)
>
> New commits:
> commit 8e3b26fe3000602cfad0eaae2242abb1274c2ce3
> Author: Danny Baumann <dannybaumann@web.de>
> Date: Wed Mar 28 15:29:42 2007
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
A new compiz release 0.7.8 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1
7b8a67b5d5b4aa6a33fcf60691bfae757768ffa3 compiz-0.7.8.tar.gz
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc
(signed by Danny
2007 Apr 26
5
adding XCB dependency
I intend to make compiz depend on XCB and Xlib/XCB sometime soon so we
can start using XCB where it's beneficial [1]. I'm mostly interested in
using it for asynchronous reading of window properties but we should
eventually try to use it for as much as possible. Removing Xlib
completely might not make sense as we need to support multiple
implementations of GLX but getting to a stage where
2007 Apr 30
1
[PATCH] Option for activation behaviour on window close
Hi,
please find attached a patch that makes the behaviour of window
activation when a window is closed optional.
Currently, always the last active window is activated. Sometimes this
might not be the desired behaviour, but users (like me ;-) ) would like
the window under the pointer to be activated. This patch adds the latter
behaviour as an option while still keeping the former behaviour as
2007 May 15
1
Dbus plugin problem: Setting reset
Hi,
since quite some time I encounter a problem which I believe is in the
dbus plugin: Sometimes when I load or unload plugins by changing the
configuration, all settings of all plugins are reset. At the same time,
the following message appears multiple times in the terminal I started
Compiz from (which makes me believe the problem is in the dbus plugin):
A handler is already registered for the
2009 Mar 01
3
CompRect modification
Me and Dennis Kasprzyk changed CompRect to be more intuitive and easily
replace XRectangle use.
This patch changes CompRect and whole Core.
Thanks for attention.
--
Eduardo Gurgel Pinho
(GELSoL-UFC)
(Gentoo) Linux User #415930
http://edgurgel.wordpress.com
http://alu.dc.ufc.br/~eduardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Feb 20
1
[PATCH] Extended window resize notify function
Hi all,
attached is a patch which extends the window resize notify function:
Instead of just passing the CompWindow*, additionally the resize
difference information is passed (difference of position, width and
height).
Originally, I wrote this one for Beryl as we needed it for the group
plugin, but I think it makes sense that Compiz also has this for the
sake of plugin interoperability;
2007 May 15
1
[PATCH] Window base size calculation problem
Hi,
I just noticed that Compiz' window base size calculation in the function
recalcNormalHints() is broken. If both PMinSize and PBaseSize are set,
the base size is overwritten by the minimum size first and after that
the minimum size is overwritten by the base size again. This leads to
the base size information being completely lost.
I have attached a patch which fixes this problem, however,
2007 Jun 25
1
Focus problem for shaded windows
Hi,
today, I noticed a problem in focus handling for shaded windows which is
pretty easy to reproduce:
- Disable "Click to focus"
- Shade a window
- Hover another window
- Hover back to the window frame of the shaded window
- Press Ctrl+Alt+S
Expected behaviour would be that the shaded window is unshaded. What
happens is that the last active window is shaded.
I investigated this a
2007 Aug 06
1
Focus problem for shaded windows
>> today, I noticed a problem in focus handling for shaded windows which is
>> pretty easy to reproduce:
>>
>> - Disable "Click to focus"
>> - Shade a window
>> - Hover another window
>> - Hover back to the window frame of the shaded window
>> - Press Ctrl+Alt+S
>>
>> Expected behaviour would be that the shaded window is
2007 Jan 05
1
Question about extending screengrabs
Hi,
I have a question regarding screengrabs:
At the moment, a lot of interaction between the plugins is done by
checking for screen grabs of other plugins with the function
otherScreenGrabExist. But pushing a screen grab means grabbing keyboard
and mouse pointer, so no user interaction with the desktop is possible.
However, some plugins (such as showdesktop) need user interaction with
the
2007 Mar 05
1
[PATCH] Grab state & Last state remembering
Hi,
while porting "Group with tabs" to Compiz
(http://forum.go-compiz.org/viewtopic.php?t=649), I noticed some things
which are available in Beryl, but not in Compiz and which I believe
Compiz should have, too:
- Remembering of the last window state inside the state change notify
This is useful for properly tracking down the window state changes (e.g.
has the window been maximized in