4 years agoAdding "security-apices" in previous commit master
Treviño - 3v1n0 [Wed, 3 Oct 2007 16:20:34 +0000] 
Adding "security-apices" in previous commit

4 years agoFixed bug which blocked the use of --loose-bindings with nVidia
Treviño - 3v1n0 [Wed, 3 Oct 2007 16:19:43 +0000] 
Fixed bug which blocked the use of --loose-bindings with nVidia
It was introduced adding compiz copy mode, now it should be fixed

4 years agoAdded check_intel() to set the INTEL_BATCH=1 env var
Treviño - 3v1n0 [Tue, 10 Jul 2007 17:13:06 +0000] 
Added check_intel() to set the INTEL_BATCH=1 env var
It's reported that this setting improves the performances

4 years agoAdded support for --use-copy and --force-fglrx
Treviño - 3v1n0 [Mon, 9 Jul 2007 17:39:33 +0000] 
Added support for --use-copy and --force-fglrx

4 years agoDifferent check for --replace in add_argument
Treviño - 3v1n0 [Mon, 9 Jul 2007 16:59:56 +0000] 
Different check for --replace in add_argument

4 years agoSome fixes in the workaround that should stop gnome-wm
Treviño - 3v1n0 [Mon, 9 Jul 2007 16:58:44 +0000] 
Some fixes in the workaround that should stop gnome-wm

4 years agoFixed typo in verbose message on loading args
Treviño - 3v1n0 [Fri, 6 Jul 2007 04:12:08 +0000] 
Fixed typo in verbose message on loading args

4 years agoparse_options() completely rewritten to fix --sm-client-id support
Treviño - 3v1n0 [Fri, 6 Jul 2007 04:11:47 +0000] 
parse_options() completely rewritten to fix --sm-client-id support
This is a big patch provided mostly by mxpxpod has been integrated
by me to support extra features and to clean the code.

I've fixed also some other bugs found while writing... :P

4 years agoRemoved --indirect-rendering for Nvidia users by default
Treviño - 3v1n0 [Fri, 29 Jun 2007 18:40:34 +0000] 
Removed --indirect-rendering for Nvidia users by default
It makes possible more FPS in benchmark, but it makes
crashing the PC at all (freezing X) in some (many)
configurations. Thanks shame for reporting.
This could be considered a reversion of the commit:
 4304b9300c4568835f327e1076eb99768a4cf2e8

4 years agoSome fixes on unsupported drivers and env var exporting
Treviño - 3v1n0 [Fri, 29 Jun 2007 00:51:29 +0000] 
Some fixes on unsupported drivers and env var exporting
 * KDEWM and WINDOW_MANAGER now are set to $0
 * Checking if the xorg-log file is found

4 years agoSet KDEWM and WINDOW_MANAGER to $COMPIZ $ARGS $PLUGINS
Treviño - 3v1n0 [Thu, 28 Jun 2007 15:17:14 +0000] 
Set KDEWM and WINDOW_MANAGER to $COMPIZ $ARGS $PLUGINS

4 years agoSome fixes and workarounds
Treviño - 3v1n0 [Thu, 28 Jun 2007 15:13:29 +0000] 
Some fixes and workarounds
 * Added check_bad_driver from gutsy (removed vesa/vga)
 * Exporting KDEWM or WINDOW_MANAGER vars in KDE and Gnome
 * Removed some KDE checks
 * Fixed typo (s/yald/yawd/)
 * Added a workaround to stop gnome-wm script if found

4 years agoExit after running fallback WM...
Treviño - 3v1n0 [Sun, 24 Jun 2007 18:57:06 +0000] 
Exit after running fallback WM...

4 years agoAdded check_vesa_or_vga from Ubuntu Gutsy compiz wrapper
Treviño - 3v1n0 [Sun, 24 Jun 2007 18:55:16 +0000] 
Added check_vesa_or_vga from Ubuntu Gutsy compiz wrapper
(that starting from compiz-0.5.1+git20070621-0ubuntu3
is based on this one: Thanks Amaranth! :) )

4 years agoChanged from $@ to $* in run_commands (as test now)
Treviño - 3v1n0 [Sun, 24 Jun 2007 14:37:28 +0000] 
Changed from $@ to $* in run_commands (as test now)

