Re: Windows-on-Arm won't support win32

2012-02-13 Thread Reece Dunn
On 13 February 2012 22:20, Dan Kegel d...@kegel.com wrote: According to http://www.zdnet.com/blog/perlow/the-long-kiss-goodbye-for-x86-desktop-windows/19840 Microsoft is not letting developers use win32 on arm (although Microsoft is probably using it themselves for Office on arm). Instead,

Re: Regression by author list?

2011-10-04 Thread Reece Dunn
On 4 October 2011 13:29, Damjan Jovanovic damjan@gmail.com wrote: Hi Where do we find that list of regressions by author, that was in Alexandre's keynote at Wineconf? http://source.winehq.org/regressions - Reece

Re: Testing edge cases and undocumented behavior

2011-08-26 Thread Reece Dunn
On 26 August 2011 11:53, joerg-cyril.hoe...@t-systems.com wrote: Vincent Povirk wrote: A test that passes on Windows and fails on Wine is not sufficient to motivate a change to Wine. I wished Wine had wine_dont beside todo_wine.  Exact same behaviour, it justs reads differently. 2 examples:

Re: The sad state of audio GetPosition

2011-08-18 Thread Reece Dunn
On 18 August 2011 13:04, joerg-cyril.hoe...@t-systems.com wrote: I'm interested in results from: - Linux, esp. with something newer than Ubuntu Lucid, or different sound cards. NOTE: This is with the alsa and oss drivers selected in the audio tab of winecfg. $ lsb_release -a No LSB modules

Re: msvcrt/tests: remove unused assignments (LLVM/Clang)

2011-07-26 Thread Reece Dunn
2011/7/26 Frédéric Delanoy frederic.dela...@gmail.com: On Tue, Jul 26, 2011 at 03:48, Austin English austinengl...@gmail.com wrote: -- -Austin Already sent similar patches. Not sure AJ  likes those. These should test what is returned by fgetc, not ignore its return value. E.g.: -c=

Re: comctl32: Remove dead increments (clang)

