I'm not sure how complete this new listview code is supposed to be, but I've noticed the more recent commits seem to just be code reorg and cleanups as opposed to functionality stuff, so I might as well say it...
I've noticed a lot of regression problems since these patches started coming in.. for the last few days Listviews have been pretty much totally broken in most of the applications I frequently run under WINE - expecially IDA Pro (the Windows GUI version), which exibits at least two problems... the Names window doesn't show the description column text, and neither the Names or Strings window listboxes are clickable.. usually you'd double-click to jump to a position, but that is no longer working.
Dimitrie, if these are known and it's still a work-in-progress, ignore me :) But just in case these breakages are related to the removal of some workaround or other, I thought I'd drop an email off.
- Ender
[IDA Evaluation should be requestable from somewhere on www.datarescue.com/idabase/, otherwise I can try tracing and working up a testcase if this actually IS a real bug, and not just an incomplete patchset]
On Wed, 2 Oct 2002, Alexandre Julliard wrote:
Date: Wed, 2 Oct 2002 18:53:04 -0500 From: Alexandre Julliard julliard@wine.codeweavers.com Reply-To: wine-devel@winehq.com To: wine-cvs@winehq.com Subject: wine/dlls/comctl32 listview.c
ChangeSet ID: 5615 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/02 18:53:04
Modified files: dlls/comctl32 : listview.c
Log message: Dimitrie O. Paun dpaun@rogers.com
- Reorganize DrawItem.
- Unify text attribute selection between Draw{Sub,}Item.
- Usual cleanups, and simplifications.
Patch: http://cvs.winehq.com/patch.py?id=5615
Old revision New revision Changes Path 1.162 1.163 +115 -162 wine/dlls/comctl32/listview.c