Re: [PATCH 1/2] msvcrt: Add test to check if signal(SIGBREAK, ...) works (todo_wine).

2009-12-03 Thread Peter Rosin
Den 2009-12-02 16:35 skrev Charles Davis: You don't get added to AUTHORS until you've hacked on Wine enough. I learned that the hard way when I tried to put my name at the top of an already-existing file. I did a - eeerh couple of (sorry for the noise) - resend w/o touching AUTHORS. I don't

Re: RFC: dsound: Add support for enumerating capture devices through openal, try 4

2009-12-03 Thread Maarten Lankhorst
Hi Ken, Ken Thomases schreef: On Dec 2, 2009, at 12:11 PM, Maarten Lankhorst wrote: This patch doesn't apply, just a rfc email to see if this approach is correct :) +static void *openal_handle = RTLD_DEFAULT; +#ifdef SONAME_LIBOPENAL +char error[128]; +openal_handle =

Re: [2/6] WineD3D: Add a function for initializing surface sysmem

2009-12-03 Thread Henri Verbeet
2009/12/3 Stefan Dösinger stefandoesin...@gmx.at: Am 02.12.2009 um 22:10 schrieb Henri Verbeet: IWineD3DDeviceImpl_Reset() suffers from similar issues in general, so maybe we just don't care, but if one of the updateSurfaceDesc() calls fails you're left with inconsistent surface sizes. We

Re: [4/6] WineD3D: Infrastructure to render swapchains to a FBO

2009-12-03 Thread Henri Verbeet
2009/12/3 Stefan Dösinger ste...@codeweavers.com: Am 02.12.2009 um 22:10 schrieb Henri Verbeet: This change is probably correct, but note that if it matters you're probably doing something wrong. It matters when reading back an offscreen render target if FBOs are enabled, but FBO_blit is not

Re: ntdll: add partial support for HEAP_FREE_CHECKING_ENABLED heap overrun detection (take 2)

