ChangeSet ID: 13675
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/07 15:42:05
Modified files:
programs/winhelp: winhelp.h winhelp.c
Log message:
Yvon Belleau <jamez(a)ivic.qc.ca>
- Implemented keyboard navigation (Up / Down / PgUp / PgDn / ESC).
- Shadow windows (behind popups) were reacting to mouse clicks and
were going over the popup. Make them close the popup instead.
- Title was not displayed when the help file was opened by the command
line.
- Corrected incorrect links behavior (in relation with the scrollbar).
Patch: http://cvs.winehq.org/patch.py?id=13675
Old revision New revision Changes Path
1.12 1.13 +1 -0 wine/programs/winhelp/winhelp.h
1.31 1.32 +89 -5 wine/programs/winhelp/winhelp.c
ChangeSet ID: 13673
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/07 15:28:14
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Filip Navara <xnavara(a)volny.cz>
- Revert incorrect change to tab control resizing from revision 1.109.
- Move the property sheet resizing code from PROPSHEET_CreatePage to
PROPSHEET_SetCurSel. It needs to be executed on every page change
because the application can modify it during the notifications.
Patch: http://cvs.winehq.org/patch.py?id=13673
Old revision New revision Changes Path
1.113 1.114 +19 -27 wine/dlls/comctl32/propsheet.c
ChangeSet ID: 13669
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/07 14:33:52
Modified files:
programs/winetest: main.c
Log message:
Ferenc Wagner <wferi(a)afavant.elte.hu>
As test runs are not invoked from the option parsing loop anymore, we
can switch back to libc's strtok() implementation.
Patch: http://cvs.winehq.org/patch.py?id=13669
Old revision New revision Changes Path
1.21 1.22 +9 -33 wine/programs/winetest/main.c