search for: abiversion

Displaying 15 results from an estimated 15 matches for "abiversion".

Did you mean: abi_version
2007 Aug 22
1
WindowRemoveNotifyProc
Hello, I'm doing a C++ wrapper and I need the counterpart of WindowAddNotifyProc Every plugin must be rebuild since CompScreen is modified, hence ABIVERSION should be changed as well. Would it be possible to implement it ? Patch attached Pafy. -------------- next part -------------- A non-text attachment was scrubbed... Name: compiz-WindowRemoveNotifyProc.patch Type: text/x-diff Size: 1734 bytes Desc: not available Url : http://lists.freedesktop.org...
2007 May 17
0
[PATCH] Add getCoreInfo function
...tAddSignal (writer, COMPIZ_DBUS_PLUGINS_CHANGED_SIGNAL_NAME, 0); @@ -1693,6 +1697,47 @@ dbusHandleGetPluginsMessage (DBusConnection *connection, } /* + * 'GetCoreInfo' can be used to retrieve information about the running + * Compiz process. + * + * Returns (s)programName, (i)ABIVERSION, (s)PLUGINDIR, (s)HOME_PLUGINDIR, + * (s)METADATADIR + * + * Example: + * + * dbus-send --print-reply --type=method_call \ + * --dest=org.freedesktop.compiz \ + * /org/freedesktop/compiz \ + * org.freedesktop.compiz.getCoreInfo + */ +static Bool +dbusHandleGetCoreInfoMessage (DBusCo...
2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
...30 +++++++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 143 insertions(+), 16 deletions(-) diff --git a/include/compiz.h b/include/compiz.h index dd34f00..abb1169 100644 --- a/include/compiz.h +++ b/include/compiz.h @@ -26,7 +26,7 @@ #ifndef _COMPIZ_H #define _COMPIZ_H -#define ABIVERSION 20070606 +#define ABIVERSION 20070619 #include <stdio.h> #include <sys/time.h> @@ -587,7 +587,8 @@ typedef int CompFileWatchHandle; #define COMP_DISPLAY_OPTION_TERMINAL 56 #define COMP_DISPLAY_OPTION_RUN_TERMINAL 57 #define COMP_DISPLAY_OPTION_PING_DELAY 58 -#define CO...
2007 Apr 19
0
[PATCH] Make focusDefaultWindow () take a CompScreen as argument
...+--------------------- src/event.c | 6 +++--- 4 files changed, 23 insertions(+), 27 deletions(-) diff --git a/include/compiz.h b/include/compiz.h index 4c72dd3..f882b84 100644 --- a/include/compiz.h +++ b/include/compiz.h @@ -26,7 +26,7 @@ #ifndef _COMPIZ_H #define _COMPIZ_H -#define ABIVERSION 20070417 +#define ABIVERSION 20070418 #include <stdio.h> #include <sys/time.h> @@ -985,7 +985,7 @@ Time getCurrentTimeFromDisplay (CompDisplay *d); void -focusDefaultWindow (CompDisplay *d); +focusDefaultWindow (CompScreen *s); void forEachWindowOnDisplay (CompDisplay *dis...
2007 Jul 09
1
[PATCH] Use-Copy for Compiz - Non-Texture-From-Pixmaps rendering
...ch - http://tinyurl.com/35rum3 As in beryl now you'll have an "--use-copy" flag that you could use to load compiz also if you don't have the texture-from-pixmaps support I've tested this with nvidia and radeon (free drivers) and compiz works correctly I've not added an ABIVERSION change in patch, not to update the patch on each compiz change, however as you'd know it's absolutely needed that you recompile every plugin after applying this patch. Let me know how it works for you! Bye... -- Trevi?o's Blog - Life and Linux http://3v1n0.tuxfamily.org/blog/
2008 Apr 03
0
[ANNOUNCE] compiz-0.7.4
...nslation updates translation updates Danny Baumann (44): Annotate draw is a dbus only action, reflect that in the metadata. Generalize session event functions to have only one event function instead of four. Add a sessionInit and a sessionFini callback function. Bump ABIVERSION. Minor coding style fix. Make outputDeviceForGeometry behave smarter when dealing with overlapping outputs. Clamp point/geometry to compare to visible screen area. Reduce duplicated code by reusing the outputDeviceForGeometry function to implement outputDeviceForPoint. For...
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
...nup. Fix another mem leak. Plug some minor memory leaks. Warning fix. Revert "Update default window match to account for panel selection mode." Evaluate window match only for non-panel selection mode. Store icon geometry in CompWindow struct. Bump ABIVERSION. Use icon geometry stored in CompWindow struct. Fix some minor memory leaks. Don't focus default window when rotating due to window activation. Add missing glib includes. Revert "Don't focus default window when rotating due to window activation."...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...sees window type and override_redirect state changes that might have happened during event processing." Call matchPropertyChanged handler when the override_redirect flag changed. Allow plugins to not only clear allowed window actions, but also to add allowed actions. Bump ABIVERSION. Whitespace and formatting improvements. Only copy structures when needed. Formatting fix. Include compiz-core.h before Xrender.h because newer versions of Xrender headers need Xlib.h included first. Fix whitespace. Minor cleanup. Add minimum and maximum r...
2007 Jul 09
0
[PATCH] Compiz with Fglrx without Xgl (an hack for use-copy)
...ions are available according to glxinfo), so Vladimir suggested me a workaround to this, and I've applied in a similar way in the foollowing patch: compiz-force-fglrx-with-copy.patch - http://tinyurl.com/35gwjf After applying this patch (that needs compiz-use-copy-rendering.patch and maybe an ABIVERSION change) fglrx users could try Compiz in their ATi cards using the "--force-fglrx" parameter. I've tested it in my mobility 9700 and I've made some shots too: http://tinyurl.com/2lvqmk I don't think this is an usable way (yet?!) since composite extension by ATi seems really b...
2007 Jul 18
0
WindowRemoveNotifyProc
Hello, I'm doing a C++ wrapper and I need the counterpart of WindowAddNotifyProc Every plugin must be rebuild since CompScreen is modified, hence ABIVERSION should be changed as well. Would it be possible to implement it ? Patch attached Pafy. -------------- next part -------------- A non-text attachment was scrubbed... Name: compiz-WindowRemoveNotifyProc.patch Type: text/x-diff Size: 1624 bytes Desc: not available Url : http://lists.freedesktop.org...
2006 Sep 20
1
0.2 release
I'll try to get a stable 0.2 release out in the next couple of days. There will be a 0.2 branch and the idea is that the ABIVERSION will never change in this branch. If we need to extend the core in some way, we can always use the 'privates' system for that. I might want to include metacity theme support if I can get that working very soon but other than that I'd like to avoid adding any new major feature. However,...
2006 Sep 20
2
New viewport switcher plugin
Hi, We've (Soeren Sandmann, really) have written a new plugin that pans the viewport around a planar workspace instead of the cube. It's a more toned down transition effect and is more similar to the metacity workspace model. There's two parts to this patch: one part prepares the compiz core for workspace that's more than one viewport high, and the second part is the
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...windows whenever their fullscreen, above/below or maximization state changed. Fix mem leaks Fix dangling comma in list writing. Some beautification. Fix stack corruption caused by an insufficient size of an allocated buffer. Fixed string length calculations. Bump ABIVERSION due to warpPointer() changes. Update decoration on map request before core handles the request. Added PlaceWindowProc function. Added an Y viewport parameter to the function moveWindowToViewportPosition. Remove unneeded code. Update zoom plugin to use new metadata syst...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...39;master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz Fix mem leaks Fix dangling comma in list writing. Some beautification. Fix stack corruption caused by an insufficient size of an allocated buffer. Fixed string length calculations. Bump ABIVERSION due to warpPointer() changes. Update decoration on map request before core handles the request. Added PlaceWindowProc function. Merge branch 'master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz Added an Y viewport parameter to the function moveWind...
2009 Feb 20
0
[ANNOUNCE] compiz-0.8.0
.... Add Gnome compatibility plugin that receives key bindings only relevant for Gnome. Remove Gnome specific key binding support from core. Remove run dialog and main menu action support from decorators. Update key binding description to gnomecompat plugin addition. Bump ABIVERSION. Also remove Gnome specific bindings from metadata. Fix panel actions not being executed properly. Only auto-maximize windows that have a title bar and are allowed to be maximized. Move window position validation to validateWindowResizeRequest function. Fix window resi...