Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Dmitry Timoshkov
"Havoc Pennington" <[EMAIL PROTECTED]> wrote: We used to have a "strict spec compliance"/"disable workarounds" mode in metacity and it was unusable unless you ran GTK/Qt apps exclusively, pretty much. While my memory is too fuzzy to point to specific bugs, I'd be willing to bet that I added

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Dmitry Timoshkov
"Elijah Newren" <[EMAIL PROTECTED]> wrote: Also the fact that a window isn't resizeable means only that it's not supposed to be resizeable by a user, still allowing to resize it programmatically. Feel free to point to anywhere in the ICCCM or EWMH that says so. Of course apps can be resized p

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Dmitry Timoshkov
"Havoc Pennington" <[EMAIL PROTECTED]> wrote: Look at src/window.c:recalc_window_features() for possible reasons metacity decided to disable fullscreenability. In this case it looks pretty clear though - the firefox window isn't resizable, metacity disables fullscreen in that case unless the

Re: appdb url format change problem

2006-07-06 Thread Chris Morgan
On Thursday 06 July 2006 10:11 pm, Dan Kegel wrote: > All the links in Google to the appdb are of the form > http://appdb.winehq.org/appview.php?appId=86 > This no longer works. The new format appears to be > http://appdb.winehq.org/appview.php?iAppId=86 > Can we change the appdb code to also acce

Re: appdb url format change problem

2006-07-06 Thread Chris Morgan
This is in progress. I'll take care of it right now since its likely that many people are noticing similar issues. Chris On Thursday 06 July 2006 10:11 pm, Dan Kegel wrote: > All the links in Google to the appdb are of the form > http://appdb.winehq.org/appview.php?appId=86 > This no longer w

appdb url format change problem

2006-07-06 Thread Dan Kegel
All the links in Google to the appdb are of the form http://appdb.winehq.org/appview.php?appId=86 This no longer works. The new format appears to be http://appdb.winehq.org/appview.php?iAppId=86 Can we change the appdb code to also accept the old format? Thanks!

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Havoc Pennington
Look at src/window.c:recalc_window_features() for possible reasons metacity decided to disable fullscreenability. In this case it looks pretty clear though - the firefox window isn't resizable, metacity disables fullscreen in that case unless the window size is equal to the screen size and the

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Elijah Newren
On 7/6/06, Havoc Pennington <[EMAIL PROTECTED]> wrote: Look at src/window.c:recalc_window_features() for possible reasons metacity decided to disable fullscreenability. In this case it looks pretty clear though - the firefox window isn't resizable, metacity disables fullscreen in that case unles

Re: include/msvcrt: Make sure size_t is properly defined for 64-bit.

2006-07-06 Thread Steven Edwards
On 7/6/06, Ge van Geldorp <[EMAIL PROTECTED]> wrote: +#include "windef.h" + #include On MSVC or at least older versions stdarg.h had to come before windef.h -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hu

Re: Troubles ith newest Ogre demo's

2006-07-06 Thread Frank Richter
On 06.07.2006 18:30, Louis. Lenders wrote: > 2. Does w ine need to provide this Microsoft.VC80.CRT.manifest file (as > far as i understand this is an xml file) or should this file be provided > by the application, and is this just Ogre's fault. It should be provided by the application. -f.r.

Re: Link or rename wcmd.exe to cmd.exe?

2006-07-06 Thread Thomas Kho
On 7/1/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: "Thomas Kho" <[EMAIL PROTECTED]> writes: > I'm currently looking into what would be required for something like a > symlink to wcmd.exe, but at the same time I'm wondering the historical > reasons for choosing 'wcmd' and if it should be ch

Re: include/msvcrt: Make sure size_t is properly defined for 64-bit.

2006-07-06 Thread Ge van Geldorp
> diff --git a/include/msvcrt/string.h b/include/msvcrt/string.h > index a821aa2..cc0b25e 100644 > --- a/include/msvcrt/string.h > +++ b/include/msvcrt/string.h > @@ -18,8 +18,18 @@ typedef unsigned short wchar_t; > #endif > #endif > > +#ifndef _MSC_VER > +# ifndef __int64 > +# define __int64

Cursor patches

2006-07-06 Thread H. Verbeet
Attached to this mail are a couple of patches that should fix some issues with mouse cursors. It would be nice if some people could have a look and see if the patches break anything. Patches 1-4 move cursors into the server, 5 adds support for Xcursor cursors, 6 & 7 are cleanups, 8 fixes loading o

Re: Greetings

2006-07-06 Thread Jaap Stolk
On 7/6/06, Dan Hipschman <[EMAIL PROTECTED]> wrote: Hello, I'll be working on slow loading times of Richedit documents for a while. All my patches will be licensed under the LGPL. I hope you find them useful. welcome ! ..not just slow. in the autocad 2004 installer the EULA windows was j

Re: Greetings

