search for: carnecki

Displaying 18 results from an estimated 18 matches for "carnecki".

Did you mean: sarnecki
2010 Jul 29
1
[PATCH] Reflow logic to make it easier to follow
The control flow was: if (!y) { ppix = ... } if (y) { ... } else if (x) { use ppix for something } else { use ppix for something } Merge the if(!y) block with the two else branches. This avoids a false-positive in the clang static analyzer, it can't know that !y and x are mutually exclusive. The result looks something like this: if (y) { ... } else { ppix = ... if (x) {
2009 Mar 06
0
[ANNOUNCE] libXrandr 1.3.0
Final RandR 1.3 release of libXrandr. Changes to libXrandr-1.2.99.4: Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos Julien Cristau (1): Fix thinkos Keith Packard (1): Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request Matthias Hopf (1): Bump to 1.3.0 Paulo Cesar Pereira de Andrade (1): Janitor: make
2010 Jan 15
0
[PATCH] Btrfs: fix regression in orphan cleanup
Currently orphan cleanup only ever gets triggered if we cross subvolumes during a lookup, which means that if we just mount a plain jane fs that has orphans in it, they will never get cleaned up. This results in panic''s like these http://www.kerneloops.org/oops.php?number=1109085 where adding an orphan entry results in -EEXIST being returned and we panic. In order to fix this, we
2008 May 30
5
color management spec
As part of my GSoC project I have to work out a spec that covers how applications should communicate color management related properties between each other and the compositing manager. The main idea of the project is to let the compositing manager do the color management on behalf of the applications. But before that can happen, the applications have to tell the compositing manager how they want
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)
Time for another release candidate. Long past time, to be honest. Please speak up soon if you have a favorite patch or series that isn't in yet. Aaron Plattner (1):       privates: Clear screen-specific keys during CloseScreen Adam Jackson (6):       glxproxy: Fix an obvious thinko in QueryExtensionsString       render: Simplify SProcRenderScale       rootless: Fix bogus handling of broken
2007 Oct 18
4
[ANNOUNCE] compiz-0.6.2
Hi, A new compiz release 0.6.2 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.6.2.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.6.2.tar.gz.sha1 ab5ecad856049a12a803fe6c94c3e55cdfcb5f68 compiz-0.6.2.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.6.2.tar.gz.sha1.asc
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
A new compiz release 0.7.0 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.0.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.0.tar.gz.sha1 59b019b6cd627140f44006876ee2b0c3ab92f150 compiz-0.7.0.tar.gz
2007 Mar 02
0
Wine release 0.9.32
This is release 0.9.32 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many Direct3D fixes and performance improvements. - Several new features in the builtin cmd.exe. - Improvements to HTML help support. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The
2006 Dec 08
0
Wine release 0.9.27
This is release 0.9.27 of Wine, a free implementation of Windows on Unix. What's new in this release: - Better support for noexec kernels. - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will
2007 Mar 16
0
Wine release 0.9.33
This is release 0.9.33 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many Direct3D fixes and performance improvements. - More comctl32 tests and some bug fixes. - Compatibility improvements in cmd.exe. - Still more fixes to builtin OLE. - Support for process control on Solaris. - Lots of bug fixes. Because of lags created by using mirrors, this
2007 Aug 10
0
Wine release 0.9.43
This is release 0.9.43 of Wine, a free implementation of Windows on Unix. What's new in this release: - Direct3D support on top of WGL instead of GLX for better portability. - Many DirectSound fixes. - Still more gdiplus functions. - Many crypt32 improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available
2008 Jun 03
0
Fragment program API documentation
There is none!! And there are not even comments in the source code. Just documenting the addXxxOpToFunctionData() would help immensely. I now understand the API a bit thanks to the use of it in some plugins, but there are still open questions anyway. What is addFetchOpToFunctionData() for? Does it fetch the color value from the window texture? tom
2008 Jun 03
0
[PATCH] PKG_CONFIG_PATH available at ./configure time may differ at runtime.
--- Without this patch, it's necessary to have PKG_CONFIG_PATH defined while compiling plugins (ie. export it for the whole shell). With this patch it's sufficient to set it only for ./configure. bcop.pc.in | 1 - src/bcop.in | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name:
2008 Jun 03
0
[PATCH] plugins-main: bcop.pc is in $PREFIX/share/pkgconfig
Make sure to find bcop.pc if the user selects a custom prefix. --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0f28cd6b3173c4e764ab7a51737403ad636b7aa1.diff Type: text/x-patch Size: 630 bytes Desc: not available Url :
2008 Jun 03
0
[PATCH] plugins-extra: bcop.pc is in $PREFIX/share/pkgconfig
Make sure to find it if the user selects a custom prefix. --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 85b41f83774e7e1283ddc516f010a0d325be1ece.diff Type: text/x-patch Size: 630 bytes Desc: not available Url :
2006 Jun 01
0
Ghost Recon 3 -- status?
Did anyone get Ghost Recon 3 running under wine? Transgaming doesn't seem to support it. tom
2007 Oct 12
1
[PATCH] Make runCommand() work with multiple screens.
--- src/screen.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/screen.c b/src/screen.c index 41f031e..9fa2a11 100644 --- a/src/screen.c +++ b/src/screen.c @@ -3282,8 +3282,13 @@ runCommand (CompScreen *s, if (fork () == 0) { + size_t len = strlen (s->display->displayString); + char displayString[len + 16]; + strcpy (displayString,
2007 Oct 12
1
[PATCH] Start window decorator on all screens.
--- plugins/decoration.c | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/plugins/decoration.c b/plugins/decoration.c index ef68ba8..39670ab 100644 --- a/plugins/decoration.c +++ b/plugins/decoration.c @@ -1145,21 +1145,14 @@ decorSetDisplayOption (CompPlugin *plugin, case DECOR_DISPLAY_OPTION_COMMAND: if (compSetStringOption (o, value)) { -