Displaying 13 results from an estimated 13 matches for "stjepan".
Did you mean:
stepan
2008 May 27
2
Strange slapd behavior...
...ediately.
What puzzles me more is the use of NETLINK socket when started with -u
option that doesn't appear in strace output without using the option.
I did grep through the source of the openldap for NETLINK but nothing was found.
Can someone shed some lite on what's happening?
Thanks,
Stjepan
2007 Jan 08
6
Thumbnail plugin
...ask
button in taskbar.
Screenshot:
http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg
Download:
http://forum.go-compiz.org/viewtopic.php?t=377&postdays=0&postorder=asc&start=0
David, what do you think about it? Is it good enough to be moved into
official compiz repository?
Stjepan
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
...ls?
These are my atoms:
state[nState++] = s->display->winStateAboveAtom;
state[nState++] = s->display->winStateStickyAtom;
state[nState++] = s->display->winStateSkipTaskbarAtom;
state[nState++] = s->display->winStateSkipPagerAtom;
(this code is copied from switcher.c)
Stjepan
2007 Jan 25
2
New configuration system
...eps. 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.
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 :
2007 Jan 26
2
Get window textures even when they're transformed.
...indowGeometry;
w->screen->addWindowGeometry = getBaseAddWindowGeometry();
...... calulating and painting .......
w->screen->drawWindowGeometry = oldDrawWindowGeometry;
w->screen->addWindowGeometry = oldAddWindowGeometry;
}
Why Compiz's switcher.c doesn't use this?
Stjepan
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
2006 Dec 28
1
Patch: switcher's window is a splash window
...indow,
+ XInternAtom (dpy, "_NET_WM_WINDOW_TYPE", 0),
+ XA_ATOM, 32, PropModeReplace,
+ unsigned char *)&type, 1);
if (!ss->grabIndex)
ss->grabIndex = pushScreenGrab (s, s->invisibleCursor, "switcher");
--
Stjepan
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
2007 Jan 27
3
keybindings patch, gnome-keybinding-bridge and vignettes plugins
Hi folks,
For ubuntu specs and for a better desktop integration of compiz, I made
some patchs and plugins.
Focus prevention is now in main stream, and really better can i made :)
First the workspace and terminal keybinding patch. Since my last email I
updated the patch.
http://gandalfn.club.fr/ubuntu/compiz-patch/91-workspaces-terminal-keybindings.patch
It adds the support for vertical
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...ot; will 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, scr...
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).