ChangeSet ID: 13955
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/28 14:17:44
Modified files:
dlls/comctl32/tests: imagelist.c
dlls/comctl32 : imagelist.c
Log message:
Michael Stefaniuc <mstefani(a)redhat.com>
- native ImageList_Remove dosn't spit out an error message when
deleting an index out of range so don't do that either
- add 2 ImageList_Remove tests
Patch: http://cvs.winehq.org/patch.py?id=13955
Old revision New revision Changes Path
1.5 1.6 +5 -0 wine/dlls/comctl32/tests/imagelist.c
1.88 1.89 +1 -1 wine/dlls/comctl32/imagelist.c
ChangeSet ID: 13952
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/27 22:55:16
Modified files:
programs/winecfg: x11drvdlg.c winecfg.h winecfg.c resource.h
main.c libraries.c drive.c audio.c
appdefaults.c En.rc
Log message:
Mike Hearn <mike(a)navi.cx>
- rewrite the transaction system to be based on a settings overlay,
to have a nicer API, and to actually work (always a bonus)
- change the libraries page to be based on a listbox rather than a
treeview, clean up and shrink the code
- add accelerator keys to the libraries page, focus management
- make the window title reflect what the user is currently editing
- remove bogus root warning
- remove some unused control IDs in resource.h
- start converting the x11drv dialog to kernel_style from javaStyle
- bugfixing
Patch: http://cvs.winehq.org/patch.py?id=13952
Old revision New revision Changes Path
1.14 1.15 +49 -45 wine/programs/winecfg/x11drvdlg.c
1.17 1.18 +16 -47 wine/programs/winecfg/winecfg.h
1.21 1.22 +370 -176 wine/programs/winecfg/winecfg.c
1.18 1.19 +4 -13 wine/programs/winecfg/resource.h
1.19 1.20 +0 -4 wine/programs/winecfg/main.c
1.2 1.3 +288 -501 wine/programs/winecfg/libraries.c
1.16 1.17 +6 -2 wine/programs/winecfg/drive.c
1.1 1.2 +9 -3 wine/programs/winecfg/audio.c
1.5 1.6 +46 -32 wine/programs/winecfg/appdefaults.c
1.28 1.29 +10 -12 wine/programs/winecfg/En.rc
ChangeSet ID: 13951
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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