ChangeSet ID: 17973
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/06 14:37:47
Modified files:
dlls/shell32 : shfldr_unixfs.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Allow for unixfs folders to be rooted at desktop level.
Moved dos->unix path conversion into canonicalize_path.
Fail in BindToObject, if called with empty pidl.
Patch: http://cvs.winehq.org/patch.py?id=17973
Old revision New revision Changes Path
1.16 1.17 +45 -24 wine/dlls/shell32/shfldr_unixfs.c
ChangeSet ID: 17964
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/06 05:04:15
Modified files:
dlls/shell32/tests: shlfolder.c
dlls/shell32 : shlfolder.c brsfolder.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Let BindToObject fail, if called with empty relative pidl.
Tests to show that it should do so.
Fix SHBrowseForFolder to not pass an empty pidl to BindToObject.
Patch: http://cvs.winehq.org/patch.py?id=17964
Old revision New revision Changes Path
1.6 1.7 +65 -0 wine/dlls/shell32/tests/shlfolder.c
1.99 1.100 +14 -3 wine/dlls/shell32/shlfolder.c
1.60 1.61 +8 -2 wine/dlls/shell32/brsfolder.c
ChangeSet ID: 17959
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/05 16:26:07
Modified files:
include : version.php
admin : editAppVersion.php
Added files:
admin : moveAppVersion.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add the ability for admins to move a version from one application to another.
This is useful when there are duplicate applications and you want to move
versions prior to removing the duplicate app.
Patch: http://cvs.winehq.org/patch.py?id=17959
Old revision New revision Changes Path
1.21 1.22 +1 -1 appdb/include/version.php
1.27 1.28 +13 -0 appdb/admin/editAppVersion.php
Added 1.1 +0 -0 appdb/admin/moveAppVersion.php
ChangeSet ID: 17958
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 16:08:52
Modified files:
tools/winebuild: spec32.c import.c
Log message:
Switch back to .data at the end of asm sections to work around an
optimization in recent gcc versions.
Patch: http://cvs.winehq.org/patch.py?id=17958
Old revision New revision Changes Path
1.89 1.90 +1 -2 wine/tools/winebuild/spec32.c
1.76 1.77 +1 -1 wine/tools/winebuild/import.c
ChangeSet ID: 17955
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 14:19:24
Modified files:
dlls/ole32 : marshal.c
Log message:
Rob Shearman <rob(a)codeweavers.com>
Don't disconnect proxies flagged with SORFP_NOLIFETIMEMGMT. It makes
no sense and only causes trouble for proxies that depend on these
proxies being available.
Patch: http://cvs.winehq.org/patch.py?id=17955
Old revision New revision Changes Path
1.75 1.76 +6 -0 wine/dlls/ole32/marshal.c
ChangeSet ID: 17952
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 14:18:35
Modified files:
dlls/quartz : transform.c pin.c parser.c filesource.c
enummedia.c acmwrapper.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Fixed clock release in transform template.
AddRef pUnk in CopyMediaType.
Added CreateMediaType helper function and use it.
Replaced some DeleteMediaType calls to FreeMediaType to be in line
with recent changes.
Fixed IEnumMediaTypesImpl_Next.
Clear media type when initializing pins.
Added some AddRef/Release traces.
Patch: http://cvs.winehq.org/patch.py?id=17952
Old revision New revision Changes Path
1.4 1.5 +3 -1 wine/dlls/quartz/transform.c
1.14 1.15 +7 -4 wine/dlls/quartz/pin.c
1.14 1.15 +3 -3 wine/dlls/quartz/parser.c
1.13 1.14 +1 -1 wine/dlls/quartz/filesource.c
1.7 1.8 +27 -9 wine/dlls/quartz/enummedia.c
1.4 1.5 +1 -1 wine/dlls/quartz/acmwrapper.c
ChangeSet ID: 17951
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 14:18:11
Modified files:
programs/winefile: winefile.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
Refresh window content after context menu popups only if any command
has been executed.
Patch: http://cvs.winehq.org/patch.py?id=17951
Old revision New revision Changes Path
1.48 1.49 +4 -2 wine/programs/winefile/winefile.c
ChangeSet ID: 17950
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/05 13:41:47
Modified files:
admin : editAppVersion.php editAppFamily.php
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Factor ~80 lines of code that were present in both editAppFamily.php and
editAppVersion.php into a new function in util.php.
Patch: http://cvs.winehq.org/patch.py?id=17950
Old revision New revision Changes Path
1.26 1.27 +6 -89 appdb/admin/editAppVersion.php
1.29 1.30 +1 -89 appdb/admin/editAppFamily.php
1.29 1.30 +119 -0 appdb/include/util.php
ChangeSet ID: 17946
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/05 13:30:34
Modified files:
tables : user_list.sql
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Remove some tabs and fix indenting. Make email column a varchar(255) so we can mark it as unique, you can't have a unique text column in mysql.
Patch: http://cvs.winehq.org/patch.py?id=17946
Old revision New revision Changes Path
1.6 1.7 +10 -10 appdb/tables/user_list.sql
ChangeSet ID: 17943
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 13:22:02
Modified files:
dlls/ntdll : loader.c
Log message:
Allocate the system view for builtin modules earlier in
load_builtin_callback so that we also create one for the main
executable.
Patch: http://cvs.winehq.org/patch.py?id=17943
Old revision New revision Changes Path
1.90 1.91 +3 -3 wine/dlls/ntdll/loader.c
ChangeSet ID: 17939
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 13:04:54
Modified files:
dlls/oleaut32/tests: typelib.c
Log message:
Jacek Caban <jack(a)itma.pwr.wroc.pl>
Test only stdole32.tlb as we don't have olepro32.dll in Wine.
Patch: http://cvs.winehq.org/patch.py?id=17939
Old revision New revision Changes Path
1.1 1.2 +0 -3 wine/dlls/oleaut32/tests/typelib.c
ChangeSet ID: 17928
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/04 05:00:27
Modified files:
dlls/commdlg : filedlg.c
Log message:
Huw Davies <huw(a)codeweavers.com>
If a folder is selected on Open then browse into it, otherwise we
should return the path in the edit box whether that be a folder or a
file.
Don't add extensions to a folder.
Patch: http://cvs.winehq.org/patch.py?id=17928
Old revision New revision Changes Path
1.106 1.107 +49 -50 wine/dlls/commdlg/filedlg.c
ChangeSet ID: 17914
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/04 04:35:22
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Since multiple progids can refer to 1 class we need to check if that
class is isntalled instead of just relying on having it set the
InstallMe variable.
Patch: http://cvs.winehq.org/patch.py?id=17914
Old revision New revision Changes Path
1.133 1.134 +3 -0 wine/dlls/msi/action.c
ChangeSet ID: 17911
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/03 22:04:45
Modified files:
include : category.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Sort categories by their name and applications by their name to make it easier
to locate applications alphabetically.
Patch: http://cvs.winehq.org/patch.py?id=17911
Old revision New revision Changes Path
1.14 1.15 +3 -3 appdb/include/category.php
ChangeSet ID: 17909
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/03 19:04:36
Modified files:
admin : adminAppQueue.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Use the version submission time for versions and not the application the version was submitted for.
Patch: http://cvs.winehq.org/patch.py?id=17909
Old revision New revision Changes Path
1.32 1.33 +1 -1 appdb/admin/adminAppQueue.php
ChangeSet ID: 17908
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/03 18:41:16
Modified files:
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Make fuzzy matches use case insensitive strings to improve match accuracy.
Patch: http://cvs.winehq.org/patch.py?id=17908
Old revision New revision Changes Path
1.28 1.29 +4 -0 appdb/include/util.php
ChangeSet ID: 17907
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/03 18:36:27
Modified files:
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix urls in version and application search result display functions so the
urls work from any directory, not just the appdb root directory.
Patch: http://cvs.winehq.org/patch.py?id=17907
Old revision New revision Changes Path
1.27 1.28 +2 -2 appdb/include/util.php
ChangeSet ID: 17899
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/03 06:24:57
Modified files:
dlls/msi : msi.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Locate where a buffer size is not being set and correctly handle the
buffer size conversion from W to A (with help from Robert Shearman).
Patch: http://cvs.winehq.org/patch.py?id=17899
Old revision New revision Changes Path
1.84 1.85 +8 -2 wine/dlls/msi/msi.c
ChangeSet ID: 17897
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/03 06:24:04
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Add install_on_demand for Extension servers also. currently defaulting
to TRUE.
Extension need to have 1 verb to mark the given progid to be
installed.
Patch: http://cvs.winehq.org/patch.py?id=17897
Old revision New revision Changes Path
1.132 1.133 +13 -3 wine/dlls/msi/action.c
ChangeSet ID: 17896
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/02 23:37:40
Modified files:
. : search.php
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add fuzzy matching using php's similar_text. Default to using 60% minimum
match. Show fuzzy matches below the 'like matches' table so users can tell
the results apart. Exclude like matches from fuzzy match results to avoid
duplicate results.
Patch: http://cvs.winehq.org/patch.py?id=17896
Old revision New revision Changes Path
1.14 1.15 +7 -0 appdb/search.php
1.26 1.27 +56 -1 appdb/include/util.php
ChangeSet ID: 17893
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 15:06:11
Modified files:
dlls/msi : action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Do not loop if a ProgId's Parent Index it itself.
Add a VersionIndIndex for tracking version independent fields for the
ProgIds properly.
Patch: http://cvs.winehq.org/patch.py?id=17893
Old revision New revision Changes Path
1.12 1.13 +1 -0 wine/dlls/msi/action.h
1.131 1.132 +12 -8 wine/dlls/msi/action.c
ChangeSet ID: 17884
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 10:16:31
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Do not change a features state to Advertise if it explicitly disallows
it.
Patch: http://cvs.winehq.org/patch.py?id=17884
Old revision New revision Changes Path
1.129 1.130 +5 -0 wine/dlls/msi/action.c
ChangeSet ID: 17883
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 10:13:57
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
For typelibs index 1 do not add \\1 to the path. This cleans up
registry diffs with native MSI.
Patch: http://cvs.winehq.org/patch.py?id=17883
Old revision New revision Changes Path
1.128 1.129 +7 -2 wine/dlls/msi/action.c
ChangeSet ID: 17881
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 10:09:57
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Register the FileType and correct short vs long path problems with
InprocServer32. Also add install_on_demand boolean for future
expansion.
Patch: http://cvs.winehq.org/patch.py?id=17881
Old revision New revision Changes Path
1.127 1.128 +80 -14 wine/dlls/msi/action.c
ChangeSet ID: 17870
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 05:28:53
Modified files:
programs/wineboot: wineboot.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Print command that fails to make error message a little more
comprehensible.
Patch: http://cvs.winehq.org/patch.py?id=17870
Old revision New revision Changes Path
1.11 1.12 +2 -1 wine/programs/wineboot/wineboot.c
ChangeSet ID: 17848
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/01 06:03:40
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
If we are accessing a method from a superclass then we need to use the
superclass's ITypeInfo otherwise we could get errors when accessing
hreftypes that aren't present in the subclass.
Patch: http://cvs.winehq.org/patch.py?id=17848
Old revision New revision Changes Path
1.52 1.53 +34 -20 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 17846
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/01 06:03:05
Modified files:
dlls/oleaut32 : dispatch.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
DispInvoke is correct so there is no need to print a fixme.
Patch: http://cvs.winehq.org/patch.py?id=17846
Old revision New revision Changes Path
1.24 1.25 +1 -6 wine/dlls/oleaut32/dispatch.c