Re: ListView fixes for Diamond (Try 2)

2004-08-03 Thread Robert Shearman
Filip Navara wrote: Changelog: - Don't update infoPtr->dwStyle in LISTVIEW_WindowProc. It's already handled in LISTVIEW_StyleChanged and LISTVIEW_Create processing. - Ignore WS_VSCROLL/WS_HSCROLL flags in infoPtr->dwStyle because it's not always up-to-date. - Fix TOOLBAR_DrawMasked to correctly u

Re: Wine and locales

2004-08-03 Thread David Lee Lambert
On Wed, Jul 28, 2004 at 10:13:15PM -0700, Alexandre Julliard wrote: > "Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > > > I like the idea of moving that setting to the config file. We can't > > use existing unix locale settings except LC_ALL and LANG because > > every user's system might have (an

Re: list view completely mangled in WINE

2004-08-03 Thread Tobias Burnus
Hello, Dimitrie O. Paun wrote: BTW, I've tried to install the demo, but the installer dies on my version of wine. Does it work for you, or did you use Windows for the installation? I used WINE (more precisely CrossOver Office 3.0.1 and CXO nightly) to install the program, which worked flawlessly.

Re: list view completely mangled in WINE

2004-08-03 Thread Filip Navara
Dimitrie O. Paun wrote: [snip] Almost. If it does go in though, we need to: -- fix a few more places where we look at WS_[VH]SCROLL Ok, I have that done in my local tree and will send it tonight propably. -- understand why did the listview work at all if the LVS_ stuff was missing I tried t

Re: WININET: take account of dwHeaderLength in HttpSendRequest

2004-08-03 Thread Dmitry Timoshkov
"Mike McCormack" <[EMAIL PROTECTED]> wrote: > Does this look better? Strange I didn't get a compiler warning from that... > +if( dwHeaderLength == -1L ) > +len = strlenW(lpszHeaders); > +else > +len = dwHeaderLength; Well, it's better, but

Re: WININET: take account of dwHeaderLength in HttpSendRequest

2004-08-03 Thread Dmitry Timoshkov
"Mike McCormack" <[EMAIL PROTECTED]> wrote: > ChangeLog: > * take account of dwHeaderLength in HttpSendRequest > -len = strlenW(lpszHeaders)+3; > -szCookedHeaders = HeapAlloc( GetProcessHeap(), 0, sizeof(WCHAR)*len ); > -strcpyW( szCookedHeaders, lpszHeaders );

Re: wine metacity and ctrl-alt-del binding - ctrl sticks

2004-08-03 Thread Mike Hearn
This is a well known problem, you don't have to hit ctrl-alt-delete, for many users simply switching virtual desktops or using alt+tab will do it. Unfortunately it seems that Alexandres wm (fvwm?) does not exhibit this issue with Wine Grant Williamson wrote: Curious if there is a patch som

wine metacity and ctrl-alt-del binding - ctrl sticks

2004-08-03 Thread Grant Williamson
Curious if there is a patch somewhere for this. Running rhel3, gnome-2.2 with metacity. 1) Start notepad, type a few characters 2) hit the keyboard combination ctrl-alt-del ... "gnome-session-kill --save" is started. 3) Cancel this option. 4) Now try typing in Notepad, i.e. hit the keys "s" or "f

Re: list view completely mangled in WINE

2004-08-03 Thread Robert Shearman
Dimitrie O. Paun wrote: On Tue, Aug 03, 2004 at 01:42:28AM +0200, Filip Navara wrote: have inserted debug messages on all the places where the listview display mode can be changed and none of them appeared. After going once more through the whole code I found this. Obviously it seemed redunda