2011-07-26 Thread Reece Dunn
2011/7/26 André Hentschel n...@dawncrow.de: --- a/dlls/comctl32/rebar.c +++ b/dlls/comctl32/rebar.c @@ -1576,8 +1576,6 @@ REBAR_SizeToHeight(REBAR_INFO *infoPtr, int height)             iRow++;         }     } -    else -        extra -= REBAR_SizeChildrenToHeight(infoPtr,

Re: winealsa.drv: Add mmdevapi driver.

2011-04-27 Thread Reece Dunn
On 27 April 2011 15:48, joerg-cyril.hoe...@t-systems.com wrote: Andrew Eikum wrote: Does CoTaskMemFree match HeapAlloc? would anyone more familiar with CoTaskMem* want to comment? CoTaskMemFree should be used on memory allocated with CoTaskMalloc (just like malloc/free, HeapAlloc/HeapFree,

Can someone ban tiaotiao (tiaotiao...@hotmail.com -- link spammer) EOM

2011-04-18 Thread Reece Dunn

Re: gsoc theming

2011-04-04 Thread Reece Dunn
On 4 April 2011 13:08, Andrew Green greenie...@gmail.com wrote: Hi, I hate to message you on this email. I have messaged the mailing lists. Though I became more confused than anything. Can you please keep the discussions on the mailing list? Thanks. I would like to propose a project where

Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Reece Dunn
=== Observations === 1/ The dsound:ds3d tests fail when using the ALSA audio driver on 64-bit (K)Ubuntu, but succeed with the OSS audio driver. 2/ The mmdevapi tests fail with a Device not found/No driver error (hr = 0x88780078) when running with the OSS driver. For the mmdevapi

Re: Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Reece Dunn
On 28 January 2011 01:44, Scott Ritchie sc...@open-vote.org wrote: On 01/27/2011 02:20 PM, Reece Dunn wrote: === Steps to Reproduce === Machine: Ubuntu 10.04 64-bit with NVidia binary drivers.    1/  Build the latest version of wine with no special options -- `./configure make`    2

Re: windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.

2011-01-21 Thread Reece Dunn
On 21 January 2011 08:36, Damjan Jovanovic damjan@gmail.com wrote: Should we reconsider libicns? Apple's APIs obviously can't be relied upon. You could always: 1. check for native support (including presence of kIconServices16PixelDataARGB) and use if present; 2. check for libicns and use

Re: today's git does not compile

2011-01-19 Thread Reece Dunn
On 19 January 2011 12:41, Susan Cragin susancra...@earthlink.net wrote: Dan, I can't work the -save-temps option. All three give me no input files. /wine-git$ gcc -save-temps /wine-git$ gcc -save-temps=cwd (or =obj) gcc: no input files You need to run it with the command line given in your

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-05 Thread Reece Dunn
On 5 January 2011 22:45, Dan Kegel d...@kegel.com wrote: Another month, another Winetricks - or, rather, two new Winetricks. Very nice! Here is some games information you may find useful: == Big Fish Games client winetricks -- gecko ie8 * gecko -- suppress the gecko download UI, not strictly

Re: How to deal with variables where the size differs for 32 and 64bit

2010-12-06 Thread Reece Dunn
On 5 December 2010 20:05, Paul Vriens paul.vriens.w...@gmail.com wrote: Hi, Just found the fix for the oledb32:convert tests on 64bit. We need to adjust our oledb.idl (see patch attached). Nice find. Shouldn't these be using the _PTR types instead (ULONG_PTR, LONG_PTR and friends?) -- then

Re: Use of the L prefix for wide strings in resource files

2010-12-05 Thread Reece Dunn
On 5 December 2010 14:09, Paul Vriens paul.vriens.w...@gmail.com wrote: Hi, Yaron just made me aware of something he and I discussed briefly a few weeks ago. The shlwapi resource files uses the following:  PUSHBUTTON LOK, IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP  PUSHBUTTON LCancel,

Re: wine git doesn't build on 10.6.5

2010-11-23 Thread Reece Dunn
On 23 November 2010 07:50, C.W.Betts computer...@hotmail.com wrote: When I try to build wine git on Mac OS X 10.6.5, I get the following error (on clang. I get similar errors using GCC): clang -m32 -c -I../../../wine-git/./dlls/atl -I. -I../../../wine-git/./include -I../../include  

Re: wanted: test.avi resource

2010-11-17 Thread Reece Dunn
On 17 November 2010 09:13, joerg-cyril.hoe...@t-systems.com wrote: Hi, How would that be incorporated into winetest.exe? As a resource, copied at execution time to the current directory? You would add it to the AVI section of the resource block (RC file) for the test executable. That would

Re: Compilation error with latest wine

2010-11-13 Thread Reece Dunn
On 13 November 2010 22:08, Scott Ritchie sc...@... wrote: Works for me: http://launchpadlibrarian.net/59077812/buildlog_ubuntu-maverick-amd64.wine1.3_1.3.7-0ubuntu1~maverickppa1_BUILDING.txt.gz

Re: AUTHORS list and the C locale on Mac OS X

2010-11-10 Thread Reece Dunn
On 10 November 2010 22:45, Ken Thomases k...@codeweavers.com wrote: On Nov 10, 2010, at 2:27 PM, Hin-Tak Leung wrote: --- On Wed, 10/11/10, Ken Thomases k...@codeweavers.com wrote: Are you sure about that?  Checking on a couple of Linux systems here, the locale command reports: $ locale

Re: AUTHORS list and the C locale on Mac OS X

2010-11-09 Thread Reece Dunn
On 9 November 2010 22:13, Charles Davis cda...@mymail.mines.edu wrote: On 11/9/10 1:58 PM, James Mckenzie wrote: Charles Davis cda...@mymail.mines.edu wrote: On 11/9/10 12:13 PM, James Mckenzie wrote: No, it is not a bug in GNU sed.  The authors.c file needs to have the erroneous characters

Re: shell32/tests: Fix IShellFolderView test failure under Windows 7.

2010-11-07 Thread Reece Dunn
On 8 November 2010 04:45, Austin Lund austin.l...@gmail.com wrote: On 8 November 2010 11:49, James McKenzie jjmckenzi...@earthlink.net wrote:  Thus a second test case needs to be developed that is only for Windows7 and the remaining test skipped for Windows7.   Something like what we do for

Re: winegstreamer error with 'make install'

2010-10-22 Thread Reece Dunn
On 22 October 2010 20:07, Paul Vriens paul.vriens.w...@gmail.com wrote: Hi, Current Git (Fedora 13) gives me: /usr/bin/install -c   winegstreamer.so /usr/local/lib64/wine/winegstreamer.so /usr/bin/install: cannot stat `winegstreamer.so': No such file or directory There is a

Re: [PATCH] jscript/tests: add tests for ActiveScriptSite_OnScriptError and IActiveScriptError. [try 3]

2010-10-13 Thread Reece Dunn
On 9 October 2010 15:51, Reece Dunn mscl...@googlemail.com wrote: try 1 -- initial series (1-3) try 2 -- revised test infrastructure based on Jacek's comments try 3 -- fleshed out the tests to complete the test coverage for IActiveScriptError Any reason this has not been committed yet

Re: Accessibility in wine

2010-10-12 Thread Reece Dunn
On 12 October 2010 14:21, Seth Shelnutt shelnu...@gmail.com wrote: I can't seem to find much info on this. What is wine's support for MSAA or the newer UIAutomation? I see that there is the oleacc dll which is the main dll for MSAA. According to the API site, is seems there are still 10 stubs.

Re: [PATCH 1/3] jscript: test that ActiveScriptSite_OnScriptError is called on script failure. (resend)

2010-10-07 Thread Reece Dunn
On 7 October 2010 14:35, Jacek Caban ja...@codeweavers.com wrote:  Hi Reece, These tests need more thoughts. They should show how jscript exceptions are translated into IActiveScriptError. Your code doesn't provide mechanism to do so, so I would suggest to wait with sending patches that don't

Re: [PATCH] jscript: throw TypeError if T in 'new T' is not an object.

2010-09-30 Thread Reece Dunn
On 30 September 2010 11:25, Jacek Caban ja...@codeweavers.com wrote:  Hi Reece, On 9/30/10 12:20 AM, Reece Dunn wrote: This addresses a fixme in the jscript code that is currently triggered when running the Big Fish Games client, with a test.     if(V_VT(constr) != VT_DISPATCH

Re: [PATCH] mshtml: implement ActiveScriptSite_OnScriptError.

2010-09-29 Thread Reece Dunn
On 29 September 2010 11:41, Jacek Caban ja...@codeweavers.com wrote:  On 9/29/10 9:39 AM, Reece Dunn wrote: Hi, This reports any errors sent to the mshtml ActiveScriptSite OnScriptError handler to the user and traces it to ERR to aid debugging.  static HRESULT WINAPI

Re: mshtml and friends

2010-09-29 Thread Reece Dunn
On 29 September 2010 11:39, Jacek Caban ja...@codeweavers.com wrote:  On 9/28/10 9:37 PM, Reece Dunn wrote: On 28 September 2010 15:14, Jacek Cabanja...@codeweavers.com  wrote: I am interested in helping out to improve this area -- my aim is to not require the `winetricks ie6` command to get

Re: mshtml and friends

2010-09-29 Thread Reece Dunn
On 29 September 2010 13:45, Jacek Caban ja...@codeweavers.com wrote:  On 9/29/10 2:30 PM, Reece Dunn wrote: On 29 September 2010 11:39, Jacek Cabanja...@codeweavers.com  wrote:  On 9/28/10 9:37 PM, Reece Dunn wrote: On 28 September 2010 15:14, Jacek Cabanja...@codeweavers.com    wrote: I

mshtml and friends

2010-09-28 Thread Reece Dunn
Hi, The current state of support for the Internet Explorer components in Wine is good, but there are applications that don't work with it because they are dependent on more of the functionality provided by Internet Explorer via the WebBrowser control. I have had a scan through some of the mshtml

Re: mshtml and friends

2010-09-28 Thread Reece Dunn
On 28 September 2010 15:14, Jacek Caban ja...@codeweavers.com wrote:  Hi Reece, On 9/28/10 2:59 PM, Reece Dunn wrote: Hi, The current state of support for the Internet Explorer components in Wine is good, but there are applications that don't work with it because they are dependent

Re: ie6 download failing

2010-09-23 Thread Reece Dunn
On 23 September 2010 23:01, Dan Kegel d...@kegel.com wrote: Looks like Microsoft has been letting the ie6 download servers rot. Over the last few weeks, 'winetricks ie6' has been hanging occasionally, and today, it's failing right off the bat with wget

Re: WineAPI wiki progress (resent)

2010-09-15 Thread Reece Dunn
On 15 September 2010 15:25, GOUJON Alexandre ale.gou...@gmail.com wrote: On 09/15/2010 03:32 PM, Max TenEyck Woodbury wrote: The wiki at https://sourceforge.net/apps/mediawiki/wineapi/index.php now has pages for the directories in the Wine Repository with classifications of the directory

Re: dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Reece Dunn
On 9 September 2010 19:29, Dan Kegel d...@kegel.com wrote: So I wanted to quickly try youtube in wine to verify sound was working.  I think I used to use Firefox for this, so I did  sh winetricks firefox flash and fired it up... but it hung.  (And it even hung my desktop once; had to use CTL

Re: Console issues in recent git

2010-09-08 Thread Reece Dunn
On 6 September 2010 21:00, Eric Pouech eric.pou...@orange.fr wrote: B/ actually, it's likely a race (in the simple way of running one single program) about resetting the console in decent shape. Could the folks having the issue try the attached patch (file conclean) to see if it helps ? (I

Re: Console issues in recent git

2010-09-08 Thread Reece Dunn
On 8 September 2010 21:04, Eric Pouech eric.pou...@orange.fr wrote: does the attached patch help with some of the concerns ? I/ it should allow typing in the console (for all GUI programs) and still see output get buffer when the programs exits II/ reduce the number of cases where the console

Re: Mistake in : msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[first|last]Node implementations.

2010-09-08 Thread Reece Dunn
On 8 September 2010 20:37, Joris Huizer joris_hui...@yahoo.com wrote: Hello, I noticed some copy/paste mistake in this patch; A number of functions for *get_lastChild now call node_get_first_child. HTH, Joris Care to supply a patch? If you are feeling brave, you may also want to add test

Re: Wine .NET app

2010-09-06 Thread Reece Dunn
On 6 September 2010 23:00, Vassilis Virvilis vas...@iit.demokritos.gr wrote: Hi everybody, My name is Vassilis Virvilis and I am trying to get .net app to run under wine. The objective of the questions below is to determine what needs to be implemented in wine in order to support the app.

Re: Wine .NET app

2010-09-06 Thread Reece Dunn
On 7 September 2010 00:26, Vassilis Virvilis vas...@iit.demokritos.gr wrote: On 07/09/2010 02:02 πμ, Reece Dunn wrote: Googling the error indicates that it is coming from libjpeg: JMESSAGE(JERR_CONVERSION_NOTIMPL, Unsupported color conversion request) thanks. You probably want

Re: Console issues in recent git

2010-09-02 Thread Reece Dunn
On 2 September 2010 02:29, Jerome Leclanche adys...@gmail.com wrote: Anyone else's terminal emulators really acting up since the last git batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if there is a wine process running, until it's killed. This is probably a konsole bug,

Re: New and subtle ddraw:dsurface test failure

2010-08-09 Thread Reece Dunn
2010/8/9 Roderick Colenbrander thunderbir...@gmail.com: 2010/8/8 Oldřich Jedlička oldium@seznam.cz: Hi W, On Sunday 08 August 2010 11:21:35 wy...@volny.cz wrote: Hi, i just noticed some new and subtle failure in ddraw:dsurface tests. I don't know how closely you watch and study tests

Re: [PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.

2010-07-25 Thread Reece Dunn
On 24 July 2010 16:10, Max TenEyck Woodbury m...@mtew.isa-geek.net wrote: On 07/24/2010 10:58 AM, Nikolay Sivov wrote: On 7/24/2010 18:51, Max TenEyck Woodbury wrote: --- dlls/ntdll/file.c | 5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dlls/ntdll/file.c

Re: D3DXCreateTeapot

2010-07-20 Thread Reece Dunn
On 19 July 2010 19:54, Ian Macfarlane i...@ianmacfarlane.com wrote: Following the question as to how to implement D3DXCreateTeapot, might I suggest making it in the form of a wine glass? Given that is unlikely to negatively affect anything (indeed the entire method does border on the

Re: D3DXCreateTeapot and reverse engineering?

2010-07-18 Thread Reece Dunn
On 18 July 2010 22:37, Dan Kegel d...@kegel.com wrote: IMHO, our criterion is we only need to implement what apps really need, and for the moment, that app probably could live with a stub for D3DXCreateTeapot.   When we run into a complaint about our lousy teapot, we can create a better one.  

Re: Administrative privileges and running tests under Windows

2010-07-16 Thread Reece Dunn
2010/7/16 Mariusz Pluciński vsha...@gmail.com: Hi wine-devel I have problems with tests I written last time. The problem is connected with privileges levels under Windows. The method I'm testing is IGameExplorer::AddGame, which registers given game in Windows Game Explorer. One of it's

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Reece Dunn
On 10 July 2010 03:40, Misha Koshelev misha...@gmail.com wrote: I am implementing my tests as follows: * patch 1: general test for a D3DX function (D3DXCreateBox for example, testing specific vertices and indices for _specific_ dimensions). * patch 2: separate into function that works with

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Reece Dunn
On 10 July 2010 17:40, Misha Koshelev misha...@gmail.com wrote: On Sat, 2010-07-10 at 07:40 +0100, Reece Dunn wrote: On 10 July 2010 03:40, Misha Koshelev misha...@gmail.com wrote: Ok that makes sense. What about in the case of something like this: /* http://www.cygnus-software.com/papers

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Reece Dunn
On 28 June 2010 12:26, Alexandre Julliard julli...@winehq.org wrote: Wolfram Sang wolf...@the-dreams.de writes: According to TestBot (#2851), all non-crashing Windows versions return 0. Found while working on Bug 21012. Although this patch doesn't cure this bug, I think it is still worth

Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Reece Dunn
On 26 June 2010 21:52, Jaroslav Šmíd jardas...@gmail.com wrote: Sorry, with txt extension Please resend to the wine-patches mailing list so that Alexandre can pick it up and add a (RESEND) to the end of the subject. Thank you for improving Wine, - Reece

Re: Updating the 1.2 release announcement text

2010-06-14 Thread Reece Dunn
On 14 June 2010 08:49, Edward Savage epss...@gmail.com wrote: On Mon, Jun 14, 2010 at 3:16 AM, Dan Kegel d...@kegel.com wrote: http://wiki.winehq.org/Wine1.2Announcement could use some work if anyone has time... I've emailed a couple of people today to get an idea of what has changed between

Re: Make depend

2010-06-14 Thread Reece Dunn
On 14 June 2010 18:54, Peter Davies ultra...@gmail.com wrote: On 14 June 2010 18:40, Damjan Jovanovic damjan@gmail.com wrote: Since around 2-3 months ago, you don't need to run make depend at all :-). Damjan Then why is it still there? When you run `make`, `make depend` is called

Re: msxml3: Avoid SysStringLen() testing for an empty string in ::createNode()

2010-06-13 Thread Reece Dunn
On 13 June 2010 20:46, Nikolay Sivov nsi...@codeweavers.com wrote: On 6/13/2010 22:55,  (Marvin) wrote: Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please

Re: Change a malloc() to a HeapAlloc()

2010-06-09 Thread Reece Dunn
On 9 June 2010 19:08, Peter Davies ultra...@gmail.com wrote: We use real names here.  This patch probably will not be committed until it is resubmitted. Ops! I've mis-configured my mail client The patch is also wrong. Why? What difference does malloc() over HeapAlloc() make? (this is

Re: Nightly performance regression graphs

2010-05-18 Thread Reece Dunn
On 18 May 2010 02:01, Dan Kegel d...@kegel.com wrote: I finally threw together some graphs, see http://kegel.com/wine/yagmarkdata/wine-1.1.44-245.html Not sure what to make of the results yet. They use svg, so a modern browser is required. Neat. Can you use something like: object

Re: Nightly performance regression graphs

2010-05-18 Thread Reece Dunn
2010/5/18 André Hentschel n...@dawncrow.de: Am 18.05.2010 15:17, schrieb Dan Kegel: On Mon, May 17, 2010 at 11:00 PM, Reece Dunn mscl...@googlemail.com wrote: http://kegel.com/wine/yagmarkdata/wine-1.1.44-245.html Can you use something like: object data=E8400-GT_220-Ubuntu_10.04_LTS-e8400

Re: ntdll: add stub for NtRaiseHardError (try 2)

2010-05-18 Thread Reece Dunn
On 18 May 2010 19:17, Austin English austinengl...@gmail.com wrote: This time returning STATUS_NOT_IMPLEMENTED instead of E_NOTIMPL, to match the rest of ntdll. Thanks to Juan for pointing that out. -- -Austin Patch? - Reece

Re: bt all broken?

2010-04-23 Thread Reece Dunn
On 23 April 2010 12:51, Peter Urbanec winehq@urbanec.net wrote: On 09/04/10 19:10, Peter Urbanec wrote: On 07/04/10 06:39, Dan Kegel wrote: winedbg's bt all seems broken since sometime between 1.1.40 and now. Has anybody else seen this? If I start a program under debugger control with

Re: HLSL Compiler and d3dcompiler_xx.dll

2010-04-14 Thread Reece Dunn
On 14 April 2010 16:19, Matijn Woudt tijn...@gmail.com wrote: I have thought about using LLVM, but I don't like it because of: 1) Having another wine dependency (~40MB for me on ubuntu) 2) Code generated by LLVM will most likely not generated exactly the same bytecode as native compiler does,

Re: tuxradar's map of linux audio

2010-04-09 Thread Reece Dunn
On 9 April 2010 11:04, Dan Kegel d...@kegel.com wrote: This seemed like a useful overview of how the various layers relate to each other: http://tuxradar.com/content/how-it-works-linux-audio-explained This is somewhat confusing: * PulseAudio is an audio mixer that provides a finer grained

Re: steam regressed?

2010-03-23 Thread Reece Dunn
On 24 March 2010 00:52, Dan Kegel d...@kegel.com wrote: Hmm.  I can't start steam anymore.  This worked until quite recently...? What does running `git bisect` give as the faulty commit? - Reece

Re: The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Reece Dunn
On 16 March 2010 13:27, Paul Vriens paul.vriens.w...@gmail.com wrote: Hi, I was wondering why I (out of all those boxes) had several failures for these tests on some of my XP and Vista boxes. I was wondering the same. Turns out that you get these failures when MSE is active. I just ran the

Re: The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Reece Dunn
On 16 March 2010 16:36, Paul Vriens paul.vriens.w...@gmail.com wrote: On 03/16/2010 03:56 PM, Paul Vriens wrote: On 03/16/2010 03:20 PM, Reece Dunn wrote: On 16 March 2010 13:27, Paul Vrienspaul.vriens.w...@gmail.com wrote: Hi, I was wondering why I (out of all those boxes) had several

Re: DirectX 2D?

2010-03-16 Thread Reece Dunn
On 16 March 2010 19:00, Dan Kegel d...@kegel.com wrote: I looked at the ie9 preview. You have to set the windows version to 7, but then it needs ie8 and directx 2d installed. Does it work by faking an IE8 install (version, registry, etc.). I've added a win7 verb to winetricks, and would

Re: measuring audio latency?

2010-03-10 Thread Reece Dunn
On 9 March 2010 23:48, Ben Klein shackl...@gmail.com wrote: On 10 March 2010 10:01, Avery Pennarun apenw...@gmail.com wrote: On Tue, Mar 9, 2010 at 9:15 AM, Dan Kegel d...@kegel.com wrote: On Tue, Mar 9, 2010 at 2:58 AM, Roderick Colenbrander thunderbir...@gmail.com wrote: I might be able to

RFC: Detecting, enabling/disabling compositing and games

2010-03-09 Thread Reece Dunn
Hi, Currently (for various reasons), compositing desktops (Compiz/Fusion, KWin4, possibly Mutter and others) cause display issues for fullscreen games/applications running under wine when compositing is enabled. On the Windows side, Vista provides the DwmIsCompositionEnabled and

asserts in wine

2010-03-07 Thread Reece Dunn
Hi, After seeing Gerald Pfeifer's patch, I decided to see how many asserts were used in wine. $ find . -type f -iname *.c -exec grep -H assert '{}' \; assert1.log This returns 2313 matching lines, some of which are including assert.h. $ cat assert1.log | sed -e 's/:.*//' | sort | uniq -c |

Re: [2/3] shell32: Implement SHParseDisplayName with basic tests

2010-03-04 Thread Reece Dunn
On 4 March 2010 07:55, Paul Vriens paul.vriens.w...@gmail.com wrote: On 03/03/2010 03:18 AM, Nikolay Sivov wrote: This call is used by open file function of IE7. Some added tests crash on W2K and below. I already sent a patch for that (http://source.winehq.org/patches/data/58988). There

Re: [2/2] shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests

2010-03-02 Thread Reece Dunn
On 1 March 2010 17:39, Nikolay Sivov bungleh...@gmail.com wrote: On 3/1/2010 20:01, Paul Vriens wrote: On 03/01/2010 12:56 AM, Nikolay Sivov wrote: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests. Spotted in logs while testing IE6. Hi Nikolay, This one introduces failures on

Re: [PATCH] msxml3/tests: Fix the domdoc IObjectSafety tests for msxml3 SP8+. [try 2]

2010-02-28 Thread Reece Dunn
On 28 February 2010 19:11, Paul Vriens paul.vriens.w...@gmail.com wrote: On 02/26/2010 11:07 PM, Reece Dunn wrote: +    todo_wine +    ok(broken(supported == (INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA)) || +       supported == (INTERFACESAFE_FOR_UNTRUSTED_CALLER

Re: [PATCH] msxml3\tests: Fix the domdoc IObjectSafety tests for IE7+.

2010-02-26 Thread Reece Dunn
On 26 February 2010 09:31, Paul Vriens paul.vriens.w...@gmail.com wrote: On 02/26/2010 10:19 AM, Reece Dunn wrote: Hi, This fixes the test failures in msxml3:domdoc when IE7 or later is installed. - Reece Hi Reece, It's definitely not IE7+ only. All W2K3 boxes for the latest winetest

Re: [PATCH] msxml3\tests: Fix the domdoc IObjectSafety tests for IE7+.

2010-02-26 Thread Reece Dunn
On 26 February 2010 09:54, Paul Vriens paul.vriens.w...@gmail.com wrote: On 02/26/2010 10:37 AM, Reece Dunn wrote: On 26 February 2010 09:31, Paul Vrienspaul.vriens.w...@gmail.com  wrote: On 02/26/2010 10:19 AM, Reece Dunn wrote: Hi, This fixes the test failures in msxml3:domdoc when IE7

Re: [PATCH] msxml3/tests: Fix the domdoc IObjectSafety tests for msxml3 SP8+.

2010-02-26 Thread Reece Dunn
On 26 February 2010 20:36, Nikolay Sivov bungleh...@gmail.com wrote: On 2/26/2010 23:20, Reece Dunn wrote: Hi, As the following table shows, the msxml3 behaviour for IObjectSafety changed from SP7 (8.70.*) to SP8 (8.80.*): fail?   Windows         MSXML           MSXML Service Pack

Re: msvcrt: Implement _mbctombb.

2010-02-24 Thread Reece Dunn
On 24 February 2010 08:51, David Hedberg david.hedb...@gmail.com wrote: Well, I should add that it only makes sense for cp 932 as far as I know, but then I'm only familiar with Japanese. More important perhaps is that I also ran some tests on Win XP and Win 7 trying to get it to return

Re: [PATCH] ole32: ignore HighPart in the Seek method HGLOBAL streams. [try 2]

2010-02-24 Thread Reece Dunn
On 24 February 2010 11:06, Alexandre Julliard julli...@winehq.org wrote: Reece Dunn mscl...@googlemail.com writes: NOTE: A check for integer overflow would be `position.low + move.low position.low`, but there are no current tests to say if integer overflow is handled (and how it is handled

Re: [PATCH] ole32: ignore HighPart in the Seek method HGLOBAL streams. [try 2]

2010-02-24 Thread Reece Dunn
On 24 February 2010 11:41, Alexandre Julliard julli...@winehq.org wrote: Reece Dunn mscl...@googlemail.com writes: On 24 February 2010 11:06, Alexandre Julliard julli...@winehq.org wrote: It may be the simplest, but the right way is to add such a test and figure out the appropriate behavior

Re: [PATCH] shlwapi/tests: skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.

2010-02-22 Thread Reece Dunn
On 23 February 2010 07:33, Paul Vriens paul.vriens.w...@gmail.com wrote: On 02/23/2010 01:28 AM, Reece Dunn wrote: +    if (ret == E_INVALIDARG) /* Win98 SE */ { +        skip(Not supported\n); +        return; +    } Hi Reece, Could you turn that (and the other one) into a win_skip

Re: IShellBrowser/ICommDlgBrowser Theme draw problem

2010-02-21 Thread Reece Dunn
On 21 February 2010 23:12, Kenneth Robinette supp...@securenetterm.com wrote: I am testing a SSH file transfer program which makes use of the Microsoft IShellBrowser and ICommDlgBrowser interfaces for the local file system view.  The interface listview header (detail view) does not get

Re: Building list of great demos for Wine

2010-02-11 Thread Reece Dunn
On 11 February 2010 21:40, Dan Kegel d...@kegel.com wrote: [Sent this to wine-users, but maybe wine-devel folks are more likely to give demos and need a list like this.] I'm putting together a list of impressive freely-downloadable demos (or apps) that run flawlessly under Wine. i.e.

Re: Building list of great demos for Wine

2010-02-11 Thread Reece Dunn
On 11 February 2010 22:04, Dan Kegel d...@kegel.com wrote: On Thu, Feb 11, 2010 at 1:55 PM, Reece Dunn mscl...@googlemail.com wrote:  http://wiki.winehq.org/GreatDemos Dan, loads of the casual games (PopCap Games and Awem Studios specifically) work out of the box without modification

Re: [PATCH] user32/tests: make the MDI client take up the whole client area

2010-02-08 Thread Reece Dunn
On 8 February 2010 08:41, Dmitry Timoshkov dmi...@codeweavers.com wrote: Reece Dunn mscl...@googlemail.com wrote: The MDI tests in user32/tests/msg.c were using an MDI client of zero size (0,0 - 0,0). This means that the tests are not realistic for real-world applications that use MDI

Re: Participate to GSoC

2010-02-07 Thread Reece Dunn
On 7 February 2010 10:35, Warren Dumortier nwarre...@gmail.com wrote: Hello everybody! Hello, and welcome to the Wine project. First i'll present myself. So my name's Warren Dumortier and i live in Belgium, i've been using Wine for 4 years and i've always been interrested on how it works

Re: idea: display drivers

2010-02-07 Thread Reece Dunn
On 7 February 2010 15:02, Roderick Colenbrander thunderbir...@gmail.com wrote: Emmanuel's code is available from Sourceforge.  It is a good starting point for this.  If you want, send me what you have so far for testing purposes.  It would be great to have a native MacOSX windowing system.

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-06 Thread Reece Dunn
On 6 February 2010 04:15, Dmitry Timoshkov dmi...@codeweavers.com wrote: Reece Dunn mscl...@googlemail.com wrote: And in terms of a fix, what is the best approach for fixing the issue? That is, Alexandre does not like an explicit call to InvalidateRect in the WM_MDICREATE handler, so I assume

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-06 Thread Reece Dunn
On 6 February 2010 10:29, Reece Dunn mscl...@googlemail.com wrote: On 6 February 2010 04:15, Dmitry Timoshkov dmi...@codeweavers.com wrote: Reece Dunn mscl...@googlemail.com wrote: Before fixing the problem we need to understand what exactly is the sequence of events that leads to it, how

MDI client repaint issues (client and children) and conformance tests for this

2010-02-05 Thread Reece Dunn
Hi, I have been looking at http://bugs.winehq.org/show_bug.cgi?id=14312 which shows up as the MDI client window not being repainted properly when a new child is created given an already maximised child window being present. There is a related issue here that sometimes the child window frames are

Re: chromium in wine now works with gmail

2010-02-04 Thread Reece Dunn
On 4 February 2010 14:54, Dan Kegel d...@kegel.com wrote: This message is being sent in gmail in Chromium running on Wine with options --no-sandbox --use-nss-for-ssl. (--use-nss-for-ssl turns on a new alternate https stack that works in wine.) This copy of Chromium was built in Wine, too.  

Re: [PATCH] mdi: fix drawing the MDI client area when creating children.

2010-02-03 Thread Reece Dunn
On 3 February 2010 15:17, Alexandre Julliard julli...@winehq.org wrote: Reece Dunn mscl...@googlemail.com writes: diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c index 631d477..0850282 100644 --- a/dlls/user32/mdi.c +++ b/dlls/user32/mdi.c @@ -1132,6 +1132,7 @@ LRESULT

Re: Several msxmlX modules

2010-02-02 Thread Reece Dunn
On 2 February 2010 16:19, Nikolay Sivov bungleh...@gmail.com wrote: Hi. Wine currently has only one module for MSXML parser - msxml3. Since the third one v4 and v6 are already out. There is also an msxml 5. This is only available via Office 2003/2007, and is installed by that. See

Re: dwmapi: add a stub for DwmDefWindowProc

2010-02-01 Thread Reece Dunn
On 1 February 2010 04:35, Austin English austinengl...@gmail.com wrote: + BOOL WINAPI DwmDefWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult) Minor nitpick here -- there is a space before the BOOL return type. +{ +FIXME((%p, %d, %p, %p, %p ) stub\n, hwnd,

Re: dwmapi: add a stub for DwmDefWindowProc

2010-02-01 Thread Reece Dunn
On 1 February 2010 11:11, Nikolay Sivov bungleh...@gmail.com wrote: On 2/1/2010 07:35, Austin English wrote: See http://bugs.winehq.org/show_bug.cgi?id=20443   +    FIXME((%p, %d, %p, %p, %p ) stub\n, hwnd, msg); Also don't forget to correct format here. Austin fixed that in the updated

Re: [PATCH] Implement OleCreatePropertyFrame (try 3)

2010-01-30 Thread Reece Dunn
On 30 January 2010 16:44, Geoffrey Hausheer winedevel9...@phracturedblue.com wrote: On Fri, Jan 29, 2010 at 11:10 AM, Stefan Leichter Stefan. wrote: Am Friday 29 January 2010 15:01:55 schrieb Geoffrey Hausheer: Is there anything I can do to move this patch forward?  I've fixed all the

Re: Student Interested in Google Summer of Code 2010

2010-01-28 Thread Reece Dunn
On 28 January 2010 19:25, Tony Wasserka tony.wasse...@freenet.de wrote: Just btw, those depend on D3DXGetImageInfoFromMemory, D3DXFilterTexture, D3DXCreateTexture and possibly others I can't think of right now. D3DXFilterTexture is quite trivial, but the other two also add a notable effort. On

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Nikolay Sivov bungleh...@gmail.com: On 1/21/2010 19:49, Paul Vriens wrote: On 21 jan 2010, at 17:26, Nikolay Sivov bungleh...@gmail.com wrote: On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: Add basic test structure for IXmlReader Hi

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Nikolay Sivov bungleh...@gmail.com: On 1/21/2010 20:41, Reece Dunn wrote: 2010/1/21 Nikolay Sivovbungleh...@gmail.com: On 1/21/2010 19:49, Paul Vriens wrote: On 21 jan 2010, at 17:26, Nikolay Sivovbungleh...@gmail.com  wrote: On 1/21/2010 19:19, Paul Vriens wrote: On 01

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Paul Vriens paul.vriens.w...@gmail.com: On 01/21/2010 06:54 PM, Reece Dunn wrote: 2010/1/21 Nikolay Sivovbungleh...@gmail.com: On 1/21/2010 20:41, Reece Dunn wrote: 2010/1/21 Nikolay Sivovbungleh...@gmail.com: On 1/21/2010 19:49, Paul Vriens wrote: On 21 jan 2010, at 17:26

Re: FIXMEs in DllCanUnloadNow and friends (and how to handle them)

2010-01-07 Thread Reece Dunn
2010/1/7 Michael Stefaniuc mstef...@redhat.com: Hello Reece, Impressive script. Not sure if you have heard of coccinelle (semantic patcher, http://coccinelle.lip6.fr/); it sees some usage in the Linux Kernel project. As I would like to see it used on Wine too I've have added the corresponding

Re: IHlink::Navigate mystery value

2010-01-07 Thread Reece Dunn
2010/1/7 Andrew Eikum aei...@codeweavers.com: The last call in IHlink::Navigate is to IHlinkSite::OnNavigationComplete.  This function takes an HRESULT argument which, according to MSDN, should contain the final result of the navigation.  Again, according to MSDN, IHlink::Navigate should

Re: The (Casual) Game Support Report in Wine (Jan 2009)

2010-01-06 Thread Reece Dunn
2010/1/6 Christian Costa titan.co...@wanadoo.fr: Reece Dunn a écrit :  1/  the games themselves tend to work very well (and have done for a long while now thanks to the great work CodeWeavers did in getting DirectDraw and Direct3D working); While you are at in, you can also thanks people

Re: The (Casual) Game Support Report in Wine (Jan 2009)

2010-01-06 Thread Reece Dunn
2010/1/6 David Gerard dger...@gmail.com: whoops, sending to list as well! 2010/1/5 Reece Dunn mscl...@googlemail.com:  2/  the major issues appear to be in the application launchers used by different game providers (most of which are in the current wine implementation of the IE browser

  1   2   3   4   5   >