Re: A copyright question to wine developpers

2012-07-26 Thread Christophe-Marie Duquesne
On Mon, Jun 11, 2012 at 11:04 AM, Edward Savage wrote: > http://tech.slashdot.org/story/12/05/31/237208/judge-rules-apis-can-not-be-copyrighted > > Have you considered talking to your local version of the EFF? > > Edward > Thank you for your kind advice, and for the link you provided. I'll consid

Re: kernel32: implement IsValidLocaleName (with tests)

2012-07-26 Thread Nikolay Sivov
On 7/27/2012 06:00, Austin English wrote: +if ( !locale_name.matches ) +return FALSE; +return TRUE; Considering recent cleanup of such constructs please return like 'return locale_name.matches != 0;' or something like that. +static void test_IsValidLocaleName(void) +{ +s

re: Investigating iexplore/activex issues

2012-07-26 Thread Dan Kegel
I'm running into a similar problem, http://bugs.winehq.org/show_bug.cgi?id=23058 If you're using a different activex control, please file a new bug, with a way for others to reproduce the problem. Any chance you could add an HTML5 mode? http://praegnanz.de/html5video/ shows a bunch of HTML5 video

Re: [1/5] d3drm: Implement IDirect3DRMLight_[Get|Set]ConstantAttenuation

2012-07-26 Thread André Hentschel
that's the case of "mails to the mailinglist are received weeks later", you can obviously ignore it Am 05.06.2012 23:35, schrieb André Hentschel: > --- > dlls/d3drm/light.c | 11 +++ > 1 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/dlls/d3drm/light.c b/dlls/d3drm/li

Re: GSoC mentor summit 2012

2012-07-26 Thread Austin English
On Thu, Jul 26, 2012 at 8:07 AM, Owen Rudge wrote: > It looks like the GSoC mentor summit for 2012 has been announced. Are any of > the mentors this year interested in attending? It's happening on the > 20th/21st October in Mountain View. > > Details are on the GSoC mentor wiki: > > http://gsoc-wi

Investigating iexplore/activex issues

2012-07-26 Thread Joel Holdsworth
Hi All, I've recently begun working at VCA technology on an IP security camera system. I'm mostly doing embedded linux stuff, but bhe code I'm working with uses an ActiveX control to show the video and the overlaid annotations. I've doing quite a lot of experimentation trying to get the page

Re: [1/2] ntdll: Implement RtlIpv4StringToAddressW.

2012-07-26 Thread Alexandre Julliard
Thomas Faber writes: > Hi, > > what can I do to get this in committable shape? > I don't see how it can be reasonably split up; tests are in place. > > I've noticed I forgot to remove the L prefixes on character constants, > which I'll correct. > I'll gladly fix any other style issues. > > The fu

Re: [PATCH 1/5] win16/int21: make found filename uppercase.

2012-07-26 Thread Oleksij Rempel
Am 30.05.2012 23:06, schrieb David Laight: > On Wed, May 30, 2012 at 01:32:28PM +0200, Alexandre Julliard wrote: >> Oleksij Rempel writes: >> >>> @@ -3961,6 +3962,8 @@ static int INT21_FindNext( CONTEXT *context ) >>> INT21_FindPath = dta->fullPath = NULL; >>> } >>>

Apologies for yesterday's 'Marvin' spam

2012-07-26 Thread Francois Gouget
I wish to apologize to everyone for yesterday's round of 'Marvin' spam. To clean up your mailboxes you can delete all the mails sent to fgouget@amboise.dolphin. I'm working on WineTestBot[1] and I was checking for reliability issues so I ran it through a subset of the patches on Wine's web si

Re: Wine's support for reporting calling conventions

2012-07-26 Thread Jonas Maebe
On 06 Jun 2012, at 09:06, Eric Pouech wrote: > that's a limitation of dwarf format (IIRC, from the specs, you have > either the default CC for your programming language/ABI, or a specific > one without defining it further) Yes and no: * the DWARF standard itself does not specify any calling conv

Re: start: Support getting the file to open by AppleEvent.

2012-07-26 Thread Per Johansson
24 jul 2012 kl. 17:49 skrev Per Johansson: > I've also managed to write a function which fetches the AppleEvent using > Objective-C, which can be seen here: > . > > I suppose if there's no way to get this file into wine I could make it into a

GSoC mentor summit 2012

2012-07-26 Thread Owen Rudge
It looks like the GSoC mentor summit for 2012 has been announced. Are any of the mentors this year interested in attending? It's happening on the 20th/21st October in Mountain View. Details are on the GSoC mentor wiki: http://gsoc-wiki.osuosl.org/index.php/2012 Cheers, -- Owen Rudge http://w

Re: [PATCH 1/2] ieframe: Added default action implementation for IDocHostUIHandler::GetExternal

