On Thu, Apr 24, 2008 at 03:05:51PM +0900, Dmitry Timoshkov wrote:
> "Joerg Mayer" <[EMAIL PROTECTED]> wrote:
>
> > On Wed, Apr 23, 2008 at 08:39:40PM -0700, Dan Kegel wrote:
> >> Hrm. This is interesting:
> >> http://lwn.net/Articles/278961/
> >> I wonder if Wine could run faster if it could de
"Joerg Mayer" <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 23, 2008 at 08:39:40PM -0700, Dan Kegel wrote:
>> Hrm. This is interesting:
>> http://lwn.net/Articles/278961/
>> I wonder if Wine could run faster if it could delegate
>> the case-insensitvity to the filesystem...
>
> Would be nice indeed
On Wed, Apr 23, 2008 at 08:39:40PM -0700, Dan Kegel wrote:
> Hrm. This is interesting:
> http://lwn.net/Articles/278961/
> I wonder if Wine could run faster if it could delegate
> the case-insensitvity to the filesystem...
Would be nice indeed, but I don't think it will come: Linus shot down
si
On Thu, Apr 24, 2008 at 12:33 AM, Steven Edwards <[EMAIL PROTECTED]> wrote:
> Your right, I thought it was loaded yet but I guess it does anytime
> user32 is initalized. Looking at the process list after the messagebox
> exits only wineserver, services and winedevice stay resident for a
> while
On Wed, Apr 23, 2008 at 11:14 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> Why not? I thought Explorer was the first thing to start up...
Your right, I thought it was loaded yet but I guess it does anytime
user32 is initalized. Looking at the process list after the messagebox
exits only wineserve
Hrm. This is interesting:
http://lwn.net/Articles/278961/
I wonder if Wine could run faster if it could delegate
the case-insensitvity to the filesystem...
On Wed, Apr 23, 2008 at 8:00 PM, Steven Edwards <[EMAIL PROTECTED]> wrote:
> > Hmm, maybe make explorer responsible for putting up the
> > messagebox, and set up some IPC method for
> > the loader to notify it...
>
> I thought of that, but your going to end up invoking more crap I
> really thi
On Wed, Apr 23, 2008 at 10:51 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> Hmm, maybe make explorer responsible for putting up the
> messagebox, and set up some IPC method (good lord,
> not COM, just some mailbox or something) for
> the loader to notify it...
I thought of that, but your going to
Hmm, maybe make explorer responsible for putting up the
messagebox, and set up some IPC method (good lord,
not COM, just some mailbox or something) for
the loader to notify it...
Hi,
My hope that was for Wine 1.0 we could add error handling for missing
dlls and functions that made sense to the user rather than just silent
failed or spewed messages to the console. If you have an application
that depends on a dll such as OUTLOOK.EXE depending on OUTLIB.DLL you
will get a mess
On Wed, Apr 23, 2008 at 3:11 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> Darren wrote:
> > Should I try to take the dll test structure (mainly just the
> > dlls/Maketest.rules.in file) and port this into the programs area?
> >
> > or is that overboard for that area?
>
> It's something we need e
David Laight wrote:
> On Tue, Apr 22, 2008 at 11:50:05PM +0900, Dmitry Timoshkov wrote:
> > "Erik de Castro Lopo" <[EMAIL PROTECTED]> wrote:
> >
> > > /* get pointer to object containing list element */
> > > #define LIST_ENTRY(elem, type, field) \
> > > -((type *)((char *)(elem) - (unsigned
Darren wrote:
> Should I try to take the dll test structure (mainly just the
> dlls/Maketest.rules.in file) and port this into the programs area?
>
> or is that overboard for that area?
It's something we need eventually, but for now it would
probably be enough to just attach a standalone test
that
Ivan Sinitsin wrote:
> This patch add implementation of HTMLWindow2_put_name, HTMLWindow2_get_name
> in
> module htmlwindow.c (mshtml.dll)
>
> Changelog:
> Add implementation of HTMLWindow2_put_name, HTMLWindow2_get_name
>
>
>
> @@ -289,15 +289,43 @@ static HRESULT WINAPI HTMLWindow2_get_na
I'm been looking at bug 9628 (and duplicate 1) whenever I get the
time to work on wine these days. I've gone through various tests, enough
to determine that msiexec on Windows must use some custom command line
parsing in order for it to work for the cases listed in those bugs given
that the beh
On Tue, Apr 22, 2008 at 11:50:05PM +0900, Dmitry Timoshkov wrote:
> "Erik de Castro Lopo" <[EMAIL PROTECTED]> wrote:
>
> > /* get pointer to object containing list element */
> > #define LIST_ENTRY(elem, type, field) \
> > -((type *)((char *)(elem) - (unsigned int)(&((type *)0)->field)))
> > +
> Could the students come forward and say something about themself?
Hello everyone. My name is Gal Topper and my goal this summer will be
to implement PrintDlgEx* in Wine, so that we'll have support for the
newer and more flexible print dialog that was introduced in Windows
NT. I am a third year c
I've just had something similar. Tried running a game (I think it was the first
time I ran wine in this session), and suddenly system became sluggish.
wineserver and explorer were sitting at 50+% and 40+% cpu respectively. Even
after I killed the game. strace -p on explorer was also showing lots
On Mon, Apr 21, 2008 at 1:59 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> > MSIMEService, MSIMEReconvertOptions, MSIMEMouseOperator, etc... those are
> > all Messages that Microsoft Office looks for and sends to the IME during
> > operations. For the most part all those messages are just stubbe
On Tue, 22 Apr 2008 20:23:27 -0400
"Chris Morgan" <[EMAIL PROTECTED]> wrote:
> We've been throwing around the idea of switching the site to using
> drupal for a while now so we can more easily manage it remotely and
> take advantage of things like polls and news stories.
>
> I'm sure more can be
> Is this a wine bug or not?
It is a wine bug - the controls for such languages should be bigger.
Mikolaj Zalewski
Hello everybody!
When i use winecfg in english, text in winecfg looks good but in french and
some other languages it isn't the case, i made a screenshot to show the
(little, little, very little) bug, but i find it annoying!
Here is the little window screenshot:
http://www.host-img.com/files/fkn8c
It looks alright. It's simple, and does not really have much punch to
it. It looks like a Wikipedia clone.
The logo is the big problem. You have unilaterally decided to replace
our current official Wine logo with one of your own. If you want to do
that, you need to submit your logo for review t
> 3) Add a definition if FIELD_OFFSET wrapped in #ifndef. This is the
> least ugly option but would cause surprising results if one or
> the other was changed.
Personally, I think this looks the best. As far as which is likely to
get accepted.. often you have to try first to find that o
Another day, another Winetricks. Changes:
r40
Update to latest mono
Remove mono11 and mono12 verbs, replace with mono19
Abort properly on network errors
r39
Updated xvid
As always, get it at
http://kegel.com/wine/winetricks
or
http://code.google.com/p/winezeug
> http://kegel.com/wine/wine-penguin-corkscrew.png
Jon Parshall is proud of his ability to draw those penguins,
and we'd gladly send that artwork to anyone that wanted to make a T-shirt.
Note, though, that we felt we had to (very sadly) drop the penguin; it doesn't
really work for Mac users.
Che
On Wed, Apr 23, 2008 at 04:43:13AM -0700, Dan Kegel wrote:
> Maarten wrote:
> > Why don't we have wine t-shirts any more?
>
> I dunno, where were they before?
>
> I just looked, couldn't find any on cafepress.com.
>
> I'd like to bring back the Codeweavers drunken penguin
> t-shirts, perhaps wit
Anatoly Lyutin <[EMAIL PROTECTED]> writes:
> Changelog:
> Make two tests clear pass.
This breaks the test on Vista and on Wine.
--
Alexandre Julliard
[EMAIL PROTECTED]
Maarten wrote:
> Why don't we have wine t-shirts any more?
I dunno, where were they before?
I just looked, couldn't find any on cafepress.com.
I'd like to bring back the Codeweavers drunken penguin
t-shirts, perhaps with a slightly more generic Wine
design.
Coincidentally, I found some site on t
Anatoly Lyutin <[EMAIL PROTECTED]> writes:
> Changelog:
> Fix processing of SW_SHOWMINNOACTIVE according with test.
No luck here either:
msg.c:4587: Test failed: ShowWindow(SW_SHOWMINNOACTIVE) child with invisible
parent: in msg 0x0046 expecting wParam 0x8170 got 0x8150
msg.c:4587: Test fail
Anatoly Lyutin <[EMAIL PROTECTED]> writes:
> Uses SWP_NOZORDER according with Dmitry's comment.
>
> Changelog:
> Fix creating MDI child window according with test.
It doesn't work:
msg.c:3065: Test failed: Create visible MDI child window: the msg sequence is
not complete: expected - actua
Jeff Latimer <[EMAIL PROTECTED]> writes:
> The comment in the code indicates that the foreground window is active
> window of the active thread. Seems logical the active window handle
> should be returned at the same time.
No, the active window is per-thread, you can't return the active window
o
On Mon, Apr 21, 2008 at 10:57 PM, Saulius Krasuckas <[EMAIL PROTECTED]> wrote:
> * On Mon, 21 Apr 2008, Dan Kegel wrote:
> > (I believe that in both Windows and Wine, directory listings
> > will show these illegal chars, but attempts to open the files will
> > fail.)
>
> For a files that were a
>> There are only two options:
>> only pass the number of bytes requested or return an error for unreasonable
>> sizes. What is Terminal Server doing?
>>
>
> It's returning an error.
>
>
And what is the error? If you know the error code returned, Ill add it
to the code so
we can end
> Could the students come forward and say something about themself?
Hello all. :-) I already introduced myself a while ago when I was writing my
proposal, and I'm very pleased to see that it was accepted! I'm a 3rd year
comp sci student at the University of St Andrews in sunny(!) Scotland.
Look
"Roderick Colenbrander" <[EMAIL PROTECTED]> writes:
> +BOOL X11DRV_wglSetPixelFormatWINE(X11DRV_PDEVICE *physDev, int iPixelFormat,
> const PIXELFORMATDESCRIPTOR *ppfd)
> +{
> +TRACE("(%p,%d,%p)\n", physDev, iPixelFormat, ppfd);
> +
> +/* When the requested pixel format differs from the p
--- On Wed, 23/4/08, Marcus Meissner <[EMAIL PROTECTED]> wrote:
> No it is going around, but also stopping...
>
> I had hundreds of such mails on my private and company
> accounts (and
> lists), but they stopped again.
Indeed, it's completely stopped today. Sorry for the noise.
Luke
__
ok.
If you have another ideas or comments please write it out on wiki page:
http://wiki.winehq.org/WinehqDesign
There i will mirror my work too.
On Wed, 23 Apr 2008 00:06:16 +0200
Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote:
> > Hello all,
> > some times ago I make design for AppDB (
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes:
> "Paul Vriens" <[EMAIL PROTECTED]> wrote:
>
>> This of course differs on every run. My point is that
>> ERROR_NOT_ENOUGH_MEMORY is
>> totally valid and should be catered for in the test otherwise we would still
>> have failures for this test.
>
>
Alex Villacís Lasso <[EMAIL PROTECTED]> writes:
> I directed my themes to the ones on the WinXP partition, and saw no
> difference after the patch, other than the increase in speed. However,
> this might not be a proper test case. I used CreateCompatibleDC out of
> the source HDC, and CreateCo
Hello Vitaily,
2008/4/22 Vitaliy Margolen <[EMAIL PROTECTED]>:
>
> Maarten Lankhorst wrote:
> > Hello Scott,
> >
> > 2008/4/22 Scott Ritchie <[EMAIL PROTECTED]>:
> >> Vitaliy Margolen wrote:
> >> > 3. After the next release, if the bug is still present, modify version
> to
> >> > that rel
On 23.04.2008 01:00, Alex Villacís Lasso wrote:
> Have you seen a theme that uses alpha and breaks with my patch?
It's more of a dim recollection from the time I worked on the theming
stuff. Mind you, it's a while back now, so assuming I remember right the
underlying issue might have been fixe
42 matches
Mail list logo