4 years agoAdded Young-Ho Cha Patch: s/!(/! (/
Treviño - 3v1n0 [Sun, 24 Jun 2007 14:00:37 +0000] 
Added Young-Ho Cha Patch: s/!(/! (/

4 years agoFixed gnome incopatibility with logging support using a new
Treviño - 3v1n0 [Tue, 19 Jun 2007 19:04:17 +0000] 
Fixed gnome incopatibility with logging support using a new
run_command function wich will launch the tools redirecting
the output in right way.
Some whitespace cleanups.
Changed sleep delay on decorators.

4 years agoPartly reversed previous commit. Edited the Input redirection.
Treviño - 3v1n0 [Mon, 18 Jun 2007 17:00:28 +0000] 
Partly reversed previous commit. Edited the Input redirection.
Some cleanup on the decoration launching code

4 years agoSet default running as interactive;
Treviño - 3v1n0 [Mon, 18 Jun 2007 09:26:13 +0000] 
Set default running as interactive;
Change $OUTPUT for non interactive shells
(thanks to patch by Simone Livieri

4 years agoUpdated descrptions and TODO
Treviño - 3v1n0 [Mon, 18 Jun 2007 00:29:04 +0000] 
Updated descrptions and TODO

4 years agoFixed GNOME/KDE identification on loading decorator.
Treviño - 3v1n0 [Sat, 16 Jun 2007 11:10:37 +0000] 
Fixed GNOME/KDE identification on loading decorator.
Added yald support on comp decorators (is it still alive?)
Re-added --sm-disable by default to avoid ksm problems

4 years agoFixed typo in usage help
Treviño - 3v1n0 [Fri, 15 Jun 2007 10:45:49 +0000] 
Fixed typo in usage help

4 years agoAdded verbose logging message
Treviño - 3v1n0 [Thu, 14 Jun 2007 17:35:30 +0000] 
Added verbose logging message

4 years agoFinal Whitespaces removed :P
Treviño - 3v1n0 [Thu, 14 Jun 2007 17:33:45 +0000] 
Final Whitespaces removed :P

4 years agoAdded logging support (using -l parameter).
Treviño - 3v1n0 [Thu, 14 Jun 2007 17:32:18 +0000] 
Added logging support (using -l parameter).
Updated TODO list

4 years agoSet support for hardcoded fallback winmanager
Treviño - 3v1n0 [Thu, 14 Jun 2007 16:54:07 +0000] 
Set support for hardcoded fallback winmanager

4 years agoFixed setting fallback WM if no WM is running
Treviño - 3v1n0 [Thu, 14 Jun 2007 16:43:00 +0000] 
Fixed setting fallback WM if no WM is running

4 years agoWindows Manager names changed
Treviño - 3v1n0 [Thu, 14 Jun 2007 16:05:33 +0000] 
Windows Manager names changed

4 years agoBest GNOME and KDE identification (thx Doc!).
Treviño - 3v1n0 [Thu, 14 Jun 2007 15:31:37 +0000] 
Best GNOME and KDE identification (thx Doc!).
Moved (again) from ccs to libcompizconfig.
Added compizconfig support (commented by default)

4 years ago* Added support for compiz --help and --version arguments
Treviño - 3v1n0 [Wed, 13 Jun 2007 11:59:54 +0000] 
* Added support for compiz --help and --version arguments
* Moved from ccs to compizconfig (disabled by default)
* Intgrated the usage output

4 years agoFixed Ubuntu gnome-panel applets wait (I hope)
Treviño - 3v1n0 [Sun, 10 Jun 2007 23:05:02 +0000] 
Fixed Ubuntu gnome-panel applets wait (I hope)

4 years agoFixed Treviño and Krstøl names in utf-8
Treviño - 3v1n0 [Fri, 8 Jun 2007 03:32:20 +0000] 
Fixed Treviño and Krstøl names in utf-8

4 years agoMerge branch 'master' of git+ssh://3v1n0@git.opencompositing.org/git/users/3v1n0...
Treviño - 3v1n0 [Fri, 8 Jun 2007 03:30:44 +0000] 
Merge branch 'master' of git+ssh://3v1n0@git.opencompositing.org/git/users/3v1n0/compiz-wrapper

4 years agoBetter possibility selection...
Treviño - 3v1n0 [Fri, 8 Jun 2007 03:29:08 +0000] 
Better possibility selection...
Fixed name in utf-8

4 years agoBetter possibility selection...
Treviño - 3v1n0 [Fri, 8 Jun 2007 03:29:08 +0000] 
Better possibility selection...

4 years agoAdded an hardcoded TODO list in compiz.wrapper
Trevi - 3v1n0 [Fri, 8 Jun 2007 01:29:58 +0000] 
Added an hardcoded TODO list in compiz.wrapper

4 years agoFirst git release for the compiz loader I'm using on my Ubuntu packages
Trevi - 3v1n0 [Fri, 8 Jun 2007 01:28:09 +0000] 
First git release for the compiz loader I'm using on my Ubuntu packages

4 years agoDummy commit
3v1n0 [Fri, 8 Jun 2007 01:19:24 +0000] 
Dummy commit