similar to: Can't move/resize/minimize/maximize windows

Displaying 20 results from an estimated 10000 matches similar to: "Can't move/resize/minimize/maximize windows"

2006 Nov 11
2
switcher patch do disable window list
Here is a switcher patch to disable window list: It's very useful if you set opacity to 0. Then, window just bring to front one by one while switching. It's much more usable, i think, that small miniatures in a list where you don't see anything. While making this patch, a question come into my head, nobody know on compiz.biz and some people are as curious as me. Two code example:
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 :
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
2008 May 29
0
[ANNOUNCE] compiz-0.7.6
A new compiz release 0.7.6 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.6.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.6.tar.gz.sha1 be55dada77dc0716a040c2b9e2d16a0fbc736180 compiz-0.7.6.tar.gz
2006 Nov 11
3
Gnome switcher and gnome windows list
Hello, am I the only one experiencing some bugs with the latest git checkout in the gnome switcher and gnome window list ? When I click on one of the workspaces on gnome's switcher the cube doesn't rotate, but the windows disappear. I don't know how to describe it well, but it seems like the 4 faces of the cube in compiz and my 4 workspaces on gnome-switcher are now totally unrelated
2007 Jun 06
0
[PATCH] Define default opacity windows in Compiz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch uses the same hacks listed in the "[PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly" message to apply the transparency to the right windows; I don't think it will be merged, but I'm posting it here just as example for other users/packagers; however it can be disabled only setting the default
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set an overall opacity value for any metacity theme. Making the complete decorations translucent can look bad with some themes. However, I've made it possible to have the opacity fade from opaque to the selected opacity value in a similar way to how the built-in decorations look. This usually looks a lot better. I'll add
2008 Jun 05
1
0.7.6 Ring Switcher not initiated by <super> Tab
List, In checking ring switcher and shift switcher, it seems that the key bindings are off. For shift switcher, it still initiates with <Shift><Super>S, but no longer terminates with enter on the numeric keypad, only the normal enter key terminates it. For ring switcher, it is NOT initiated with <Super>Tab despite the key binding showing that it is. Instead,
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 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 Feb 06
2
Commenting switcher.c, switching between application windows.
Hello all. I'd like to implement the ability to switch between just the windows of the currently selected application (similar to the way OS:X does it) to switcher.c. As a part of actually understanding what's going on in there, I'll go through and try to write doxygen comments the switcher.c functions. Is there anyone else working on either the commenting or the switching parts, to
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 Jul 28
1
[PATCH] Add opacity limits
Hi, This patch adds appropriate limits (1-100) to opacity_values in core options. Minimum is 1 to be consistent with the opacity changing action and because it doesn't make sense to have an invisible window that is still there. Regards, Erkin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-opacity-limits.patch Type: text/x-patch Size: 1246 bytes
2007 Feb 15
2
[PATCH]Application-window switcher, and comments for switcher.c
As promised, here's a patch to switcher.c to add "Application window" switching to the switcher, default keybinding Super+Tab (and Shift+Super+Tab for reverse). Works (and fails to work*) in the same conditions Scale's "group" mode does. Also, two patches for doxygen-compatible comments for some of switcher, which I added while working out what was going on. It
2009 Feb 20
0
[ANNOUNCE] compiz-0.8.0
A new compiz release 0.8.0 is now available from: http://releases.compiz.org/core/compiz-0.8.0.tar.gz which can be verified with: http://releases.compiz.org/core/compiz-0.8.0.tar.gz.sha1 52c30ac2ca0dfe2ba2d027d80ee6be038a844958 compiz-0.8.0.tar.gz http://releases.compiz.org/core/compiz-0.8.0.tar.gz.sha1.asc (signed by ) Additionally, a git clone
2007 Jan 16
2
Somes patchs
Here two patch: A patch for switcher to disable window list. All was already present in code, just missing an option :) A patch for place, it's my old patch, i just fix a stupid segfault! Will try to add some others placement modes... http://puffy.homelinux.org/%7Egnumdk/compiz/patch/switcher.patch http://puffy.homelinux.org/%7Egnumdk/compiz/patch/place.patch Cedric
2007 Feb 02
2
Horizontally maximized window on last viewport
Hi, I posted this on the forum as well, but there were no responses to it. I now posting it here just in case anybody cares. Anyway, Compiz is a very nice program. Thanks for all the effort you put into making it. I am using the latest git version of compiz and it really works great for being an "unstable" version. Anyway, I noticed the following strange behavior and was wondering
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to avoid some bug on some browser; anyone remember the specifics? Seems like we should probably just conditionally check for the broken browser and set to 0.99 for only that one, otherwise leave it at 1.0, but I know I don''t have the full picture of why it was necessary or whether it still is. Greg
2010 May 19
2
Compiz 8.6 on openSuSE 11.0 -- Success! But need help with a few issues.
Dominique, cc: compiz, Dominique, you wanted the feedback, and List, I need your help. I have installed and fully configured (kicked the tires) on compiz 8.6 on openSuSE 11.0 and on balance it is great. There are a few weird things going on. Most notably, the number of options in ccsm that now uncheck themselves. In the past (compiz 0.5.6 - 0.8.2) there may have been one or two that would stick
2006 May 18
1
Switcher bug
The switcher plugin has a bug that I don't have time to track down right now (finals on monday!). If there is no panel running then the switcher correctly disables its zoom-from-corner behavior, unfortunately it sometimes gets stuck and won't disappear until you alt-tab again. thanks -mike