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

2009-12-04 Thread Maarten Lankhorst
Hi Robert, Robert Reif schreef: 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

Re: d3d8 test failure, more details.

2009-12-04 Thread Stefan Dösinger
Am 04.12.2009 um 01:26 schrieb 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

WineConf 2009 videos

2009-12-04 Thread Julius Schwartzenberg
Hi, All the videos from WineConf 2009 are online now. The links can be found on the wiki page: http://wiki.winehq.org/WineConf2009 Because my camera isn't the greatest, Audacity was used to remove the noise from the audio track and using Kdenlive with melt the keynote video was filtered to

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

2009-12-04 Thread Alexandre Julliard
Dan Kegel d...@kegel.com writes: @@ -1261,6 +1297,8 @@ HANDLE WINAPI RtlCreateHeap( ULONG flags, PVOID addr, SIZE_T totalSize, SIZE_T c totalSize = HEAP_DEF_SIZE; flags |= HEAP_GROWABLE; } +if (NtCurrentTeb() NtCurrentTeb()-Peb

Re: Anti aliased fonts in wine - minimum font size

2009-12-04 Thread Aric Stewart
Avery Pennarun wrote: 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

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

2009-12-04 Thread Robert Reif
The current wine direct sound implementation can do multiple opens of the same device and hardware mixing and hardware 3d acceleration without any modifications if the low level driver supports it. No wine audio driver implements all that because the linux audio APIs don't support it. An

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

2009-12-04 Thread Michael Stefaniuc
Robert Reif wrote: The current wine direct sound implementation can do multiple opens of the same device and hardware mixing and hardware 3d acceleration without any modifications if the low level driver supports it. No wine audio driver implements all that because the linux audio APIs don't

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

2009-12-04 Thread David Adam
2009/12/3 Robert Reif 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 will have to add it back later because both interfaces are commonly used. The private

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

2009-12-04 Thread Maarten Lankhorst
Hi, Robert Reif schreef: The current wine direct sound implementation can do multiple opens of the same device and hardware mixing and hardware 3d acceleration without any modifications if the low level driver supports it. No wine audio driver implements all that because the linux audio APIs

Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Joerg-Cyril.Hoehle
Hi, + * NOTES: An Application Bundle generally has the following layout + * + * foo.app/Contents + * foo.app/Contents/Info.plist + * foo.app/Contents/MacOS/foo (can be script or real binary) + * foo.app/Contents/Resources/appIcon.icns (Apple Icon format) + *

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

2009-12-04 Thread Stefan Dösinger
Am 04.12.2009 um 16:00 schrieb Maarten Lankhorst: I'm NOT going to touch our winmm drivers any more apart from maintanance. I am willing to make 1 more, 'wine7audio' that forwards to IAudioClient, and does all bizarre things like looping wave packets, etc there, so our audio will be

Re: Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Steven Edwards
Hi Jörg, Thanks for the questions. Hopefully I can provide good answers. On Fri, Dec 4, 2009 at 10:33 AM, joerg-cyril.hoe...@t-systems.com wrote: + * NOTES: An Application Bundle generally has the following layout + * + * foo.app/Contents + * foo.app/Contents/Info.plist + *

Locale data update request

2009-12-04 Thread Nikolay Sivov
Hi, guys. I've finally got some time today to complete genitive name support in GetDateFormat(). Now to make it useful for users I'd like to ask translators to update NLS files for languages that use this month form. I'm sure it's present in some Slavonic languages like Ukrainian and

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

2009-12-04 Thread Chris Robinson
On Friday 04 December 2009 7:50:59 am Stefan Dösinger wrote: Wrt OpenAL, I am opposed to using it for our sound system. I think its a good idea for the transition to Win7, as a first driver and probably later reference driver. But I think we need an exit strategy to get rid of OpenAL as a

Re: shdocvw: Implement IWebBrowser2_get_Name

2009-12-04 Thread Paul Vriens
On 12/04/2009 12:51 PM, Alistair Leslie-Hughes wrote: Hi, Changelog: shdocvw: Implement IWebBrowser2_get_Name Best Regards Alistair Leslie-Hughes Hi Alistair, This one introduces a test failure on non-English boxes: https://winetestbot.geldorp.nl/JobDetails.pl?Key=49 or

Re: [2/6] WineD3D: A function for checking if a surface is offscreen

2009-12-04 Thread Henri Verbeet
2009/12/4 Stefan Dösinger ste...@codeweavers.com: GLenum buffer = surface_get_gl_buffer((IWineD3DSurface *) This, (IWineD3DSwapChain *)swapchain); + +IWineD3DSurface_GetContainer((IWineD3DSurface *) This, IID_IWineD3DSwapChain, (void **)swapchain); That doesn't look quite

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

2009-12-04 Thread Henri Verbeet
2009/12/4 Stefan Dösinger ste...@codeweavers.com: hr = create_primary_opengl_context(iface, (IWineD3DSwapChain *) swapchain); +if(SUCCEEDED(hr)) +{ +swapchain-context[0]-render_offscreen = swapchain-render_to_fbo; +} This should probably be part of

Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Joerg-Cyril.Hoehle
Steven,  - Change Directory to app's directory (or any other) This is the same way as the *.desktop files on Linux. No need for start /unix. You did not respond to the specific directory issue. The Linux desktop takes care of using the Path=/foo/bar if it exists. Wine sets it. I saw nothing

Re: Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Steven Edwards
Hi, On Fri, Dec 4, 2009 at 1:10 PM, joerg-cyril.hoe...@t-systems.com wrote:  - Change Directory to app's directory (or any other) This is the same way as the *.desktop files on Linux. No need for start /unix. You did not respond to the specific directory issue. The Linux desktop takes care of

Re: mshtml: Added PersistStreamInit_InitNew implementation

2009-12-04 Thread Jacek Caban
Hi Piotr, Piotr Caban wrote: --- dlls/mshtml/mshtml_private.h |1 + dlls/mshtml/nsevents.c | 25 ++- dlls/mshtml/persist.c| 84 +--- dlls/mshtml/tests/htmldoc.c | 95 -- 4 files changed,

Re: Juan Lang : winhttp: Check the certificate in an https connection using the crypto api.

2009-12-04 Thread Michael Stefaniuc
Juan, On 12/04/2009 04:11 PM, Alexandre Julliard wrote: Module: wine Branch: master Commit: 82d07c405168df59db17d298bc3b8476f13540e9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=82d07c405168df59db17d298bc3b8476f13540e9 Author: Juan Langjuan.l...@gmail.com Date: Thu Dec 3

Re: Juan Lang : winhttp: Check the certificate in an https connection using the crypto api.

2009-12-04 Thread Juan Lang
Hi Michael, this breaks compilation on Fedora 12; F11 works fine though. Does the attached patch help? --Juan From dd350346b1ff9da320d1f084f10b0684acd5b603 Mon Sep 17 00:00:00 2001 From: Juan Lang juan.l...@gmail.com Date: Fri, 4 Dec 2009 15:14:45 -0800 Subject: [PATCH] Use sk_ functions rather

Re: Juan Lang : winhttp: Check the certificate in an https connection using the crypto api.

2009-12-04 Thread Michael Stefaniuc
Hello Juan! On 12/05/2009 12:15 AM, Juan Lang wrote: this breaks compilation on Fedora 12; F11 works fine though. Does the attached patch help? Yes, it compiles now but has warnings: dlls/winhttp/net.c: In function ‘netconn_secure_verify’: dlls/winhttp/net.c:344: warning: passing argument 1

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

2009-12-04 Thread Stefan Dösinger
Am 04.12.2009 um 18:51 schrieb Chris Robinson: Though you'll still need a way to talk to the hardware. Using ALSA/OSS/etc directly has proven problematic with not only the current design and upkeep, but properly implementing various features. Not that I'm advocating PulseAudio here, but

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

2009-12-04 Thread Robert Reif
I don't have issues with what Maarten is trying to accomplish. In fact I'm happy to see someone making a serious effort to fix wine audio. What I do have serious issue with is the way he is attacking the problem. The windows 95 driver model is not a bad model. If you look at the winmm

Re: shell32: Fix a test failure on 64-bit systems.

2009-12-04 Thread Vincent Povirk
Don't commit this. It seems the failure does not appear on 64-bit Windows systems, which means that the test is actually correct and the implementation needs to be fixed. On Fri, Dec 4, 2009 at 11:59 AM, Vincent Povirk vinc...@codeweavers.com wrote: -- Vincent Povirk