ChangeSet ID: 13951 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/27 22:16:43
Modified files: programs/winecfg: x11drvdlg.c winecfg.rc winecfg.h winecfg.c resource.h properties.c appdefaults.c En.rc
Log message: Mike Hearn mike@navi.cx - introduce keypath() function - rewrite and clean up appdefaults.c, use a listview rather than treeview - usability tweak: reverse windows version combo so more recent versions come first - usability tweak: improve the add application open dialog box - add accelerator keys - enable/disable controls correctly - begin to standardise on underscore_style for consistency with the rest of wine - comment out the translations for now, the UI will be changing more - begin phasing out libc malloc in favour of the win32 heap
Patch: http://cvs.winehq.org/patch.py?id=13951
Old revision New revision Changes Path 1.13 1.14 +13 -24 wine/programs/winecfg/x11drvdlg.c 1.11 1.12 +6 -6 wine/programs/winecfg/winecfg.rc 1.16 1.17 +20 -3 wine/programs/winecfg/winecfg.h 1.20 1.21 +27 -4 wine/programs/winecfg/winecfg.c 1.17 1.18 +2 -1 wine/programs/winecfg/resource.h 1.8 1.9 +10 -20 wine/programs/winecfg/properties.c 1.4 1.5 +249 -376 wine/programs/winecfg/appdefaults.c 1.27 1.28 +10 -8 wine/programs/winecfg/En.rc