Re: Getting CA certificates into the registry

2007-07-27 Thread Vijay Kiran Kamuju
Hi, Is it possible to put it on sourceforge like the gecko engine? And download it whenever necessary. And also it should have versioning support and be updated frequently. Thanks, VJ On 7/26/07, Juan Lang [EMAIL PROTECTED] wrote: Since you mentioned Mozilla CVS, perhaps another option is to

Re: [PATCH] winecfg: Add trackbar to set screen resolution in graphicstab

2007-07-27 Thread Dmitry Timoshkov
Nigel Liang [EMAIL PROTECTED] wrote: diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index 5972c3b..9243e3c 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc Please add appropriate changes to other languages .rc files to keep them in sync. I don't think you will

Re: winex11: manage one more case

2007-07-27 Thread Alexandre Julliard
Dan Kegel [EMAIL PROTECTED] writes: So, perhaps it's time to consider solving it wrong. You must be new around here ;) Now, I realize this is probably wrong, but it gets both Photoshop CS's installer and Bricscad 8's installer past their z-order problems. What would it break? (If it's not

Re: Implement LockWorkstation using xdg-screensaver from explorer

2007-07-27 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: This time in explorer With this patch, Process Explorer no longer crashes when locking the workstation from within the application. If xdg-screensaver is not present on the system, explorer simply returns in which case LockWorkstion thinks it

tests/msi.c fails when run twice on Wine?

2007-07-27 Thread Paul Vriens
Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests executed (0 marked as todo, 0 failures), 0 skipped. rm msi.ok make msi.ok msi.c:366: Test failed: Expected INSTALLSTATE_UNKNOWN, got 1

Re: tests/msi.c fails when run twice on Wine?

2007-07-27 Thread James Hawkins
On 7/27/07, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests executed (0 marked as todo, 0 failures), 0 skipped. rm msi.ok make msi.ok

Re: msvcr80 support!

2007-07-27 Thread Alexandre Julliard
Stefan Dösinger [EMAIL PROTECTED] writes: Windows Live messenger still refuses to start. Do I have to do anything special(other than updating wine), or should I report a bug for this: You need to install native common controls 6, or copy the common controls manifest from a Windows box, we

Re: msvcr80 support!

2007-07-27 Thread H. Verbeet
On 27/07/07, Alexandre Julliard [EMAIL PROTECTED] wrote: Yes it's supposed to work now, if you find cases where it doesn't please report them. I'm getting a wrong type attr Win32 from an application (not for msvcr80 though, afaik). I guess the check at

Re: msvcr80 support!

2007-07-27 Thread Alexandre Julliard
Dan Kegel [EMAIL PROTECTED] writes: It may be time to start revisiting bugs related to our lack of msvcr80 support ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), as it seems to have started working in the last week. I don't know if it's complete yet, but this is way cool... Yes it's

Re: msvcr80 support!

2007-07-27 Thread Alexandre Julliard
H. Verbeet [EMAIL PROTECTED] writes: I'm getting a wrong type attr Win32 from an application (not for msvcr80 though, afaik). I guess the check at http://source.winehq.org/git/wine.git/?a=blob;f=dlls/ntdll/actctx.c;h=912d8231e34e88ec8d5edba775503a3809fe9b42;hb=HEAD#l838 should be case

Re: msvcr80 support!

2007-07-27 Thread Stefan Dösinger
Am Freitag, 27. Juli 2007 11:37 schrieb Alexandre Julliard: Dan Kegel [EMAIL PROTECTED] writes: It may be time to start revisiting bugs related to our lack of msvcr80 support ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), as it seems to have started working in the last week. I

Re: Implement LockWorkstation using xdg-screensaver from explorer

2007-07-27 Thread Steven Edwards
On 7/27/07, Alexandre Julliard [EMAIL PROTECTED] wrote: To be able to do that you need to send the request to the existing explorer process, not start a new one. Is there any place where this is already done so I have an idea of how to connect to the existing process? Thanks Steven -- Steven

Re: [PATCH] winecfg: Add trackbar to set screen resolution in graphicstab

2007-07-27 Thread Nigel Liang
On 7/27/07, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Nigel Liang [EMAIL PROTECTED] wrote: diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index 5972c3b..9243e3c 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc Please add appropriate changes to other

Re: Implement LockWorkstation using xdg-screensaver from explorer

2007-07-27 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: Is there any place where this is already done so I have an idea of how to connect to the existing process? Some sort of SendMessage to the desktop window should do the trick. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [1/4] gdi32: limit PS_USERSTYLE style count to 16

2007-07-27 Thread Evan Stade
On 7/26/07, Evan Stade [EMAIL PROTECTED] wrote: Hi, this patch is needed to prevent wine from crashing on the test that comprises my next patch dlls/gdi32/pen.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Evan Stade Any insight into what is wrong with these

InputHint and WM_TAKE_FOCUS

2007-07-27 Thread Tomas Carnecky
Commit d836a5062141dd42293ed044debbaf25f914f383 broke sound in World of Warcraft. Yes, it sound strange but after I analyzed the issue it makes perfectly sense: a commit to dlls/winex11.drv/event.c broke sound. According to the wine source and the ICCCM spec, wine uses either the 'Passive' or

Re: InputHint and WM_TAKE_FOCUS

2007-07-27 Thread Tomas Carnecky
Tomas Carnecky wrote: The solution? Remove [1] (to process the FocusIn event) or remove InputHint from WM_HINTS. That would fix around the missing sound. Anyhow, 'sound while WoW lost focus' will be lost forever and I imagine there's no way to make that possible again but using a custom patch.

Re: [PATCH] winecfg: Add menu font settings to desktop integration tab

2007-07-27 Thread Nigel Liang
On 7/25/07, Vitaliy Margolen [EMAIL PROTECTED] wrote: Nigel Liang wrote: diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index 5972c3b..e61bf29 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc @@ -200,6 +200,11 @@ BEGIN CONTROL Link

Re: [PATCH] winecfg: Add trackbar to set screen resolution ingraphicstab

2007-07-27 Thread Dmitry Timoshkov
Nigel Liang [EMAIL PROTECTED] wrote: I had noticed this, but I was not sure if it was ok for me to just add English text such as Screen Resolution into say, the Russian language file, or if I should find someone to translate for me. I had considered relying on something like Google translate,

Re: [PATCH] winecfg: Add menu font settings to desktop integration tab

2007-07-27 Thread Vitaliy Margolen
Nigel Liang wrote: On 7/25/07, Vitaliy Margolen [EMAIL PROTECTED] wrote: Nigel Liang wrote: diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index 5972c3b..e61bf29 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc @@ -200,6 +200,11 @@ BEGIN CONTROL Link

Re: inkobj: Add stub header, implementation, and test for inkobj.dll

2007-07-27 Thread John Klehm
On 7/27/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Am Freitag, 27. Juli 2007 23:09 schrieb John Klehm: Hello, This patch adds stub files for inkobj.dll. Is this a standard Windows DLL? I cannot find it on my Vista installation. It's part of Windows XP tablet pc edition. You

Re: Getting CA certificates into the registry

2007-07-27 Thread Jan Zerebecki
On Fri, Jul 27, 2007 at 02:12:13AM -0400, Vijay Kiran Kamuju wrote: Is it possible to put it on sourceforge like the gecko engine? And download it whenever necessary. The problem with that is that what we want to download here are certificates. So for them to be of good use one needs to obtain