2009-12-03 Thread Alexandre Julliard
Dan Kegel d...@kegel.com writes: @@ -467,6 +475,156 @@ static void test_HeapQueryInformation(void) ok(info == 0 || info == 1 || info == 2, expected 0, 1 or 2, got %u\n, info); } +static LPVOID (WINAPI * pRtlAllocateHeap)(HANDLE,ULONG,ULONG); +static HANDLE (WINAPI *

Re: [1/6] imagehlp: Verify magic numbers and pad certificates to 8 byte boundaries

2009-12-03 Thread Alexandre Julliard
Owen Rudge oru...@codeweavers.com writes: @@ -64,6 +64,10 @@ static BOOL IMAGEHLP_GetSecurityDirOffset( HANDLE handle, if( count != sizeof dos_hdr ) return FALSE; +/* verify magic number of 'MZ' */ +if( dos_hdr.e_magic != 0x5A4D ) +return FALSE; + /*

Re: [5/6] imagehlp: Recalculate PE checksum after file modification

2009-12-03 Thread Alexandre Julliard
Owen Rudge oru...@codeweavers.com writes: +static BOOL IMAGEHLP_RecalculateChecksum(HANDLE handle) +{ +IMAGE_DOS_HEADER dos_hdr; +IMAGE_NT_HEADERS nt_hdr; +HANDLE hMapping; +LPVOID BaseAddress; +DWORD FileLength, count, HeaderSum, CheckSum = 0; +BOOL r; + +

Re: [4/6] WineD3D: Infrastructure to render swapchains to a FBO

2009-12-03 Thread Stefan Dösinger
Am 03.12.2009 um 11:19 schrieb Henri Verbeet: 2009/12/3 Stefan Dösinger ste...@codeweavers.com: It matters when reading back an offscreen render target if FBOs are enabled, but FBO_blit is not supported. The readback function calls glReadBuffer(device-offscreenBuffer) in this case, and is

Re: [PATCH 1/7] dsound: Remove support for IKsPropertySet for now

2009-12-03 Thread Robert Reif
Maarten Lankhorst wrote: -- As I said, I'm confident nobody uses it, since wine never implemented it properly anyway --- I think you will find that you will have to add it back later because both interfaces are commonly used. The private interface is used for enumerating devices and is

Re: [PATCH 1/7] dsound: Remove support for IKsPropertySet for now

2009-12-03 Thread Maarten Lankhorst
Hi Robert, Robert Reif schreef: Maarten Lankhorst wrote: -- As I said, I'm confident nobody uses it, since wine never implemented it properly anyway --- I think you will find that you will have to add it back later because both interfaces are commonly used. The private interface is

Re: [PATCH 1/2] msvcrt: Add test to check if signal(SIGBREAK, ...) works (todo_wine).

2009-12-03 Thread Juan Lang
I don't really see the point of letting someone else update AUTHORS for me though, but now Alexandre can pick whichever version he likes best... The point is some people forget, but the git log doesn't. It's updated semi-automatically, with a script, just not with every release. --Juan

Re: Fixing the kernel32:actctx tests on Vista+

2009-12-03 Thread improve pctools
I hope this article will help you fix the http://www.improve-pc-tools.com/index.php/how-to-fix-kernel32dll-errors/ kernel32 error on vista. Jacek Caban-2 wrote: Paul Vriens wrote: On 11/25/2009 05:39 PM, Jacek Caban wrote: Hi Paul, Paul Vriens wrote: Hi Jacek, You are the original

Re: Fixing the kernel32:actctx tests on Vista+

2009-12-03 Thread Tom Wickline
The below lin is a 404, the correct link is : http://www.improve-pc-tools.com/index.php/how-to-fix-kernel32dll-errors/ Tom On Thu, Dec 3, 2009 at 5:00 PM, improve pctools improvepcto...@gmail.comwrote: I hope this article will help you fix the

Re: Fixing the kernel32:actctx tests on Vista+

2009-12-03 Thread Tom Wickline
Hmm.. the article looks like SPAM, well at least it has a correct link now.. :) On Fri, Dec 4, 2009 at 1:02 AM, Tom Wickline twickl...@gmail.com wrote: The below lin is a 404, the correct link is : http://www.improve-pc-tools.com/index.php/how-to-fix-kernel32dll-errors/ Tom

Re: Fixing the kernel32:actctx tests on Vista+

2009-12-03 Thread Tom Wickline
Looks like SPAM, oh well at least it has a fixed link now. Geez, Tom On Fri, Dec 4, 2009 at 1:02 AM, Tom Wickline twickl...@gmail.com wrote: The below lin is a 404, the correct link is : http://www.improve-pc-tools.com/index.php/how-to-fix-kernel32dll-errors/ Tom

Re: [PATCH] kernel32: Respect the LANG environment variable on Mac OS.

2009-12-03 Thread Ken Thomases
On Dec 2, 2009, at 11:25 PM, Gert van den Berg wrote: What I meant is that LC_* (not LC_ALL) don't have a setting that says the locale is say en_ZA it only has we have number (LC_NUMERIC) from en_ZA, times (LC_TIME) from en_UK, sort things (LC_COLLATE) according to en_AU, determine whether

Re: shell32: Implement IPersistFile_fnSaveCompleted

2009-12-03 Thread Nikolay Sivov
Vladimir Pankratov wrote: Hello all. Implemented IPersistFile_fnSaveCompleted. changed files: dlls/shell32/shelllink.c Thanks. --- + TRACE((%p)-(%s)\n,This,debugstr_w(pszFileName)); + return S_OK; /* MSDN says: return value S_OK, returned in all cases */ --- You shouldn't care much of what

Re: [PATCH 1/7] dsound: Remove support for IKsPropertySet for now

2009-12-03 Thread Maarten Lankhorst
David Adam schreef: 2009/12/3 Robert Reif r...@earthlink.net mailto:r...@earthlink.net Maarten Lankhorst wrote: -- As I said, I'm confident nobody uses it, since wine never implemented it properly anyway --- I think you will find that you

Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Avery Pennarun
Hi all, I'm using Microsoft Office 2002 under wine. According to the instructions here: http://www.wine-reviews.net/wine-reviews/tips-n-tricks/how-to-enable-font-anti-aliasing-in-wine.html ...I've enabled font anti-aliasing, and it does work for fonts above a particular point size. However,

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Austin English
On Thu, Dec 3, 2009 at 4:02 PM, Avery Pennarun apenw...@gmail.com wrote: Hi all, I'm using Microsoft Office 2002 under wine.  According to the instructions here: http://www.wine-reviews.net/wine-reviews/tips-n-tricks/how-to-enable-font-anti-aliasing-in-wine.html ...I've enabled font

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Avery Pennarun
On Thu, Dec 3, 2009 at 5:37 PM, Austin English austinengl...@gmail.com wrote: On Thu, Dec 3, 2009 at 4:02 PM, Avery Pennarun apenw...@gmail.com wrote: I'm using Microsoft Office 2002 under wine.  According to the instructions here:

Re: [PATCH 1/7] dsound: Remove support for IKsPropertySet for now

2009-12-03 Thread Robert Reif
I believe the approach you are taking moving openal into direct sound is not a good idea and is going to create a lot of regressions that can not be fixed with your current approach. Windows audio programmers know that they can get access to the same hardware through multiple APIs at the same

d3d8 test failure, more details.

2009-12-03 Thread David Anderson
Thanks to James Mckenzie and Austin English for earlier hints. I've installed more stuff (ubuntu packages) and spent a bit more time with d3d8. I assume most people get these tests to work, so I'm a bit distressed I cannot seem to get them to work properly, 100%. The large amount of test code

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Aric Stewart
Avery Pennarun wrote: On Thu, Dec 3, 2009 at 5:37 PM, Austin English austinengl...@gmail.com wrote: On Thu, Dec 3, 2009 at 4:02 PM, Avery Pennarun apenw...@gmail.com wrote: I'm using Microsoft Office 2002 under wine. According to the instructions here:

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Avery Pennarun
On Thu, Dec 3, 2009 at 7:33 PM, Aric Stewart a...@codeweavers.com wrote: Avery Pennarun wrote: On Thu, Dec 3, 2009 at 5:37 PM, Austin English austinengl...@gmail.com wrote: On Thu, Dec 3, 2009 at 4:02 PM, Avery Pennarun apenw...@gmail.com wrote: I'm using Microsoft Office 2002 under wine.  

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Mike Kaplinskiy
I think some time ago this was explained as a NOTABUG in freetype, which actually obeys the font's preferences and if the font supplies special images for smaller font sizes, it uses them WITHOUT aliasing them, which seems logical. Windows seems to lazily alias everything. If you can find a way

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Avery Pennarun
On Thu, Dec 3, 2009 at 10:31 PM, Mike Kaplinskiy mike.kaplins...@gmail.com wrote: I think some time ago this was explained as a NOTABUG in freetype, which actually obeys the font's preferences and if the font supplies special images for smaller font sizes, it uses them WITHOUT aliasing them,

Please Review - Revised OS X Application Bundle patch

2009-12-03 Thread Steven Edwards
Hi, If any of the OS X hackers have time, could you guys take a look at the following patch? I'd like to get it in to move on to more interesting stuff like the icon generation cleanup in winemenubuilder using windowscodecs.dll, OS X association support and perhaps even proper dock integration.

Re: [PATCH 1/7] dsound: Remove support for IKsPropertySet for now

2009-12-03 Thread Chris Robinson
On Thursday 03 December 2009 3:57:49 pm Robert Reif wrote: I believe the approach you are taking moving openal into direct sound is not a good idea and is going to create a lot of regressions that can not be fixed with your current approach. Windows audio programmers know that they can get