Henri wrote:
> However, what really needs clarification is the copyright status of this.
The web page about the project
http://kegel.com/wine/sweng/2009/
makes it clear that the work had to be LGPL, and the students were
fine with that.
The final presentation about that code,
http://kegel.com/wine
[../wine-git/dlls/msvcrt/tests/file.c:997]: (error) Resource leak: stream1
[../wine-git/dlls/msvcrt/tests/file.c:997]: (error) Resource leak: stream4
[../wine-git/dlls/msvcrt/tests/heap.c:424]: (error) Deallocating a
deallocated pointer: mem
[../wine-git/dlls/ntdll/server.c:802]: (error) Resource
Andrew Eikum wrote:
> Vitaliy Margolen wrote:
>> Andrew Eikum wrote:
>>> ---
>>
>> Why did you swapped setting internal key state and calling hook in
>> X11DRV_send_keyboard_input()? Do you have a test to check that state is
>> being updated _before_ calling hook, and not after?
>>
>> Vitaliy.
>
>
Hi Dylan, I wonder if you might be able to shed insight into this.
cryptui uses riched20 to display some text, and inserting an icon into
a richedit control causes a crash:
Assertion failed: (~para->member.para.nFlags & MEPF_REWRAP), function
ME_GetCursorCoordinates, file caret.c, line 183.
If I
It means similar fix... however that wording appears in the original
patch to libmpg123 that corrects this problem and so in the layer3.c
implementation in modern libmpg123
So i debated changing the wording or keeping the original wording and
decided to keep it the same as layer3.c in libmpg12
> It means similar fix... however that wording appears in the original patch
> to libmpg123 that corrects this problem and so in the layer3.c
> implementation in modern libmpg123
>
> So i debated changing the wording or keeping the original wording and
> decided to keep it the same as layer3.c in l
Hi Aric, I'm not trying to correct you here, I just don't understand a
comment, so I'm asking for clarification:
+ int idx;
+ if(sfb > 21) return; /* similarity fix related to CVE-2006-1655 */
What is a "similarity fix"? Or did you mean "similar to fix for
CVE..." instead?
T
Dmitry Timoshkov wrote:
"Andrew Eikum" wrote:
---
dlls/user32/tests/input.c | 210
+
1 files changed, 210 insertions(+), 0 deletions(-)
It would be more natural and would simplify the code to add these
tests to msg.c.
I see your point and I'
Vitaliy Margolen wrote:
Andrew Eikum wrote:
---
Why did you swapped setting internal key state and calling hook in
X11DRV_send_keyboard_input()? Do you have a test to check that state is
being updated _before_ calling hook, and not after?
Vitaliy.
Good point. The MSDN hook documentation imp
>>+ return SEC_E_UNSUPPORTED_FUNCTION;
> Is this return value intentional?
Whoops, thanks Henri. Fixing post-haste :)
--Juan
2009/8/7 Stefan Dösinger :
>
> Am Friday 07 August 2009 08:51:20 schrieb Henri Verbeet:
>
>> - * 3) lastActiveRenderTarget != target && oldTid != newTid:
>> - * This is tricky. We have to get a context with the old drawable
> I don't see anything wrong with this patch in particular(so go
"André Hentschel" wrote:
--- a/dlls/comctl32/theme_button.c
+++ b/dlls/comctl32/theme_button.c
@@ -30,8 +30,22 @@
#include "uxtheme.h"
#include "tmschema.h"
#include "comctl32.h"
+#include "wine/winuser16.h"
I very much doubt that win16 apps have an idea about theming, or
BM_SETSTATE16 is sup
Andrew Eikum wrote:
> ---
Why did you swapped setting internal key state and calling hook in
X11DRV_send_keyboard_input()? Do you have a test to check that state is
being updated _before_ calling hook, and not after?
Vitaliy.
Claudio Fontana wrote:
On Thu, Aug 6, 2009 at 11:47 AM, Paul Vriens wrote:
Claudio Fontana wrote:
On Thu, Aug 6, 2009 at 9:38 AM, Paul Vriens
wrote:
Claudio Fontana wrote:
Just a reminder to everyone involved with profile.c:
I have watched the git log of the somewhat recent changes to
kernel
Am Friday 07 August 2009 08:51:20 schrieb Henri Verbeet:
> - * 3) lastActiveRenderTarget != target && oldTid != newTid:
> - *This is tricky. We have to get a context with the old drawable
I don't see anything wrong with this patch in particular(so go ahead and apply
it), but I am won
2009/8/7 Henri Verbeet :
> 2009/8/7 Austin English :
>> I received mixed feedback on #winehackers about this. So currently
>> left as is...is there a CFLAG/gcc switch to detect this, without using
>> -ansi (which gives a crapton of other warnings).
>>
> You really want to add the "void". In the cur
On Thu, Aug 6, 2009 at 11:28 PM, Dan Kegel wrote:
> http://bugs.winehq.org/show_bug.cgi?id=19615 shows
> that wine is very nearly in good enough shape
> to run the fetch-all-the-libs-and-sources script
> with cygwin, and run the inkscape win32 build system,
> and pop out a working inkscape.exe. We
2009/8/7 Juan Lang :
>+return SEC_E_UNSUPPORTED_FUNCTION;
Is this return value intentional?
Yuri Khan wrote:
> On Thu, Aug 6, 2009 at 19:50, Scott Ritchie wrote:
>> -Open Source and User Driven
>> +Open Source and User Driven
>
> Font size is not a valid excuse for skipping heading levels.
> Presentation issues should be handled in CSS.
>
>
I agree with this in principle, however I was
19 matches
Mail list logo