Re: richedit: Store richedit version rather than boolean bEmulateVersion10 value.

2008-06-29 Thread Phil Krylov
2008/6/27 Dylan Smith [EMAIL PROTECTED]: Currently msftedit.dll is implemented by loading riched20.dll and then riched20.dll registers the classes that msftedit.dll normally register. Native msftedit.dll appears to be a full implementation of the richedit controls, rather than a wrapper.

OFN_ENABLESIZING support in standard dialogs

2008-06-29 Thread Chris Howe
Bugs 5034, 10284 and 10394 relate to un-resizable file open dialogs in various programs - to be honest I came across this discrepancy running native NOTEPAD.EXE. The file open dialogs are implemented in comctl32, specifically filedlg.c and the templates live in cdlg_xx.rc In Windows, to make

Re: sound3d patch

2008-06-29 Thread Chris Ahrendt
Maarten Lankhorst wrote: Hi Martin, 2008/6/27 Martin [EMAIL PROTECTED]: Hi. I am working on a patch to fix a bug which prevents certain games from starting. The bug will make wine spit out: fixme:dsound3d:IDirectSound3DListenerImpl_QueryInterface Unknown IID

RE: DX6 more compatibility.

2008-06-29 Thread Michael Karcher
Am Freitag, den 27.06.2008, 18:24 +0200 schrieb Stefan Dösinger: On a sidenode, I think it is impossible to QueryInterface IDirectDrawSurface7 from IDirectDrawSurface 7, or vice versa, but I am not sure. Nope. You can sucessfully query IDirectDrawSurface{,2,3,4,7} from IDirectDraw{,2,3,4,7}

Redesigning the AppDB front page

2008-06-29 Thread Alexander Nicolaysen Sørnes
Several users have requested that we make the search functionality easier to find and use, and some have also offered suggestions on how to do this. Would it be a good idea to remove all the Top 10 lists and replace them with a few search options? We currently advise users to not vote for apps

Re: Redesigning the AppDB front page

2008-06-29 Thread Chris Ahrendt
Alexander Nicolaysen Sørnes wrote: Several users have requested that we make the search functionality easier to find and use, and some have also offered suggestions on how to do this. Would it be a good idea to remove all the Top 10 lists and replace them with a few search options? We

Re: richedit: Fixed Valgrind error related to undoing

2008-06-29 Thread Dylan Smith
Ignore this patch, I still need to work on it. I ran the test again under valgrind the key events were not getting sent at first in test_EM_AUTOURLDETECT, and then started working after some point. I'll resubmit it when it is done properly. On Sat, Jun 28, 2008 at 11:36 AM, Dylan Smith [EMAIL

Re: Wine binaries size

2008-06-29 Thread Erich Hoover
Most distributions ship stripped binaries that have the debugging symbols removed. Run man strip at a terminal for details on how to do this post-compile. Erich Hoover [EMAIL PROTECTED] On Sun, Jun 29, 2008 at 12:06 PM, dAnIK SeNT [EMAIL PROTECTED] wrote: Hi. Trying to get comfortable with

Bugzilla search

2008-06-29 Thread Vitaliy Margolen
Any time I'm trying to search for bugs with anything more then just a simple string in the subject I'm getting a blank page. This didn't happen before. This makes searching for bugs impossible. Can some one look into this? Vitaliy.

Re: shell32/tests: Add test for SHFileOperation [resend]

2008-06-29 Thread James Hawkins
On Sun, Jun 29, 2008 at 5:16 AM, Vitaly Perov [EMAIL PROTECTED] wrote: You didn't set the FOF_MULTIDESTFILES flag. I use shfo2. In shfo2 this flag is always set. Don't make assumptions in the tests; it makes them harder to read. Why don't you put the test right below the exact same test that

Re: Wine binaries size

2008-06-29 Thread dAnIK SeNT
Vitaliy, Erich, thank you for your answers! So I don't need to change anything while I'm debugging code. And when I decide to distribute my binaries it will make sense to strip these symbols. The whole compile directory should actually be about 350MB. The difference you see is debug

Re: Wine binaries size

2008-06-29 Thread Vitaliy Margolen
dAnIK SeNT wrote: Hi. Trying to get comfortable with Wine development tools, I noticed one thing that I'm curious about. When I compile wine 1.1.0 on i686 Ubuntu virtual machine (I didn't manage to compile it on my real x86_64 openSUSE 10.3 despite all the googling and trying and pain

Control panel developments and winecfg

2008-06-29 Thread Owen Rudge
Hi all, As some of you may know, my Summer of Code project is working on control panel support for Wine, and writing some new control panels. Part of my plan was also to split bits of winecfg into their own control panels, specifically, the Appearance section of the Desktop tab, and the Sound

Re: Control panel developments and winecfg

2008-06-29 Thread Austin English
On Sun, Jun 29, 2008 at 4:41 PM, Owen Rudge [EMAIL PROTECTED] wrote: Hi all, As some of you may know, my Summer of Code project is working on control panel support for Wine, and writing some new control panels. Part of my plan was also to split bits of winecfg into their own control panels,

Re: wine-bugs Digest, Vol 35, Issue 570

2008-06-29 Thread Austin English
On Sun, Jun 29, 2008 at 3:40 AM, [EMAIL PROTECTED] wrote: -- Message: 8 Date: Sun, 29 Jun 2008 02:53:32 -0500 From: [EMAIL PROTECTED] Subject: [Bug 9787] Warcraft3 Battle.net Doesn't work (Needs AcceptEx) To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED]

Still having problems with build on MacOS X

2008-06-29 Thread Timothy Normand Miller
I've gotten some very kind help from a few people on this list with compiling WINE for MacOS X. Unfortunately, I'm still having problems. Thomas Kho had been successful, so he pointed me to something he wrote about it. Since I was running 10.5.2 and he was running 10.5.3 of MacOS, we decided I

re: Control panel developments and winecfg

2008-06-29 Thread Dan Kegel
Owen wrote: The default setting for winecfg, then, would be to display all tabs except for the Desktop and Sound tabs, which would be accessible as separate icons in the control panel. I'd say let's let the desktop and sound tabs show up in both places for now. Once you have everything in

Re: Control panel developments and winecfg

2008-06-29 Thread Vitaliy Margolen
Owen Rudge wrote: Hi all, As some of you may know, my Summer of Code project is working on control panel support for Wine, and writing some new control panels. Part of my plan was also to split bits of winecfg into their own control panels, specifically, the Appearance section of the

Re: Control panel developments and winecfg

2008-06-29 Thread Owen Rudge
The biggest reason your patch was not accepted is because you can not separate most of the settings from application tab. This makes it useless to put only separate tabs into control panel applets. You're perhaps confusing pure_evil's patch with my proposal. My proposal would only split

Re: RFC: Adding tests for windowless richedit services

2008-06-29 Thread Austin Lund
This also passes the tests under the native riched20.dll version 5.30.23.1221. 2008/6/29 Austin Lund [EMAIL PROTECTED]: I've sent versions of this to wine-patches in the past. In this version, I've stripped out most of the tests except those for the initial creation of the ITextServices

Re: RFC: Adding tests for windowless richedit services

2008-06-29 Thread James Hawkins
On Sun, Jun 29, 2008 at 10:51 PM, Austin Lund [EMAIL PROTECTED] wrote: This also passes the tests under the native riched20.dll version 5.30.23.1221. Using native riched20 in Wine to see if the tests pass is not acceptable. You have to run the tests on a native platform. If you don't have