2006-07-06 Thread Jeremy White
Welcome, Dan! Glad to have you on board. Cheers, Jeremy Dan Hipschman wrote: > Hello, > > I've been asked to introduce myself. You can figure out a lot from my email. > My name is Dan, I'm an undergrad at UCLA and I like Linux. I've never worked > for Microsoft or even visited a Microsoft of

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Rob Adams
Metacity has some heuristics for fullscreening windows that don't fullscreen themselves. IIRC, it looks to see if the window hits all the screen edges and then pretends that it's fullscreen for stacking constraints, etc. -Rob (metacity fullscreens all x clients that don't fullscreen themselves.

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Elijah Newren
On 7/4/06, Vincent Povirk <[EMAIL PROTECTED]> wrote: I've enabled that key combination, and I can now make gedit fullscreen with alt+f11 so I think that's working properly (this is nifty; wonder how I missed it..). Pressing alt+f11 when windows firefox thinks it's in fullscreen mode has no effec

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Vincent Povirk
Looking through the code made me notice the meta_verbose function and then the METACITY_VERBOSE environment variable. I set that and logged an attempt to fullscreen and then unfullscreen firefox. I can send the whole log if it might be helpful, but here's what stood out for me. Before firefox att

Re: ActiveDS Stubs

2006-07-06 Thread Detlef Riekenberg
Matthew Maurer wrote: > Description: Adds stubs for all functions in ActiveDS documented by > MSDN, noting which ones are not. Thanks for working on this dll. >From activeds_main.c: > * This file contains only stubs to get the printui.dll up and running printui.dll and localspl.dll import all "

Re: DDraw: Split up the ddraw refcount

2006-07-06 Thread Stefan Dösinger
Am Mittwoch 05 Juli 2006 18:27 schrieb Stefan Dösinger: > Am Mittwoch 05 Juli 2006 02:27 schrieb Stefan Dösinger: > > The DirectDraw reference counting is a bit more complex than it seemed at > > first. The unit test in that patch shows that the IDirectDraw, > > IDirectDraw2, IDirectDraw4 and IDire

Troubles ith newest Ogre demo's

2006-07-06 Thread Louis. Lenders
Hi, the ogre demos from http://prdownloads.sourceforge.net/ogre/OgreDemos_1.2.0.msi?download are nice for testing wine's directx as you can run the samples in opengl and directx mode. The Newest samples fail however with an error that the application has made an attempt to load the C runtime librar

Re: [WiKI] Common site menu 4/4

2006-07-06 Thread Tony Lambregts
Dimi Paun wrote: On Sat, 2006-06-03 at 16:20 -0600, Tony Lambregts wrote: Change log: update menus for all sites to have a common "WineHQ Menu". OK, it's in, it needed a few fixes, but it should be good now. My apologies for the long delay in getting this in. Thanks. for fixing i

Re: [dinput] infos

2006-07-06 Thread Christoph Frick
On Thu, Jul 06, 2006 at 01:28:21PM +0200, Christoph Frick wrote: > - i have to find the range an app expects the min/max are - either we > have to map the hardware allready to something sane - or we have to > fix map_axis; currently my flight stick reports 0-2**16 - with the > center at 2**1

Re: Win64 patch 1/5 (configure)

2006-07-06 Thread Alexandre Julliard
"Ge van Geldorp" <[EMAIL PROTECTED]> writes: > Some of the commit/mapped areas contain NLS files. As far as I can tell, the > TEB and PEB were moved from just-below-2GB to just-below-7TB, while the > shared user page and system DLLs like kernel32 and ntdll were kept at > just-below-2GB. > I thin

Re: [ntdll][3/3] Fix returncode for NtDeleteKey (with test)

2006-07-06 Thread Joris Huizer
Paul Vriens wrote: The server needs to check the handle anyway, there's no reason to do the check twice. Why twice? I return right after the NULL check. Paul. I think he meant, if there is a NULL check in the server code, the NULL check gets executed twice if it isn't NULL; the first one

Re: [ntdll][3/3] Fix returncode for NtDeleteKey (with test)

2006-07-06 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > On Thu, 2006-07-06 at 10:35 +0200, Alexandre Julliard wrote: >> The server needs to check the handle anyway, there's no reason to do >> the check twice. >> > Why twice? I return right after the NULL check. For a NULL handle yes, but that's the should-nev

Re: ActiveDS Stubs

2006-07-06 Thread Mike McCormack
Matthew Maurer wrote: (Sorry, I missed one debugstr_w call in my first patch, this is the same thing only with that there. I promise it won't happen again.) It's easy enough to submit a few smaller patches. If you do so, you'll avoid having to resend everything when there's a small problem w

Re: [ntdll][3/3] Fix returncode for NtDeleteKey (with test)

2006-07-06 Thread Paul Vriens
On Thu, 2006-07-06 at 10:35 +0200, Alexandre Julliard wrote: > Paul Vriens <[EMAIL PROTECTED]> writes: > > > On Wed, 2006-07-05 at 12:57 +0200, Alexandre Julliard wrote: > >> Paul Vriens <[EMAIL PROTECTED]> writes: > >> > >> > Some original tests still fail for NT4, haven't looked into that (yet)

Re: [ntdll][3/3] Fix returncode for NtDeleteKey (with test)

2006-07-06 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > On Wed, 2006-07-05 at 12:57 +0200, Alexandre Julliard wrote: >> Paul Vriens <[EMAIL PROTECTED]> writes: >> >> > Some original tests still fail for NT4, haven't looked into that (yet). >> > >> > Changelog >> > Fix returncode for NtDeleteKey (with test)

Re: [PATCH 10/11] server: add calls to get/set menu item info

2006-07-06 Thread H. Verbeet
On 06/07/06, Thomas Kho <[EMAIL PROTECTED]> wrote: On 6/30/06, H. Verbeet <[EMAIL PROTECTED]> wrote: > On 30/06/06, Thomas Kho <[EMAIL PROTECTED]> wrote: > > I'm not 100% clear what the problem is. My interpretation of your > > first email was that there was a necessary distinction in type betwee