Displaying 12 results from an estimated 12 matches for "livinglatexkali".
2006 Apr 01
2
[PATCH] Fix a typo in colour loading
I've started working my way through Quinn Storms differential, hopefully
we can pull some of this stuff upstream.
This one seems like a nice place to start.
Credit to Quinn Storm <livinglatexkali@gmail.com>
ChangeLog:
* plugins/gconf.c (gconfGetValue): Fix typo that caused color
parsing to be incomplete.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-color-loading.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
Url : http://lis...
2010 May 16
1
Interested in testing the upcoming 0.9.x branch? Help us with some testing!
Hi everyone,
If people have the time, can they test the master branch of compiz
(upcoming 0.9.x) and fill out this form (hopefully included in the email!)
to let me know of any bugs? Thanks a billion!
You don't have to fill out all the questions in this questionnaire - I
would understand if you are limited by time. You also don't need to tell me
anything you don't want to
2007 Jun 03
3
A little patch to make scale's show-desktop behaviour optional
This particular behaviour drives me nuts, its so easy to accidentally click on
desktop during scale and then all of your windows get minimized, which is no
fun. This little patch just makes this optional, leaving the default to be
the normal behaviour.
-------------- next part --------------
2006 May 07
2
Latest switcher patches, bugfix.
I've attatched a patch to fix a bug in the latest switcher patches that
got put into CVS. Basically, window order with minimized windows is
undefined, and this fixes it.
Also, I notice that in some cases switcher fails to get an icon for a
window. Perhaps the icon code is forcing a search for a specific size,
rather than 'best-fit'?
Also, the patch allows usage of alt+shift+tab (in
2006 May 07
1
Fw: patch for colored drop-shadow
...ent to the wrong place. I meant to send
this to the list.
Also, I want to clarify, I don't intend to offend or upset anyone,
obviously I love the work that is happening on compiz, I am merely
trying to help.
Begin forwarded message:
Date: Wed, 3 May 2006 09:39:45 -0400
From: Quinn Storm <livinglatexkali@gmail.com>
To: David Reveman <davidr@novell.com>
Subject: Re: [compiz] patch for colored drop-shadow
Who gets to make the determination as to what is "useless crap"?
This really smacks of the misfeature that gnome is pushing for of
removing all supposedly confusing or needless...
2006 Jun 08
5
more cubes and 3d metaphoric objects...
hi
how about having more cubes to fly around in 3d space.
though at first thought this might appear unessacary as who needs so many
desktops?
So i thought, why not have special cubes (as well as the original cube of
course) and these special cubes, instead of cubes, be 3d metaphric objects
for specific tasks
such as a radio, or ipod or whatever for music
a cinema for movies
arcade thingo for
2006 Dec 28
2
updating the AUTHORS file
...onts.
Tighten the double click criteria.
Only activate button actions on left click.
Add support for the composite overlay window.
Don't use cmSnAtom before it's initialized.
Update keybindings for move and resize to work more like metacity.
Author: Quinn Storm <livinglatexkali@gmail.com>
Fix equality check for action options.
Author: Dan Winship <danw@novell.com>
Update new edges stuff for new l10n stuff
and fix compiz.schemas to use the configure-specified scale corner
again
Improve the localization of compiz.schemas (bnc 176752)
fix st...
2007 Apr 04
1
First attempt to submit a patch...
I'm a bit new to git and having trouble figuring out just how to get the git
format-patch into kmail properly, so I'm going to attach the text to this
message. If there is a better way, please let me know.
-------------- next part --------------
2006 Jul 10
1
Quick patch to fix bug with new plugin fini code.
Still haven't tracked down the gconf/option bug (gdb makes it clear
that addScreenBinding is being called with really weird values
sometimes)
here's a patch though to fix a bug in adding/removing plugins that was
crashing compiz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch1.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
Url :
2006 Jul 18
1
patches to fix bugs in upstream gconf plugin and actions implementation
I found (after much valgrinding and other things) a bug in the gconf
plugin that was causing crashes, and another bug that was preventing
bindings from getting set properly. I've attatched diffs.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiz-fixes.patch
Type: text/x-patch
Size: 976 bytes
Desc: not available
Url :
2006 Jul 08
1
New Action system
It seems, and I might just have a weird system, but I doubt it, that
the new Action system in compiz git head is a bit weird. On a clean
install, not only do options like "resize_initiate_bell" show up in
gconf, but the actual action binding options don't work. For example I
can't set resize_initiate_button to anything but its default (the key
changes in gconf, but resize
2007 May 27
2
[PATCH] add 'sticky' mode to cube to allow sticky+not-on-bottom windows to stick to the screen when the screen is transformed
I've attached the patch since I don't yet have an easy way to make git
format-patch and kmail play nice together. The basic idea is during a
rotate/other cube transform, 'sticky' windows stick to the screen instead of
being redrawn once per face (its an option, the default is the old behaviour)
Consider this, please, essentially an RFC - this particular behaviour was