2012-07-26 Thread Nikolay Sivov
On 5/16/2012 14:21, Jacek Caban wrote: --- dlls/ieframe/Makefile.in |1 + dlls/ieframe/dochost.c | 16 ++- dlls/ieframe/ieframe.h |2 + dlls/ieframe/shelluihelper.c | 378 ++ 4 files changed, 395 insertions(+), 2 deletions(-

Re: [PATCH 1/9] hhctrl.ocx: Implement HH_CLOSE_ALL (resend).

2012-07-26 Thread Jacek Caban
On 07/10/12 19:12, Erich E. Hoover wrote: > On Tue, Jul 10, 2012 at 3:52 AM, Jacek Caban wrote: >> ... >> From what I see in patch 5, you also call list_add_tail outside constructor. >> ... > I don't see much of a choice, you need to be able to "set" wintype > data for windows that don't exist ye

Re: mshtml: Always set the URL policy in the error cases?

2012-07-26 Thread Jacek Caban
On 07/16/12 10:37, Francois Gouget wrote: > On Tue, 3 Jul 2012, Jacek Caban wrote: > [...] >> It would probably be more appropriate to add >> assert(SUCCEEDED(hres)); after IsClassOfCategories calls, which can't fail. > Ok. Would something like this be ok? It seems like this single assert() > is e

Re: [1/9] gdiplus: Make sure that GdipBitmapLockBits stores valid lockmode.

2012-07-26 Thread Vincent Povirk
I think this is a correct change, even though it looks wrong. If you use some invalid flag and/or add a comment, that may help explain what you're doing.

Re: Wine's support for reporting calling conventions

2012-07-26 Thread Eric Pouech
that's a limitation of dwarf format (IIRC, from the specs, you have either the default CC for your programming language/ABI, or a specific one without defining it further) FYII, the codeview format reports correctly this information note also that winedbg doesn't support calling functions in the de

Re: include: fix mingw64 build

2012-07-26 Thread Jacek Caban
On 07/15/12 14:21, Nicolas Le Cam wrote: > 2012/7/4 Jacek Caban : >> On 07/03/12 20:10, Jacek Caban wrote: >>> On 06/29/12 03:35, Austin English wrote: On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: > 2012/6/29 Austin English : >> Fixes http://bugs.winehq.org/show_bug.cg

Re: [PATCH 4/4] dsound: Resample to float, not device format

2012-07-26 Thread Alexander E. Patrakov
Andrew Eikum wrote: > Before this patch, the chain is > secondary format > =(Resample)=> float > =(Reformat)=> device format > =(Mix)=> float > =(Reformat)=> device format > > Now it's > secondary format > =(Resample)=> float > =(Mix)=> float > =(Reformat)=> device format Overall, this loo

Re: [1/2] gdiplus: Make sure that 1bpp bitmap images get loaded in native format.

2012-07-26 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > Vincent Povirk wrote: > > > Uh, this is going to cause regressions if you don't give the image a > > palette. > > I'd like to avoid adding pixel format conversions (and new palettes) in > gdiplus, instead once this patch is committed I'm planning to make gdiplus > us

Re: Rethinking WineConf

2012-07-26 Thread Dan Kegel
On Thu, Jul 26, 2012 at 5:54 AM, Dan Kegel wrote: > On Tue, Jan 10, 2012 at 2:58 PM, Pau Garcia i Quiles > wrote: D'oh! Looks like I was fooled by a long-delayed message delivery. The message I replied to is from *six months* ago. I've gotten several of those from winehq in the last day or s

Re: Rethinking WineConf

2012-07-26 Thread Dan Kegel
On Tue, Jan 10, 2012 at 2:58 PM, Pau Garcia i Quiles wrote: > In that regard, let me say: this year I am coorganizing the > CrossDesktop DevRoom at FOSDEM and I am truly disappointed we have not > received a single talk proposal about Wine, even though I sent the > call for talks and a reminder to

Re: [4/4] gdiplus: GdipMeasureString operates internally in pixels but in/out rectangles are in device units. Resend.

2012-07-26 Thread Vincent Povirk
Values returned from Measure[String|CharacterRanges] have to match what DrawString will draw. If they don't currently match, you need to explain why that is. If they do, you need to bring DrawString into line as well.

Re: [1/2] ntdll: Implement RtlIpv4StringToAddressW.

2012-07-26 Thread Thomas Faber
Hi, what can I do to get this in committable shape? I don't see how it can be reasonably split up; tests are in place. I've noticed I forgot to remove the L prefixes on character constants, which I'll correct. I'll gladly fix any other style issues. The function _could_ be implemented using strt

Re: user32: Rearrange ComboBox repositioning code (Resolves one "todo") (Resend).

2012-07-26 Thread Dmitry Timoshkov
Sergey Guralnik wrote: > user32: Rearrange ComboBox repositioning code. For what it's worth this patch seems reasonable to me. -- Dmitry.

Re: kernel32: Add UTF-7 support

2012-07-26 Thread Alexandre Julliard
Alex Henrie writes: > Fixes bug 27388. > > This patch has been in the queue since May 21. I'm open to feedback. It should all be in kernel32, not in libwine. Also you must do it without memory allocations. You'd also want more tests for the overflow cases, in particular for partial sequences. -