Re: [try 3] systray patches + SetWindowPos in WM_SETICON

2007-01-08 Thread Kirill K. Smirnov
> "Kirill K. Smirnov" <[EMAIL PROTECTED]> writes: > > Please, explain me, what is wrong with this serie of patches? > > What to do to improve them? > > As I said, making the background pixmap ParentRelative is just a hack, > it's not real transparency. Why is it not a real transparency? This is th

Re: configure: add ncursesw detecting [try 2]

2007-01-08 Thread Dmitry Timoshkov
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: "Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: Dmitry, as I already post in this thread, we have test program which does not print correctly ever in UTF-8 locale. Usual ncurses works in 8-bit locales like koi8-r correctly, but we can't output in utf8

Re: memory corruption in dlls/oleaut32/olepicture.c?

2007-01-08 Thread Marcus Meissner
On Tue, Jan 09, 2007 at 08:40:08AM +0200, Damjan Jovanovic wrote: > Hi > > In dlls/oleaut32/olepicture.c, there are several places where memory > is allocated and then used immediately, without checking whether > allocation succeeded. For example: > > 1479 xbuf = HeapAlloc (GetProcessHeap()

Humus Water demo vs FBOs

2007-01-08 Thread Ivan Gyurdiev
Here's a demo that breaks FBOs: http://www.humus.ca/3D/Water.zip Also download: http://www.humus.ca/3D/Framework2.zip You'll notice all the glClear calls fail [ or at least a lot of them ]. That's because the framebuffer is incomplete at that point - checkFBOstatus() should be called before gl

memory corruption in dlls/oleaut32/olepicture.c?

2007-01-08 Thread Damjan Jovanovic
Hi In dlls/oleaut32/olepicture.c, there are several places where memory is allocated and then used immediately, without checking whether allocation succeeded. For example: 1479 xbuf = HeapAlloc (GetProcessHeap(), HEAP_ZERO_MEMORY, origsize); 1480 if (headerisdata) 1481 memc

Re: RawInput

2007-01-08 Thread Vitaliy Margolen
Michał Majchrowicz wrote: > Hi. I am trying to write functions for RawInput in wine. > If understand correctly GetRawInputDeviceList function gives us > an array of rawinputdevice's registered with function > RegisterRawInputDevices. > So implementing it would be just geting and setting data in arr

Re: Proposed patch for "fonts.c"

2007-01-08 Thread Marcus Meissner
On Mon, Jan 08, 2007 at 11:49:49PM +0100, Bernard Choppy wrote: > Good day, > > [EMAIL PROTECTED] sent a patch covering bug 7040 I've initiated. > > The problem is that wine doesn't handle properly Symbol-encoded fonts, > which makes rendering of special fonts (in this case, music notation for

Re: configure: add ncursesw detecting [try 2]

2007-01-08 Thread Dmitry Timoshkov
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: Dmitry, as I already post in this thread, we have test program which does not print correctly ever in UTF-8 locale. Usual ncurses works in 8-bit locales like koi8-r correctly, but we can't output in utf8 locale. According to http://www.gnu.org/softw

Re: appdb/ ./account.php ./addcomment.php ./appbro ...

2007-01-08 Thread Chris Morgan
On Monday 08 January 2007 2:48 pm, Tony Lambregts wrote: > On 1/4/07, Chris Morgan <[EMAIL PROTECTED]> wrote: > > On Thursday 04 January 2007 7:55 pm, Tony Lambregts wrote: > > > This patch breaks xinha editing... > > > > > > -- > > > > > > Tony Lambregts > > > > Should be fixed now. Bug was stripp

Re: comctl32: Rewrite the up-down control tests to add message checking

2007-01-08 Thread Dmitry Timoshkov
"James Hawkins" <[EMAIL PROTECTED]> wrote: +if ((expected->flags & defwinproc) != (actual->flags & defwinproc) && todo) +{ +todo_wine +{ +failcount++; +ok_(file, line) (FALSE, +

Re: [user32][test] Add test for messageboxes

2007-01-08 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: +thread = CreateThread( NULL, 0, create_messagebox_thread, &info, 0, &tid ); +while(info.hWndDlg == NULL) +info.hWndDlg = FindWindowA(NULL,info.ch); This is too hackish IMO, if dialog creation fails for some reason the te

Re: uninstaller: Add a Portuguese translation (contributed by Americo Jose Melo).

2007-01-08 Thread Frank Richter
On 08.01.2007 11:49, Francois Gouget wrote: > +CAPTION "Desinstalador de Aplicações Wine" That's UTF-8... Is that correct? I though Portugese resources should be in cp1252. -f.r.

RawInput

2007-01-08 Thread Michał Majchrowicz
Hi. I am trying to write functions for RawInput in wine. If understand correctly GetRawInputDeviceList function gives us an array of rawinputdevice's registered with function RegisterRawInputDevices. So implementing it would be just geting and setting data in array. But I have two question: 1) Whe

Re: Add tests to odbccp32

2007-01-08 Thread Detlef Riekenberg
On Mo, 2007-01-08 at 09:58 -0800, Bill Medland wrote: > Bill Medland ([EMAIL PROTECTED]) > Add tests structure to odbccp32 > +START_TEST(error) > +{ > +} We really need more tests, but I do not think, that an empty testfile can go in the tree. And as another hint, you should use the same filename

Compilation problem during regression testing

2007-01-08 Thread L. Rahyen
I'm doing regression testing of Hogia software and have following compilation problem near wine-0.9.12: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ddraw.spec d3d_utils.o device_main.o device_opengl.o direct3d_main.o direct3d_opengl.o executebuffer.o light.o materi

Re: appdb/ ./account.php ./addcomment.php ./appbro ...

2007-01-08 Thread Tony Lambregts
On 1/4/07, Chris Morgan <[EMAIL PROTECTED]> wrote: On Thursday 04 January 2007 7:55 pm, Tony Lambregts wrote: > This patch breaks xinha editing... > > -- > > Tony Lambregts Should be fixed now. Bug was stripping out html tags when filtering Xinha variables. This is a bad idea given that Xinha is

Re: [try 3] systray patches

2007-01-08 Thread Alexandre Julliard
"Kirill K. Smirnov" <[EMAIL PROTECTED]> writes: > Please, explain me, what is wrong with this serie of patches? > What to do to improve them? As I said, making the background pixmap ParentRelative is just a hack, it's not real transparency. You don't know how the parent will paint itself, so you

Re: [Fwd: patch for bz 6855]

2007-01-08 Thread James Hawkins
On 1/7/07, Neil Marko <[EMAIL PROTECTED]> wrote: Very sorry, I meant 0.9.28 and I forgot the patch!!! Hope this helps. Neil Marko Original Message Subject:patch for bz 6855 Date: Sun, 07 Jan 2007 17:42:56 -0500 From: Neil Marko <[EMAIL PROTECTED]> To: [EMAIL P

Feedback on "Wine users guide"

2007-01-08 Thread Torsten Hammarstedt, X-Lin AB
Title: Signatur Hi Perhaps the resason that you didn't receive a lot of feedback on the Wine Users Guide is that it is very well written. Nevertheless I have found a few details that might be better explained: 1.2.3 Wine capabilities . Notes [1]  Today VMware server is free software and y

Re: Add tests to odbccp32

2007-01-08 Thread James Hawkins
On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: On Mon, 2007-08-01 at 12:38 -0600, James Hawkins wrote: > On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-08-01 at 12:11 -0600, James Hawkins wrote: > > > On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: > > > > Bill Medland

Re: Add tests to odbccp32

2007-01-08 Thread Bill Medland
On Mon, 2007-08-01 at 12:38 -0600, James Hawkins wrote: > On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-08-01 at 12:11 -0600, James Hawkins wrote: > > > On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: > > > > Bill Medland ([EMAIL PROTECTED]) > > > > Add tests structure to o

Re: Add tests to odbccp32

2007-01-08 Thread James Hawkins
On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: On Mon, 2007-08-01 at 12:11 -0600, James Hawkins wrote: > On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: > > Bill Medland ([EMAIL PROTECTED]) > > Add tests structure to odbccp32 > > > > You need to add tests for this patch to be accepted. Al

Re: dinput, wheel/joystick and richard burns rally

2007-01-08 Thread Vitaliy Margolen
Christoph Frick wrote: > On Mon, Jan 08, 2007 at 10:28:22AM -0700, Vitaliy Margolen wrote: > >> That is correct. I already fixed mouse and keyboard the proper way. >> Now left to fix joysticks. It seems joysticks are in the worse shape >> that I thought. Number of places using wrong object indexes

Re: Add tests to odbccp32

2007-01-08 Thread Bill Medland
On Mon, 2007-08-01 at 12:11 -0600, James Hawkins wrote: > On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: > > Bill Medland ([EMAIL PROTECTED]) > > Add tests structure to odbccp32 > > > > You need to add tests for this patch to be accepted. Also, you've > labeled the test suite 'error'. How ma

Re: Add tests to odbccp32

2007-01-08 Thread James Hawkins
On 1/8/07, Bill Medland <[EMAIL PROTECTED]> wrote: Bill Medland ([EMAIL PROTECTED]) Add tests structure to odbccp32 You need to add tests for this patch to be accepted. Also, you've labeled the test suite 'error'. How many functions in odbccp32 are you planning on testing in this file? I se

Re: dinput, wheel/joystick and richard burns rally

2007-01-08 Thread Vitaliy Margolen
Christoph Frick wrote: > On Sun, Jan 07, 2007 at 10:22:34PM +0200, Tuomo Kohvakka wrote: > >> http://appdb.winehq.org/appview.php?iVersionId=5934&iTestingId=6382 >> >> As shown there, joystick (that ofcourse really means the wheel :) >> isn't detected by the game with current wine. I decided to ta

Re: odbccp32 SQLGetInstalledDrivers etc

2007-01-08 Thread Bill Medland
On Fri, 2007-05-01 at 16:14 -0800, Bill Medland wrote: > Bill Medland ([EMAIL PROTECTED]) > Implement SQLGetInstalledDrivers > Implement a basic SQLInstallerError > Add test framework and some initial tests Would it help if this was split into three patches?

Re: Missing tables in the AppDB dump

2007-01-08 Thread Jeremy Newman
Done. On Sun, 2007-01-07 at 18:51 -0700, Tony Lambregts wrote: > The dump of the AppDB is missing the following tables appMaintainers, > buglinks, > appHitStats, catHitStats > > Could someone please add them to the nightly dump. > > Thanks > > -- > > Tony Lambregts

Re: Stub for GetRawInputDeviceList

2007-01-08 Thread L. Rahyen
Monday January 8 2007 15:29、L. Rahyen さんは書きました: > mention my name if you wish as initial author of this patch. (This is actually a logical typo - I didn't mean here mentioning my name in patch or changelog entry. I actually doesn't care about my copyright at all. What I wish to tell only

Re: Stub for GetRawInputDeviceList

2007-01-08 Thread L. Rahyen
Monday January 8 2007 14:35、Michał Majchrowicz さんは書きました: (from the attached file) > A modification of patch found on wine mailing list It checks whether Also, for more information you can mention my name if you wish as initial author of this patch. I know that my patch was silent

Re: Stub for GetRawInputDeviceList

2007-01-08 Thread Dmitry Timoshkov
Michal Majchrowicz [EMAIL PROTECTED] wrote: Everything is in the file :) Regards. You are using tab == 4 spaces in your editor and that messes up formatting in 2 places in your patch. Also you should leave at least 1 empty line between function implementations like it is in the existing code.

Re: dinput, wheel/joystick and richard burns rally

2007-01-08 Thread Christoph Frick
On Sun, Jan 07, 2007 at 10:22:34PM +0200, Tuomo Kohvakka wrote: > http://appdb.winehq.org/appview.php?iVersionId=5934&iTestingId=6382 > > As shown there, joystick (that ofcourse really means the wheel :) > isn't detected by the game with current wine. I decided to take a look > at that, figuring

Re: configure: add ncursesw detecting [try 2]

2007-01-08 Thread Vitaly Lipatov
В сообщении от 5 января 2007 05:33 Dmitry Timoshkov написал(a): > "Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: > > This patch fixs wineconsole for non latin symbols. If we have ncursesw > > we use unicode functions to console output. > > Most likely the real fixes in your patch are changing CP_ACP t

dinput, wheel/joystick and richard burns rally

2007-01-08 Thread Tuomo Kohvakka
Hello, first, appdb entry: http://appdb.winehq.org/appview.php?iVersionId=5934&iTestingId=6382 As shown there, joystick (that ofcourse really means the wheel :) isn't detected by the game with current wine. I decided to take a look at that, figuring that it might be fixable. Well, I managed