ChangeSet ID: 1026270022970434123723866 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 02/07/09 22:00:22 Modified files: dlls/comctl32 : listview.c Log message: Guy L. Albertelli <galberte(a)neo.lrun.com> - Improve traces. - Changed default column width to 128 to match native and make that the mimimum for LVS_SMALLICON and LVS_LIST styles. - Corrected max value for LVS_LIST style scroll info. - Issue our own ShowScrollBar like the native with proper test. - Correct alignment when using LVS_ICON style. - Correct FIXMEs for unimplemented styles. - Correct rect size computation for LVS_LIST. - Reset scroll bars when changing styles. - Implement WM_WINDOWPOSCHANGED. Patch: http://cvs.winehq.com/patch.py?id=1026270022970434123723866 Revision Changes Path 1.132 +112 -26 wine/dlls/comctl32/listview.c