ChangeSet ID: 12089
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/21 17:24:09
Modified files:
dlls/comctl32 : monthcal.c
Log message:
Krzysztof Foltman <kfoltman(a)portal.onet.pl>
- next/prev month don't stick anymore
- min/max ranges initialized to some reasonable values
- fixed some bugs caused by reversed order of arguments of MONTHCAL_CopyTime
- update current month/year after setting current date
- changing months etc doesn't send MCN_SELECT (which could be sent
only after a particular day was clicked)
- changed (hit && MCHT_CALENDARDATE) to (hit == MCHT_CALENDARDATE)
Patch: http://cvs.winehq.org/patch.py?id=12089
Old revision New revision Changes Path
1.43 1.44 +26 -18 wine/dlls/comctl32/monthcal.c
ChangeSet ID: 12088
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/21 17:23:37
Modified files:
dlls/comctl32 : datetime.c
Log message:
Krzysztof Foltman <kfoltman(a)portal.onet.pl>
- make monthcal a child of datetime (it was a sibling before, causing
completely incorrect message flow)
- update monthcal after date change in datetime
- choose different coordinates when DTS_SHOWNONE is not used
- embedded monthcal is now 200 pixels wide
- selecting a day in embedded monthcal updates the datetime and hides
the monthcal
- changing months/years by clicking month name/year in title bar works
- embedded month calendar is correctly destroyed (it used to stick on
the screen long after the datetime's container was closed)
Patch: http://cvs.winehq.org/patch.py?id=12088
Old revision New revision Changes Path
1.42 1.43 +35 -9 wine/dlls/comctl32/datetime.c
ChangeSet ID: 12084
CVSROOT: /opt/cvs-commit
Module name: tools
Changes by: jnewman(a)wine.codeweavers.com 2004/04/21 09:58:02
Modified files:
winetest : summary.css
Log message:
Francois Gouget <fgouget(a)free.fr>
Modify the pass, mixed and fail classes so their colors match the colors used for the good, poor and nonexistent status respectively.
Patch: http://cvs.winehq.org/patch.py?id=12084
Old revision New revision Changes Path
1.2 1.3 +3 -3 tools/winetest/summary.css
ChangeSet ID: 12083
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2004/04/21 09:56:18
Modified files:
. : winehq_styles.css
Log message:
Francois Gouget <fgouget(a)free.fr>
The 'good' class has a green background so don't set the text to be of the same color.
The 'warning' class is not used, remove it.
Patch: http://cvs.winehq.org/patch.py?id=12083
Old revision New revision Changes Path
1.10 1.11 +0 -2 lostwages/winehq_styles.css