Displaying 18 results from an estimated 18 matches for "carnecky".
2010 Jul 29
1
[PATCH] Reflow logic to make it easier to follow
...es. 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) {
use ppix for something
} else {
use ppix for something
}
}
Signed-off-by: Tomas Carnecky <tom at dbservice.com>
---
This patch actually compiles. There are still a couple clang warnings, but
those are dead assignments and one dead initialization. If there is interest
I can send patches for those as well. The clang results can be viewed at
http://stuff.caurea.org/clang-static-ana...
2009 Mar 06
0
[ANNOUNCE] libXrandr 1.3.0
...when making an X_RRGetOutputPrimary request
Matthias Hopf (5):
Panning support
Nuke config-timestamp for panning.
Bump to 1.2.99.2.
Bump to 1.2.99.3
Bump to 1.3.0
Paulo Cesar Pereira de Andrade (1):
Janitor: make distcheck, compiler warnings, .gitignore
Tomas Carnecky (1):
RRNotify subevents have 'window' at different offsets.
http://xorg.freedesktop.org/archive/individual/lib/libXrandr-1.3.0.tar.bz2
MD5: 68eb59c3b7524db6ffd78746ee893d1d libXrandr-1.3.0.tar.bz2
SHA1: 33dd2f67060465f872db9ea03f597e28517f0c8e libXrandr-1.3.0.tar.bz2
http://xorg...
2010 Jan 15
0
[PATCH] Btrfs: fix regression in orphan cleanup
...);
close(fd2);
i = rename("file2", "file1");
unlink("file1");
}
return 0;
}
and then pulling the power on the box, and then trying to run that test again
when the box comes back up. I''ve tested this locally and it fixes the problem.
Thanks to Tomas Carnecky for helping me track this down initially.
Signed-off-by: Josef Bacik <josef@redhat.com>
---
fs/btrfs/inode.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 5440bab..f5d9384 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/...
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)
...i Matos (1):
xwayland-input: Always set the xkb group index on modifiers events
Samuel Thibault (3):
hurd: disable detecting drm
xorg-wrapper: fix build without libdrm
hurd: fix xorg-wrapper build
Tiago Vignatti (1):
dix: remove dead extensions to protocol.txt
Tomas Carnecky (1):
Remove NO_LIBCWRAPPER define
Ville Syrjälä (1):
xfree86: Fix the 1792x1344-75 EST III mode
git tag: xorg-server-1.17.99.902
http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.17.99.902.tar.bz2
MD5: c56954cd45927bca03ef4975e6a127ef xorg-server-1.17.99.902.tar....
2007 Oct 18
4
[ANNOUNCE] compiz-0.6.2
...Run external commands with a DISPLAY string adjusted for the screen number that was passed to runCommand.
putenv doesn't work properly with dynamically allocated strings that are free'd right after the putenv call.
Add NEWS entry for 0.6.2 release.
Bump version.
Tomas Carnecky (1):
Start window decorator on all screens.
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...or "modifiers" will not work
Removed dead condition/code
Return in out of mem condition
Roland B?r (2):
Added sanity check for screenInode value.
Plug minor memleak.
Steven Robertson (1):
Fix window unsnapping for vertically arranged Xinerama heads.
Tomas Carnecky (1):
Start window decorator on all screens.
???????? (djdoo) (2):
el translation update
el translation update
2007 Mar 02
0
Wine release 0.9.32
...texture for writing the backup.
wined3d: Add GL_NV_fence defines and functions.
wined3d: Support event queries using GL_NV_fence.
wined3d: Support GL_APPLE_fence for event queries.
Thomas Weidenmueller (1):
comctl32: Implement LM_GETIDEALSIZE for the syslink control.
Tomas Carnecky (1):
winex11.drv: Spring cleanup in X11DRV_setup_opengl_visual, and added one new visual config (with aux buffers).
Vitaliy Margolen (4):
wineshelllink: Fix menu entries with double spaces in their names.
imagehlp: Forward already implemented functions to dbghelp.
wined3d:...
2006 Dec 08
0
Wine release 0.9.27
...ve WINED3DRS_ZWRITEENABLE to the state table.
wined3d: Move WINED3DRS_ZFUNCENABLE to the state table.
wined3d: Move WINED3DRS_AMBIENT to the state table.
wined3d: Move blending related states to the state table.
Thomas Fitzsimmons (1):
dbghelp: Recognize DT_GNU_HASH.
Tomas Carnecky (1):
winex11.drv: Don't update the key state table in mouse related functions.
Vitaliy Margolen (13):
winex11drv: State of side mouse buttons (X-buttons) is not returned from XQueryPointer.
winemenubuilder: Downgrade some ERR to WARN.
wineshelllink: Use FreeDesktop stan...
2007 Mar 16
0
Wine release 0.9.33
...tting to offscreen target.
direct3d: Add a fixed function fog test.
Stefan Huehner (3):
Change some functions arguments from () -> (void).
comctl32: rebar: Test the rebar style for RBBS_VARIABLEHEIGHT, not the passed in structure.
Mark several functions as static.
Tomas Carnecky (1):
dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
--
Alexandre Julliard
julliard@winehq.org
2007 Aug 10
0
Wine release 0.9.43
...L_MIXERINFO support.
wineoss: Avoid SNDCTL_DSP_GETTRIGGER.
ntdll: Implement CDROM_Verify for FreeBSD.
configure: Remove check for libxpg4.
loader: Use thr_self syscall to get thread id on FreeBSD.
Tim Schwartz (1):
lmuse.h: Add structures needed by NetUseAdd().
Tomas Carnecky (1):
configure: Check whether linker supports --enable-new-dtags.
Vitaliy Margolen (5):
dinput: Fix typo.
dinput: Fix mapping of axes ids to property ids.
dinput: Fix handling of dead-zone in evdev joystick.
dinput: Fix POV calculation.
dinput: Reuse common code...
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))
{
-