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
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 editi
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 "Lin
"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 transla
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.
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 "
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.
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
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
"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]
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 change
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
--
Ste
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
>
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
msi
"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 thin
"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
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
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 w
"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 cas
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
http://source.winehq.org/git/wine.g
"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...
Ye
"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
22 matches
Mail list logo