ChangeSet ID: 10816
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/21 17:50:26
Modified files:
dlls/shell32 : pidl.h pidl.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
Ge van Geldorp <ge(a)gse.nl>
Reimplementation of SHGetPathFromIDListA/W() using the new helper
functions SHELL_GetPathFromIDListA/W(). The new implementation avoids
using IShellFolder::GetDisplayNameOf(), so that it
- returns the absolute file system path, not relative to the dekstop
- returns FALSE as error code if the path can not converted in a valid
file system path
- doesn't return virtual CLSID paths
Patch: http://cvs.winehq.com/patch.py?id=10816
Old revision New revision Changes Path
1.33 1.34 +3 -0 wine/dlls/shell32/pidl.h
1.98 1.99 +112 -34 wine/dlls/shell32/pidl.c
ChangeSet ID: 10815
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2004/01/21 16:44:27
Modified files:
templates/en : download.template download_source.template
Log message:
Ivan Leo Murray-Smith <puoti(a)inwind.it>
1) In the source download page, point to the page that lists the source code,not all packages (Otherwise why call it source code download page?)
2) Next to m$, write <sup>®</sup> instead of (R)
3) On the binary download page, add some fool proof instructions (Graphical RPMinstall), lots of newbies aren't aware of graphical RPM install because allsites only talk about command line install (And that can frighten newbies)
Patch: http://cvs.winehq.com/patch.py?id=10815
Old revision New revision Changes Path
1.24 1.25 +9 -3 lostwages/templates/en/download.template
1.8 1.9 +1 -1 lostwages/templates/en/download_source.template
ChangeSet ID: 10812
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/21 16:16:02
Modified files:
dlls/comctl32 : treeview.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Move the selection to the previous sibling if it can't go to the next
or the parent.
Fix the selection change logic.
Patch: http://cvs.winehq.com/patch.py?id=10812
Old revision New revision Changes Path
1.141 1.142 +6 -6 wine/dlls/comctl32/treeview.c