Displaying 11 results from an estimated 11 matches for "glavina".
2007 Jan 08
6
Thumbnail plugin
Hi,
With some help from Quinn_Storm, iXce, maniac103, mikedee and
KristianLy :), I've managed to modify switcher.c and make a new plugin:
thumbnail.
The plugin shows thumbnails of windows when cursor is moved over a task
button in taskbar.
Screenshot:
http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg
Download:
2007 Jan 01
2
Get pixmap of minimized windows?
Is it possible to get pixmaps of minimized windows?
I don't want to use ugly hacks like "temp unminimize" just to get it.
Stjepan
2007 Jan 05
2
Put a window on top
I'm developing a new plugin, based on switcher.
I have a window created with XCreateWindow.
Can I put a window totally on top, even over panels?
These are my atoms:
state[nState++] = s->display->winStateAboveAtom;
state[nState++] = s->display->winStateStickyAtom;
state[nState++] = s->display->winStateSkipTaskbarAtom;
state[nState++] =
2007 Jan 25
2
New configuration system
I see many people hate Compiz (and use Beryl) just because it needs
gconf + many other GNOME deps. I think this is the biggest advantage of
Beryl over Compiz.
Yes, users don't have to compile compiz with gconf, but how will they
configure things? They'll modify the sources?
Compiz needs a new configuration plugin. A text-based one, independent
of tons of libraries would be great.
2007 Jan 26
2
Get window textures even when they're transformed.
If I wobble a window and quickly initiate switcher or cube, this can
cause weird artifacts.
I had a look at Beryl's switcher.c
In switchPaintThumb they use this:
static void
switchPaintThumb(...)
{
DrawWindowGeometryProc oldDrawWindowGeometry;
AddWindowGeometryProc oldAddWindowGeometry;
WindowPaintAttrib sAttrib = *attrib;
int wx, wy;
float width, height;
CompIcon *icon = NULL;
/*
2007 Jan 27
1
Annoying Scale and DnD behaviour
Current behavior terminates scale when not moving cursor _between
windows_.
Shouldn't scale be terminated only when not moving cursor _at all_ for
the specified time?
Stjepan
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading".
To prevent tearing, damageScreen is used minDonePaintScreen (only if the
option is used).
The patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimize-fading.patch
Type: text/x-patch
Size: 1855 bytes
Desc: not available
Url :
2006 Dec 28
1
Patch: switcher's window is a splash window
Hi,
I made a simple patch which makes switcher's window a splash window
(_NET_WM_WINDOW_TYPE_SPLASH). This way I can easily add effects for it.
The window is a splash window, so why not use this type instead of
Unknown? Beryl's switcher window is a Splash window too. Is there a
reason why Compiz uses Uknown for it?
Patch:
--- switcher.c 2006-12-28 10:14:52.000000000 +0100
+++
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...not work
Roland Bar (6):
Fix memory leaks and remove dead code
desktop is unsigned, always >= 0.
remove NULL check
Fix memory leak
use of already free'd pointers
Remove unused code
Roland B?r (1):
Added sanity check for screenInode value.
Stjepan Glavina (1):
Add auto rotate option.
Travis Watkins (6):
Add functions to generate dbus introspection XML.
Add libxml2 build dependency.
Add dbus introspection generation functions.
Switch to object registration instead of message filtering.
Register plugin, screen, and...
2007 Jan 25
0
Switcher moving the selector instead of the thumbnail list
Wouldn't it be better if switcher would move the selector?
This way there wouldn't be 3 thumbnails for 2 windows, 3 for 4 windows,
5 for more than 6 windows (what looks ugly).
2006 Dec 29
0
Vide: bug with minimize+wobbly
Hi,
I notice a bug if I start wobbling unminized window before the
minimizing effect is finished.
Here's the video (flash): http://www.youtube.com/watch?v=DttpjXFqbis
Does anybody else notice this?
Stjepan