wine/programs/winecfg x11drvdlg.c winecfg.h wi ...

Alexandre Julliard julliard at winehq.org
Mon Sep 27 22:55:16 CDT 2004


ChangeSet ID:	13952
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list