Displaying 20 results from an estimated 4000 matches similar to: "[PATCH] Extended window resize notify function"
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
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 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
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:
2006 Oct 13
1
[PATCH] Extra Notifications
I am working on exposing events to external apps via the dbus plugin
I found that I really wanted extra Notify Procedures so that I didn't
have to do too much direct access to xlib (If I understand rightly, plugin
developers shouldn't have to do too much xlib work inside the plugins)
I added Create, Destroy, Map, Unmap, Minimize and Unminimize
Hopefully this can be included as I know a
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
2007 Apr 12
1
[PATCH] Transparent cube
Hi,
Recently i have worked on re-writing beryl's transparent cube, and
ported 3d plugin to compiz.
I'm attaching a patchset here that includes the transparent cube
patches (i'll post the 3d plugin when i fix some problems that didn't
happen in beryl).
Patching order: btf-ftb.patch, clip-planes.patch, plugin-events.patch,
cube-paint-order.patch, transparent-cube.patch.
Special
2007 May 07
3
extra plugins for 0.5.0?
Hi,
is anybody already working on porting the extra plugins (those ported
over from beryl) to compiz 0.5.0? I'm especially thinking about the
animation plugin. Or is this something to be addressed post-unification?
CU all
Matthias
--
Matthias Hopf <mhopf@suse.de> __ __ __
Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@mshopf.de
Phone
2007 Apr 19
0
[PATCH] Make focusDefaultWindow () take a CompScreen as argument
From: Kristian Lyngstol <kristian@beryl-project.org>
Avoids focus jumping from one screen to another.
---
include/compiz.h | 4 ++--
plugins/rotate.c | 2 +-
src/display.c | 38 +++++++++++++++++---------------------
src/event.c | 6 +++---
4 files changed, 23 insertions(+), 27 deletions(-)
diff --git a/include/compiz.h b/include/compiz.h
index 4c72dd3..f882b84 100644
2006 Nov 15
3
Aquamarine: The KDE Window Decorator
Hi,
I have added compiz support to aquamarine.
You can download it directly from beryl svn:
svn co svn://svn.beryl-project.org/beryl/trunk/aquamarine/
To install:
./autogen.sh
./configure --enable-debug=full
./make
./sudo make install
You can use kcontrol to set the decoration and decoration specific settings.
You can post bugs to the beryl bugtracker at http://bugs.beryl-project.org .
Please
2007 Mar 29
1
replace notify functions with functions that apply changes
I've been thinking about removing all existing notification functions in
favor of just having functions that apply changes. This is better as it
allow each plugin to execute something both before and after the change
has been applied. Example:
Instead of wrapping a windowStateChangeNotify function you would wrap a
changeWindowState function
static void
pluginChangeWindowState (CompWindow *w,
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option:
--- src/window.c
+++ src/window.c
@@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w,
if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b)
{
- if ((w->state & MAXIMIZE_STATE) == MAXIMIZE_STATE)
+ if (w->state
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
2006 Dec 23
1
Question regarding window output extents
Hi,
in a plugin I am developing with some other people (namely: tabbed
window grouper), we want to paint a glow like effect around the windows.
This is done by adding the glow as "second decoration" around the window
decoration.
The question now is: How can we communicate the fact that there is a
second set of decoration properly to other plugins so that window
damaging and
2009 Jun 05
1
[PATCH][0.9] Make bool CompWindow::isFocussable Wrappable
Hi,
The attached core patch makes the 'isFocussable' getter in CompWindow
wrappable. This way, plugins such as winrules can make core's getter
function return a different value to the one stored internally without
actually having to modify the value.
Kind Regards,
Sam
--
Sam Spilsbury
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2007 Jul 04
4
"driconf" to try to solve "texture size" problem with beryl+radeon+dualhead+mergefb
As some e-mails ago, I'm trying to play beryl in my laptop.
I successfully configured my xorg.conf (thanks to the comunity for the
help that allowed me that).
The problem:
When I boot the laptop without external LCD/CRT, beryl is working fine,
but when I boot it with the external, it recognice fine the external LCD
and don't want to allow beryl run.
What beryl says:
=== BEGIN ===
$
2007 Mar 25
2
Beryl and Compiz Merge: What's actually going on?
Compiz and Beryl merge: What's really going on?
Recently Quinns post to the beryl-dev mailing list entitled 'Merge on'
has led to a lot of discussion, some of which has been good and some
of which has led to a lot of misinformation, to clear things up I'd
like to give the story of the merge, and the justification for some of
the more peculiar aspects. Basically lets try to avoid
2006 Oct 01
4
3Ware 9550SX-4LP Performance
I know there are a few 3Ware fans here and I was hoping to find some help. I
just built a new server using a 3Ware 9550SX-4LP with four disks in raid 5.
The array is fully initialized but I'm not getting the write performance I was
hoping for -- only 40 to 45MB/Sec.
3Ware's site advertises 300MB/Sec writes using 8 disks on the PCI Express
version of this card (the 9580 I think.)
2006 Dec 06
1
Drawing On the Desktop
Hi,
I am currently developing a xsnow like plugin for beryl called xglsnow
(http://cornergraf.net/projects/xglsnow/).
I have been told(1) that my way of drawing to the desktop is not very good and
that a better way might exist. I realize beryl is not the same as compiz, but I
hope that the differences are not too big on this matter, if not excuse me for
this post.
My drawing currently works
2006 Nov 08
1
Modified resize
Linked is a version of the Beryl resize plugin which I have modified
to work with Compiz. It seems to work better and has a few more
options to help speed up things (the outline mode is good).
http://www.anykeysoftware.co.uk/compiz/plugins/resize/resize.c
Could you have a quick look at the code to see if it would be worthwhile
preparing a diff? There are quite a few changes plus a lot of