Re: [4/4] ntdll: partially support HEAP_DISABLE_COALESCE_ON_FREE, allows us to detect use-after-free

2009-11-26 Thread Dan Kegel
Don't apply this one yet, just found a problem with it. On Tue, Nov 24, 2009 at 6:20 PM, Dan Kegel wrote: > This adds something like support for > HEAP_DISABLE_COALESCE_ON_FREE. > If the GlobalFlags registry entry has the > 20 bit set, freed blocks are set > aside for a while rather than imme

Re: Whitespace cleanups

2009-11-26 Thread Ken Thomases
On Nov 26, 2009, at 10:15 AM, Francois Gouget wrote: On Wed, 25 Nov 2009, Ken Thomases wrote: [...] One important reason to avoid whitespace-only changes is it makes git-blame essentially useless for finding the real source of functional changes. Such changes don't make git-blame useless. The

Re: [PATCH] kernel32: Respect the LANG environment variable on Mac OS.

2009-11-26 Thread Ken Thomases
On Nov 26, 2009, at 12:31 AM, Vitaliy Margolen wrote: Ken Thomases wrote: Setting LC_ALL would achieve that, plus override the various other locale categories. Set LANG is the wrong approach, in my opinion. However this is not the way Wine works on all other platforms. Sure it is, if you

Re: New valgrind results, this time with overrun checks and lots of new errors.

2009-11-26 Thread Dan Kegel
On Fri, Nov 20, 2009 at 9:02 AM, Nikolay Sivov wrote: > Dan Kegel wrote: >> http://kegel.com/wine/valgrind/logs/2009-11-18-21.51/diff-comctl32_tab.txt >> http://kegel.com/wine/valgrind/logs/2009-11-18-21.51/vg-comctl32_tab.txt >> show a more inscrutable error: >>  Invalid write of size 4 >>    at

Re: Garmin watches and USB

2009-11-26 Thread Stefan Leichter
Am Tuesday 24 November 2009 22:38:53 schrieb Chris Teague: > > I'm trying to figure out exactly what the installer is looking for to > see if the dongle is present. I get a "You must connect your USB ANT > Stick.." message in a dialogbox, and a Retry button. I thought it was > checking for the pr

Re: kernel32.dll: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible

2009-11-26 Thread Charles Davis
Maarten Lankhorst wrote: > Paul Chitescu schreef: >> Changelog: >> kernel32.dll: Reduce Registry access to KEY_READ or >> MAXIMUM_ALLOWED wherever possible >> >> In many places reading the Registry is enough to work even when write >> access is denied. >> > Your patches cannot be applied wit

Re: kernel32.dll: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible

2009-11-26 Thread Maarten Lankhorst
Paul Chitescu schreef: Changelog: kernel32.dll: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible In many places reading the Registry is enough to work even when write access is denied. Your patches cannot be applied with -Np1, consider using git for sending patches

Re: [PATCH] server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.

2009-11-26 Thread Ben Peddell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Oct 2007, Rob Shearman submitted the patch "server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.", which calculated the owner permissions solely based on the grant/deny permissions

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
F Capela wrote: On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: Dmitry Timoshkov wrote: "Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs pr

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread F Capela
On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: > Dmitry Timoshkov wrote: > > "Nikolay Sivov" wrote: > > > >> I've noticed some problems with keyboard input while testing my > >> favorite Listview control code. > >> The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: the

Re: Whitespace cleanups

2009-11-26 Thread Francois Gouget
On Wed, 25 Nov 2009, Ken Thomases wrote: [...] > One important reason to avoid whitespace-only changes is it makes > git-blame essentially useless for finding the real source of > functional changes. Such changes don't make git-blame useless. They just make it a bit harder to use. Let's say yo

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
Paul Chitescu wrote: On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: Dmitry Timoshkov wrote: "Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOW

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Paul Chitescu
On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: > Dmitry Timoshkov wrote: > > "Nikolay Sivov" wrote: > > > >> I've noticed some problems with keyboard input while testing my > >> favorite Listview control code. > >> The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: the

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
Dmitry Timoshkov wrote: "Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: they don't trigger autorepeat. Is it a known input processing problem? http://bugs

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Dmitry Timoshkov
"Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: they don't trigger autorepeat. Is it a known input processing problem? http://bugs.winehq.org/show_bug.cgi?

Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
Hi, guys. I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: they don't trigger autorepeat. Is it a known input processing problem? P.S. Alt key is different cause it generates WM_SYS