On 08/22/2011 07:11 PM, Robert Millan wrote:
2011/8/22 Alexandre Julliard:
If it doesn't need a different behavior there's no need for a new
platform, just use PLATFORM_FREEBSD.
It may need different behaviour in the future. Anyhow, if you still
prefer to share the same macro here's the new pa
André Hentschel wrote:
> please ignore also that one. APPINFO_QueryOption needs to be fixed first
And there's still a leak there.
--
Dmitry.
On 23 August 2011 00:38, Stefan Dösinger wrote:
>> How is WINED3DFMT_D24_UNORM different from WINED3DFMT_X8D24_UNORM?
> It has a different application-visible ddraw format.
I'm not sure that really justifies adding duplicate formats in
wined3d. Also, calling this D24_UNORM violates wined3d format
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 22.08.2011 um 23:50 schrieb Henri Verbeet:
> On 22 August 2011 21:16, Stefan Dösinger wrote:
>> +{WINED3DFMT_D24_UNORM, 0x0,0x0,0x0,
>> 0x0,4, 24, 0},
>> {WINED3DFMT_X8D24_UNORM,
On Mon, Aug 22, 2011 at 7:02 PM, Jerome Leclanche wrote:
> That's to be fixed in bash-completion, not winegcc...
Uhm, what's wrong with bash-completation? -B takes a directory as an
argument so bash adds a slash during autocomplete, that's ok.
gcc itself can also deal with a trailing / for -B, it
2011/8/22 Alexandre Julliard :
> If it doesn't need a different behavior there's no need for a new
> platform, just use PLATFORM_FREEBSD.
It may need different behaviour in the future. Anyhow, if you still
prefer to share the same macro here's the new patch.
Thanks
--
Robert Millan
diff --git
On 22 August 2011 21:16, Stefan Dösinger wrote:
> +{WINED3DFMT_D24_UNORM, 0x0,0x0,0x0,
>0x0,4, 24, 0},
> {WINED3DFMT_X8D24_UNORM,0x0,0x0,0x0,
>0x0,4, 24, 0},
How is WINED3D
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 double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=13562
Your paranoid android
Am 22.08.2011 11:01, schrieb Jacek Caban:
> On 08/19/11 22:10, André Hentschel wrote:
>> Am 18.08.2011 22:50, schrieb Juan Lang:
Is the ProxyServer specified as an URL? If yes then use the proper API
to dissect the URL instead of cobbling something together.
>>> Just to follow up in this
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 double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=13553
Your paranoid android
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 double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=13552
Your paranoid android
That's to be fixed in bash-completion, not winegcc...
On Mon, Aug 22, 2011 at 5:31 PM, Bernhard Loos
wrote:
> On Mon, Aug 22, 2011 at 5:35 PM, Alexandre Julliard
> wrote:
>> Bernhard Loos writes:
>>
>>> diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c
>>> index 284223e..3a7e93a 1
Hi,
Maarten Lankhorst wrote:
>But it's not the same, wine doesn't officially handle exclusive mode.
Eh? This is new to me! Back in June Andrew Eikum wrote:
>These limitations might be true for exclusive mode,
>which isn't really implemented in Wine.
... which is not the same in my ears.
Andrew
On Mon, Aug 22, 2011 at 5:35 PM, Alexandre Julliard wrote:
> Bernhard Loos writes:
>
>> diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c
>> index 284223e..3a7e93a 100644
>> --- a/tools/winegcc/winegcc.c
>> +++ b/tools/winegcc/winegcc.c
>> @@ -1326,6 +1326,7 @@ int main(int argc, cha
Dear list, sorry for the accidental posting! Gah! I hit a premature
ctrl+enter! ... Michael Ost
On 08/22/2011 09:16 AM, Michael Ost wrote:
Louis,
I wonder if the patch referred to here is relevant for the device
Louis,
I wonder if the patch referred to here is relevant for the device
detection we need for the ilok...? I'm kinda shooting in the dark,
without much background, but the message jumped out at me.
- mo
On 08/22/2011 08:06 AM, wine-devel-requ...@winehq.org wrote:
Message: 3
Date: Mon, 22 A
Hi,
>> My tests also show that a GetBuffer/ReleaseBuffer pair is left
>> undisturbed by Stop/Start in between. Fortunately, this has no effect
>> on the current code (but it shows that Stop must not change
>> This->held_frames or the write_pos).
>Could you add tests to render.c showing this?
E
On 08/22/2011 05:31 PM, joerg-cyril.hoe...@t-systems.com wrote:
> Hi,
>
> Maarten Lankhorst wrote:
>> exclusive mode wants you to fill the entire buffer at the same time.
> You're confusing this with exclusive + EVENTCALLBACK mode, which I'm not
> using.
> There are 4 combinations of shared/exclus
Bernhard Loos writes:
> diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c
> index 284223e..3a7e93a 100644
> --- a/tools/winegcc/winegcc.c
> +++ b/tools/winegcc/winegcc.c
> @@ -1326,6 +1326,7 @@ int main(int argc, char **argv)
> {
> case 'B':
>
Hi,
Maarten Lankhorst wrote:
> exclusive mode wants you to fill the entire buffer at the same time.
You're confusing this with exclusive + EVENTCALLBACK mode, which I'm not using.
There are 4 combinations of shared/exclusive and EVENTCALLBACK or not.
Only one of the 4 needs no GetCurrentPadding an
Nikolay Sivov writes:
> +SERVER_START_REQ( get_token_groups )
> {
> -need_more_memory = FALSE;
> +TOKEN_GROUPS *groups = tokeninfo;
> +void *buffer;
>
> -SERVER_START_REQ( get_token_groups )
> -{
> -TOK
Robert Millan writes:
> diff --git a/tools/winebuild/build.h b/tools/winebuild/build.h
> index 05adf31..cf389fb 100644
> --- a/tools/winebuild/build.h
> +++ b/tools/winebuild/build.h
> @@ -148,6 +148,7 @@ enum target_platform
> PLATFORM_UNSPECIFIED,
> PLATFORM_APPLE,
> PLATFORM_FRE
Louis Lenders writes:
> Hi, this fixes http://bugs.winehq.org/show_bug.cgi?id=28065
This would need to be updated when the version is changed in winecfg.
--
Alexandre Julliard
julli...@winehq.org
On 08/22/2011 07:25 AM, Francois Gouget wrote:
>> msgid "DirectX Diagnostic Tool"
>> -msgstr ""
>> +msgstr "DirectX Diagnostic Tool"
>
> This is sort of a product name os it's always a bit dicey. Still,
> wouldn't it be better if 'Diagnostic Tool' was translated? At
> non-English speakers would
On Mon, Aug 22, 2011 at 10:56:29AM +0200, joerg-cyril.hoe...@t-systems.com
wrote:
> My tests also show that a GetBuffer/ReleaseBuffer pair is left
> undisturbed by Stop/Start in between. Fortunately, this
> has no effect on the current code (but it shows that Stop must
> not change This->held_fram
On Sunday 21 August 2011 00:18:56 Henri Verbeet wrote:
> Yes, that's somewhat suspicious, although it's possible that the
> constants all being in a single array prevents that. I'd have to look
> up if the spec has anything to say about this.
I think that was about the attributes, not the uniforms.
I see the strings being added to the toolbar with
LPWSTR szBuf = HH_LoadString(buttons[dwIndex].idCommand);
...
buttons[dwIndex].iString = (DWORD)SendMessageW(hToolbar, TB_ADDSTRINGW, 0,
(LPARAM)szBuf);
But from there it's not clear to me they whether they will be used or
not. Did y
On Mon, 22 Aug 2011, Owen Rudge wrote:
> > What's the difference between 'Jump1' and 'Jump2'?
>
> Both are, it appears, toolbar buttons that can be customised by the help file
> developer and used to link to individual topics or URLs. The captions are
> customisable. The strings "Jump1" and "Jump
However a number of them make no sense at all and are a pain to
translate. For instance:
IDTB_NOTES "IDTB_NOTES"
IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
With regards to these buttons, attempting to use those constants on
Windows results in but
What's the difference between 'Jump1' and 'Jump2'?
Both are, it appears, toolbar buttons that can be customised by the help
file developer and used to link to individual topics or URLs. The
captions are customisable. The strings "Jump1" and "Jump2" themselves,
as far as I can tell, should nev
On Tue, 16 Aug 2011, Detlef Riekenberg wrote:
[...]
> Recent distributions depend on udisks, so the libhal development package
> should be uninstalled or disabled when building Wine (--without-hal).
I don't understand this recommendation to build with '--without-hal'.
It should be possible to bui
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 double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=13546
Your paranoid android
On 08/22/2011 02:13 PM, joerg-cyril.hoe...@t-systems.com wrote:
> Hi,
>
> These exclusive mode test failures look like nothing:
> render.c:1086: Test failed: GetCurrentPadding returned 576, should be 0
> render.c:1092: Test failed: Position 90720 at end vs. 91296 played frames
> but they made me co
> #: crypt32.rc:182
> msgid "KeyID="
> -msgstr ""
> +msgstr "KeyID="
I think you should really translate 'KeyID' In French it was translated
to 'ID de clé'. So assuming there is a Hebrew word for 'key' then this
would not remain as is.
> -"\t/i {package|productcode} [property]\n"
> -"\t/pac
Hi,
These exclusive mode test failures look like nothing:
render.c:1086: Test failed: GetCurrentPadding returned 576, should be 0
render.c:1092: Test failed: Position 90720 at end vs. 91296 played frames
but they made me completely rework my model of how mmdevapi works.
91296 = 90720 + 576 remain
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 double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=13534
Your paranoid android
On Mon, Aug 22, 2011 at 1:54 PM, Michał Ziętek wrote:
> +static HRESULT WINAPI TextStream_QueryInterface(ITextStream *iface, REFIID
> riid, void **ppv)
> +{
> +WINE_TRACE("(%s %p)\n", wine_dbgstr_guid(riid), ppv);
> +
> +if(IsEqualGUID(&IID_IUnknown, riid)
> + || IsEqualGUID(&IID_IDi
The native hhctrl.ocx does not have any resrouce strings. My
understanding is that we have them in Wine because we use them as
tooltips for the toolbar items. That's good I guess.
However a number of them make no sense at all and are a pain to
translate. For instance:
IDTB_NOTES "ID
On 08/19/2011 05:10 PM, joerg-cyril.hoe...@t-systems.com wrote:
> Maarten Lankhorst wrote:
> [nice to hear from you]
>
>>> IMHO AudioClient_Stop must not map to
>>> snd_pcm_drop. It is more like snd_pcm_pause. Or perhaps simply lead
>>> ALSA into an underrun.
>> afaict pause, with reset mapped
Hi,
>>> IMHO AudioClient_Stop must not map to snd_pcm_drop. It is more like
>>> snd_pcm_pause. Or perhaps simply lead ALSA into an underrun.
>>afaict pause, with reset mapped to drop,
>Indeed.
IMHO, the confusion around which of pause/reset/drop/drain applies
arises because Wine does not behav
On 08/19/11 22:10, André Hentschel wrote:
Am 18.08.2011 22:50, schrieb Juan Lang:
Is the ProxyServer specified as an URL? If yes then use the proper API
to dissect the URL instead of cobbling something together.
Just to follow up in this idea, you could use InternetCrackUrl.
mshtml delay loads
On 8/21/2011 19:21, Jay Yang wrote:
+LoadStringA(shell32_hInstance,IDS_PROPSHEET_VARIOUS,
+various_str,sizeof(various_str));
+LoadStringW(shell32_hInstance,IDS_PROPSHEET_COUNT_FORMAT,
+count_format,sizeof(count_format)/sizeof(WCHAR));
Why -A call here?
+
On 8/21/2011 19:20, Jay Yang wrote:
---
dlls/shell32/shell32.spec |3 ++
dlls/shell32/shellord.c | 88 +
include/shlobj.h |4 ++
3 files changed, 95 insertions(+), 0 deletions(-)
It's not clear for me why you placed this in she
On 8/21/2011 19:20, Jay Yang wrote:
Changes from last time:
Factored out the code to find the registry keys for the extensions.
---
dlls/shell32/classes.c| 47 +
dlls/shell32/shell32_main.h |1 +
dlls/shell32/shfldr.h |9 ++
On 8/21/2011 19:20, Jay Yang wrote:
The first two patches in the sequence relate to context menus and the last
three to property sheets,
but some of the changes in the last three depend on a function I created in the
second patch so I've
sent them as a sequence.
Changes from last time (for thi
45 matches
Mail list logo