ChangeSet ID: 10874
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/26 21:59:07
Modified files:
dlls/oleaut32 : typelib2.c
Log message:
Alastair Bridgewater <nyef(a)softhome.net>
A small number of cleanups.
A new function to find a given NAME in a type library.
Support for growing a tlb segment when it overflows.
Duplicate GUID elimination.
GUID hash fixes.
NAME hash fixes.
Duplicate STRING elimination fixes.
Duplicate IMPORT …
[View More]elimination fixes.
Type information save ordering fixes.
Support for writing out the CUSTDATA and CUSTDATAGUID segments.
Patch: http://cvs.winehq.org/patch.py?id=10874
Old revision New revision Changes Path
1.2 1.3 +108 -40 wine/dlls/oleaut32/typelib2.c
[View Less]
ChangeSet ID: 10873
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/26 21:57:10
Modified files:
windows : mdi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Add the same protection to MDI_AugmentFrameMenu as one existing in
MDI_RestoreFrameMenu against repetitive calls.
- Use Windows default icon for system menu bitmap if there is no one
supplied by a child window as Windows does.
- Use GetSystemMenu() to load …
[View More]system menu for a child window,
otherwise there is no way to generate WM_SYSCOMMAND menu messages.
- Restore check in WM_SIZE MDI child handler erroneously removed
earlier.
Patch: http://cvs.winehq.org/patch.py?id=10873
Old revision New revision Changes Path
1.118 1.119 +24 -30 wine/windows/mdi.c
[View Less]
ChangeSet ID: 10872
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/26 21:55:37
Modified files:
dlls/x11drv : keyboard.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Back out an unintentional change that snuck in with the XIM change.
Patch: http://cvs.winehq.org/patch.py?id=10872
Old revision New revision Changes Path
1.45 1.46 +1 -1 wine/dlls/x11drv/keyboard.c