ChangeSet ID: 18748
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/07 13:26:11
Modified files:
dlls/ntdll : loadorder.c
Log message:
Use the same defaults for modules with and without an explicit path.
Patch: http://cvs.winehq.org/patch.py?id=18748
Old revision New revision Changes Path
1.16 1.17 +5 -16 wine/dlls/ntdll/loadorder.c
ChangeSet ID: 18747
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/07 13:24:35
Modified files:
dlls/user : sysparams.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Add support for proper saving of the "FLATMENU" and "GRADIENTCAPION"
system parameters to the registry.
Patch: http://cvs.winehq.org/patch.py?id=18747
Old revision New revision Changes Path
1.28 1.29 +78 -18 wine/dlls/user/sysparams.c
ChangeSet ID: 18746
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/07 13:24:12
Modified files:
dlls/user : uitools.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Wine has now a Marlett font, hence the window buttons can now be drawn
using that and not some polylines.
Patch: http://cvs.winehq.org/patch.py?id=18746
Old revision New revision Changes Path
1.6 1.7 +26 -181 wine/dlls/user/uitools.c
ChangeSet ID: 18742
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/07 12:30:57
Modified files:
dlls/x11drv : x11drv_main.c window.c
Log message:
Moved most initializations out of the create_desktop function and into
process_attach.
Patch: http://cvs.winehq.org/patch.py?id=18742
Old revision New revision Changes Path
1.109 1.110 +54 -0 wine/dlls/x11drv/x11drv_main.c
1.110 1.111 +14 -71 wine/dlls/x11drv/window.c