Re: [patch] Listview drag-and-drop fix

2004-05-13 Thread Rein Klazes
On Wed, 12 May 2004 09:07:25 -0400, you wrote: > On Monday May 10 2004 07:31 am, Rein Klazes wrote: > > > The problem here is that on Windows the WM_LBUTTONUP message *is* > > swallowed when it terminates a drag and drop operation. The real problem > > is probably not to get in this LISTVIEW_Trac

Re: [patch] Listview drag-and-drop fix

2004-05-12 Thread Paul Rupe
On Monday May 10 2004 07:31 am, Rein Klazes wrote: > The problem here is that on Windows the WM_LBUTTONUP message *is* > swallowed when it terminates a drag and drop operation. The real problem > is probably not to get in this LISTVIEW_TrackMouse in the first place. I'm not sure I follow. If I u

Re: [patch] Listview drag-and-drop fix

2004-05-10 Thread Rein Klazes
On Sun, 9 May 2004 21:05:04 -0400, you wrote: > Xnews was treating all mouseclicks as drag-and-drop operations in the > newsgroup listview. The problem was that LISTVIEW_TrackMouse was losing > the WM_LBUTTONUP message. This patch adds the missing call to > DispatchMessage. > > License: X11

[patch] Listview drag-and-drop fix

2004-05-09 Thread Paul Rupe
Xnews was treating all mouseclicks as drag-and-drop operations in the newsgroup listview. The problem was that LISTVIEW_TrackMouse was losing the WM_LBUTTONUP message. This patch adds the missing call to DispatchMessage. License: X11, LGPL Changelog: <[EMAIL PROTECTED]> Dispatch the last