> "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
"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
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()
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
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
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
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
"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
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
"James Hawkins" <[EMAIL PROTECTED]> wrote:
+if ((expected->flags & defwinproc) != (actual->flags & defwinproc)
&& todo)
+{
+todo_wine
+{
+failcount++;
+ok_(file, line) (FALSE,
+
"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
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.
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
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
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
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
"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
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
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
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
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
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
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
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
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
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
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?
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
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
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
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.
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
В сообщении от 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
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
34 matches
Mail list logo